Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
10-15-2005, 01:06 PM
|
#1
|
Member
Registered: Nov 2003
Location: Lebanon
Distribution: RHEL 5/CentOS 5/Debian Lenny/(K)Ubuntu Is Dead/Mandriva 10.1
Posts: 676
Rep:
|
NTFS access permissions
Hi I got one fat partition and two ntfs partitions on my slack10.2 box .......... when Iam root all the partitions are accesible ..........when Iam a normal user only the fat partition is accessbile........this is my ftab :
/dev/hdc7 swap swap defaults 0 0
/dev/hdc6 / ext3 defaults 1 1
/dev/hdc1 /winc vfat defaults 1 0
/dev/hdc5 /wind ntfs ro 1 0
/dev/hdc8 /winf ntfs ro 1 0
/dev/cdrom /mnt/cdrom auto user,unhide,noauto,owner,ro 0 0
/dev/fd0 /mnt/floppy auto noauto,owner 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
proc /proc proc defaults 0 0
Another problem is that only root can mount and unmount the cdrom .........
Thanks for any help
|
|
|
10-15-2005, 01:14 PM
|
#2
|
Senior Member
Registered: Jul 2005
Distribution: Slackware
Posts: 1,274
Rep:
|
It's likely because you have ro on the lines with the ntfs drives. Change them to defaults like the fat partition.
|
|
|
10-15-2005, 04:32 PM
|
#3
|
Member
Registered: Nov 2003
Location: Lebanon
Distribution: RHEL 5/CentOS 5/Debian Lenny/(K)Ubuntu Is Dead/Mandriva 10.1
Posts: 676
Original Poster
Rep:
|
I tried it still the same problem
/dev/hdc7 swap swap defaults 0 0
/dev/hdc6 / ext3 defaults 1 1
/dev/hdc1 /winc vfat defaults 1 0
/dev/hdc5 /wind ntfs defaults 1 0
/dev/hdc8 /winf ntfs defaults 1 0
/dev/cdrom /mnt/cdrom auto user,unhide,noauto,owner,ro 0 0
/dev/fd0 /mnt/floppy auto noauto,owner 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
proc /proc proc defaults 0 0
Any other ideas/??
|
|
|
10-16-2005, 12:11 PM
|
#4
|
Senior Member
Registered: Jul 2005
Distribution: Slackware
Posts: 1,274
Rep:
|
what are the effective permissions on the directories after mounting them? As root run
ls -l /mnt
and see what the permissions are for wind and winf. Is it something like
root:root rwxr-----
You can change that with a umask option in the fstab lines, like this
/dev/hdc5 /wind ntfs defaults,gid=100,umask=002 1 0
to make it root:users rwxrwxr-x
Keep in mind, without a third party driver, like captive-ntfs, you won't be able to write to ntfs partitions. The kernel driver only allows modifications that don't change the file's original size.
|
|
|
All times are GMT -5. The time now is 10:12 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|