Results 1 to 5 of 5
I'm unable to access my harddrive, I added the following line to /etc/fstab
/dev/sdb2 /mnt/harddrive ntfs user,defaults 0 0
in terminal I ran fstab -a...
- 01-26-2011 #1Just Joined!
- Join Date
- Sep 2010
- Posts
- 29
fstab troubles
I'm unable to access my harddrive, I added the following line to /etc/fstab
/dev/sdb2 /mnt/harddrive ntfs user,defaults 0 0
in terminal I ran fstab -a
- 01-26-2011 #2Just Joined!
- Join Date
- Mar 2010
- Posts
- 79
ntfs-3g is installed?
(might be it is only to add write access too, not sure)
- 01-26-2011 #3
Shouldn't that be
mount -a
??
It may need to be run as rootIf we hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate! (Zapp Brannigan)
My new blog. It's probably not as good as I think it is.
- 01-26-2011 #4Just Joined!
- Join Date
- Sep 2010
- Posts
- 29
sorry about that I did mean mount -a, I also have ntfs-3g installed.
- 01-26-2011 #5Just Joined!
- Join Date
- Sep 2010
- Posts
- 29
solved it, changed "ntfs" to "ntfs-3g". Thanks for the help everyone!


Reply With Quote
