[quote author=jbstew32 link=board=1;threadid=4329;start=#42984 date=1027625632]
Ive replaced my windows with Debian 3.0, and so far, its GREAT!
The only problem I have right now is that I have a couple of NTFS partitions that hold my MP3's and such. I cannot access them as a normal user, despite a lot of effort. How do I Mount NTFS so normal users can browse the contents?
[/quote]
Just add the umask=0 option in your /etc/fstab file, something like this:
Code:/dev/hdaX /mountpoint ntfs defaults,ro,umask=0 0 0


Reply With Quote
Bookmarks