Results 1 to 2 of 2
I've got a problem with mounting an ntfs file system. I can mount the drive as root or as a user but when trying to read the actual data, I ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-31-2002 #1Linux Engineer
- Join Date
- Nov 2002
- Location
- Queens, NY
- Posts
- 1,319
ntfs - no user access
I've got a problem with mounting an ntfs file system. I can mount the drive as root or as a user but when trying to read the actual data, I get denied of access as a user. Here's my /etc/fstab
As you can see, the ntfs file system is on my first partition on my first IDE primary hard drive.. Any help will be greatly appreciated.Code:/dev/hda4 / ext3 errors=remount-ro 0 1 /dev/hda3 none swap sw 0 0 proc /proc proc defaults 0 0 /dev/fd0 /floppy auto user,noauto 0 0 /dev/cdrom /cdrom iso9660 ro,user,noauto 0 0 /dev/hda1 /mnt ntfs ro,user,noauto 0 0
bpThe best things in life are free.
- 12-31-2002 #2Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
Is the file's mode 444 or 400? I'm guessing 400, since the umask is 077 by default for ntfs, but you can reconfigure this by giving e.g. umask=022 when mounting the ntfs volume.


Reply With Quote
