Google Answers Logo
View Question
 
Q: Allowing all user to access a removable NTFS disk on Linux ($10) ( No Answer,   1 Comment )
Question  
Subject: Allowing all user to access a removable NTFS disk on Linux ($10)
Category: Computers > Operating Systems
Asked by: zapta-ga
List Price: $10.00
Posted: 29 May 2005 22:38 PDT
Expires: 28 Jun 2005 22:38 PDT
Question ID: 527177
System Configuration:
Redhat Enterprise Linux WS 4, Itanimum II (ia64), USB removable hard
drive (NTFS format), NTFS read only driver from
http://linux-ntfs.sourceforge.net/index.html. The removable hard drive
is used to transfer large files (> 4GB) from a Windows XP system to
the Linux box.

Current Status:
Whenever the USB hard drive is plugged in, it is automatically mounted
at /media/<drive_label> and a line is automatically added to fstab for
that drive. When the drive is unplugged, it is unmounted and the line
for it is automatically deleted from fstab. Currently the drive is
accessible (read only) only by root.

Goal:
A simple setting that will allow me to  keep all the existing
functionality (e.g. automatic mount/umount) and will also allow all
users to access the disk (read only as it is now).

What I already tried:
Editing the fstab line for the NTFS drive to override the user id
(uid=xyz). This however does not work since the NTFS line in fstab is
deleted each time the drive is removed.

Question:
How can I achieve the goal listed above?
Answer  
There is no answer at this time.

Comments  
Subject: Re: Allowing all user to access a removable NTFS disk on Linux ($10)
From: termina-ga on 11 Jun 2005 10:29 PDT
 
Sounds like supermount is being used. Please 'lsmod | grep
supermount', and modprobe -r supermount if it's running.

Add a line like '/dev/sda5 /mnt/ntfs ntfs
noauto,users,ro,uid=1000,umask=000 0 0' in fstab. (ro doesn't really
matter, since I sincerly doubt you have write support for NTFS)

You might have to manually change the permissions of /mnt/ntfs for
users to access it, but after that you should be good.

Important Disclaimer: Answers and comments provided on Google Answers are general information, and are not intended to substitute for informed professional medical, psychiatric, psychological, tax, legal, investment, accounting, or other professional advice. Google does not endorse, and expressly disclaims liability for any product, manufacturer, distributor, service or service provider mentioned or any opinion expressed in answers or comments. Please read carefully the Google Answers Terms of Service.

If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you.
Search Google Answers for
Google Answers  


Google Home - Answers FAQ - Terms of Service - Privacy Policy