Results 1 to 3 of 3

Thread: [SOLVED] Accessing my windows files

  1. #1
    Join Date
    Jun 2008
    Location
    Lebanon
    Beans
    87
    Distro
    Ubuntu 8.04 Hardy Heron

    [SOLVED] Accessing my windows files

    How do I access my windows files from within ubuntu. It doesn't seem too happy to allow me to do this, giving me the following error:

    Cannot mount the volume "OS".

  2. #2
    Join Date
    Oct 2005
    Location
    Jacksonville, FL
    Beans
    29,420

    Re: Accessing my windows files

    Install ntfs-config and use it to configure your ntfs partition.

    Applications -> Accessories -> Terminal
    Code:
    sudo apt-get update
    sudo apt-get install ntfs-config
    gksudo ntfs-config
    Otherwise, post the outputs of these commands here.

    Code:
    sudo fdisk -l
    cat /etc/fstab
    df -h
    In the world of Linux, who needs Windows and Gates...

    Got most of my golden beans at an auction on eBay (with a couple of free drinks).

  3. #3
    Join Date
    Jun 2008
    Location
    Lebanon
    Beans
    87
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Accessing my windows files

    Perfect thanks!!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •