-
11.04 and Windows 7
On 10.04 the 'host' folder can see the 'documents' folder on Windows 7 so it's useful to have access to the same area whichever system I'm using.
Just updated to 11.04 and the host folder does not appear so I can't access the data on windows????
Any ideas as to what folder links the two????
-
Re: 11.04 and Windows 7
type follow command in terminal to display partition structure
find out windows 7 partition, something like "/dev/sda1"
Edit /etc/fstab
add following line
Code:
/dev/<windows 7 partition> /path/of/mount ntfs-3g uid=1000,gid=100,umask=027 0 0
restart Ubuntu