On Tue, 2008-08-26 at 17:14 -0500, Lanny Marcus wrote:
On Tue, Aug 26, 2008 at 4:05 PM, Akemi Yagi amyagi@gmail.com wrote:
<snip>
Lanny: that line goes in /etc/fstab
Indeed. Thank, Nicolas, for noticing this. I have amended the wiki page to make it clearer.
Akemi: If it said to edit /etc/fstab before, I am tired and I did not see it. It works! I can see the stuff in that Windows partition. Thanks! Lanny
Just an FYI Lanny. Keep in mind that you can test (or use for real too) with a manual version of that information in a CLI mount (see man mount). E.g.
# mount -t ntfs-3g -o rw,umask=0000 /dev/hda6 /mnt/win
It might be easier to see the correlation if you also review "man fstab".
<snip sig stuff>
HTH