Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
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.
|
|
04-08-2004, 12:31 PM
|
#1
|
Member
Registered: Aug 2003
Distribution: FreeBSD
Posts: 490
Rep:
|
permissions
I am trying to get my ntfs partition veiwable by a regular user. I tried as root chmod 777 /win-d
dr-x------ 1 root root 4096 Apr 6 03:12 win-d
yes my kernel has supprt for ntfs
Any ideas?
|
|
|
04-08-2004, 12:34 PM
|
#2
|
LQ Guru
Registered: Jan 2001
Posts: 24,149
|
What does your /etc/fstab indicate if any for this mounted partition?
|
|
|
04-08-2004, 12:35 PM
|
#3
|
Member
Registered: Aug 2003
Distribution: FreeBSD
Posts: 490
Original Poster
Rep:
|
dev/hda3 swap swap defaults 0 0
/dev/hda4 / ext3 defaults 1 1
/dev/cdrom /mnt/cdrom iso9660 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
/dev/hdb1 /win-d ntfs defaults,ro 0 0
/dev/hdb2 /lin-d auto defaults 0 0
|
|
|
04-08-2004, 01:50 PM
|
#4
|
Member
Registered: Jul 2003
Location: Sunny Florida, USA
Distribution: Ubuntu 6.06 LTS
Posts: 53
Rep:
|
Have you tried mounting with the user option?
Code:
/dev/hdb1 /win-d ntfs user,ro 0 0
|
|
|
04-08-2004, 02:50 PM
|
#5
|
LQ Newbie
Registered: Apr 2004
Location: Germany
Distribution: Slackware 9.1
Posts: 20
Rep:
|
chmod is a good tool to do these things, but it has its bad sides.
|
|
|
04-09-2004, 03:27 AM
|
#6
|
Member
Registered: Aug 2003
Distribution: FreeBSD
Posts: 490
Original Poster
Rep:
|
I know but if I remember the last time it worked ok. This is now my /etc/fstab:
/dev/hda3 swap swap defaults 0 0
/dev/hda4 / ext3 defaults 1 1
/dev/cdrom /mnt/cdrom iso9660 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
/dev/hdb1 /win-d ntfs defaults,ro,user 0 0
/dev/hdb2 /lin-d auto defaults 0 0
Any ideas?
|
|
|
04-09-2004, 04:03 AM
|
#7
|
Member
Registered: Aug 2003
Distribution: FreeBSD
Posts: 490
Original Poster
Rep:
|
Here is the solution:
/dev/hda3 swap swap defaults 0 0
/dev/hda4 / ext3 defaults 1 1
/dev/cdrom /mnt/cdrom iso9660 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
/dev/hdb1 /win-d ntfs defaults,ro,user,umask=000
0 0
/dev/hdb2 /lin-d auto defaults 0 0
|
|
|
All times are GMT -5. The time now is 09:23 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
|
|