PDA

View Full Version : [ubuntu] [SOLVED] Accessing my windows files



themagicmanfromtrent
December 22nd, 2008, 02:14 PM
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".

taurus
December 22nd, 2008, 03:15 PM
Install ntfs-config and use it to configure your ntfs partition.

Applications -> Accessories -> Terminal

sudo apt-get update
sudo apt-get install ntfs-config
gksudo ntfs-config
Otherwise, post the outputs of these commands here.


sudo fdisk -l
cat /etc/fstab
df -h

themagicmanfromtrent
December 23rd, 2008, 08:24 AM
Perfect thanks!!