Katoom
2006-12-30, 10:49 AM CST
Hey,
I have an USB harddrive with NTFS, and I want to read/write to it, which I have been able to do,
using this command in terminal:
ntfs-3g /dev/sdc1 /media/Ekstern -o force
I want this to happen automatically on startup, so I edited the /etc/fstab file:
/dev/sdb1 /media/Ekstern ntfs-3g defaults,force 0 0
But, on startup it says something about not having permissions, and not finding /dev/fuse
It flashes past so fast, I cant see excactly what it says. But, now it wont show up at all, not even with just read access.
What should I put in the fstab file to make it mount with read/write on startup?
Thanks in advance,
Katoom
I have an USB harddrive with NTFS, and I want to read/write to it, which I have been able to do,
using this command in terminal:
ntfs-3g /dev/sdc1 /media/Ekstern -o force
I want this to happen automatically on startup, so I edited the /etc/fstab file:
/dev/sdb1 /media/Ekstern ntfs-3g defaults,force 0 0
But, on startup it says something about not having permissions, and not finding /dev/fuse
It flashes past so fast, I cant see excactly what it says. But, now it wont show up at all, not even with just read access.
What should I put in the fstab file to make it mount with read/write on startup?
Thanks in advance,
Katoom