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-03-2002, 07:00 PM
|
#1
|
LQ Newbie
Registered: Oct 2002
Posts: 18
Rep:
|
Mounted windows drive but..
I can only access though the terminal. I load up the file directory panel and it shows the windows drive with a paddle lock on it.
but if I log in as ROOT user than I can acces it. BUt I want to use my normal user to browse.
How can I get my user (buzz) to have access this?
|
|
|
10-03-2002, 07:11 PM
|
#2
|
LQ Newbie
Registered: Mar 2002
Distribution: RedHat, Mandrake
Posts: 29
Rep:
|
In /etc/fstab modify the windows entry like this:
/dev/hdax /mnt/win2 vfat defaults,uid=500,gid=500 0 0
Where x is your hardrive and uid, gid are set to your user (buzz).
Regards,
Sourian
|
|
|
10-03-2002, 07:16 PM
|
#3
|
LQ Guru
Registered: Sep 2001
Location: Montreal, Canada
Distribution: Slackware; Debian; Gentoo...
Posts: 2,163
Rep:
|
If you see a "lock" on the moun point, your user probably don't have right to that dir. try to chmod +666 on thew mount point. All user should be able to READ a mounted partition but only root should be able to WRITE, until you modify your fstab.
|
|
|
10-03-2002, 07:35 PM
|
#4
|
LQ Newbie
Registered: Oct 2002
Posts: 18
Original Poster
Rep:
|
still dont' work, this is what I wrote in the fstab.
/dev/hda1 /mnt/winxp ntfs buzz,uid=500,gid=500 0 0
&
/dev/hda1 /mnt/winxp ntfs default,uid=500,gid=500 0 0
is that correct? both of those don't work
this is how I mounted.
mkdir /mnt/winxp
mount -t ntfs /dev/hda1 /mnt/winxp
Last edited by BuzzStPoint; 10-03-2002 at 07:37 PM.
|
|
|
10-03-2002, 07:52 PM
|
#5
|
LQ Newbie
Registered: Mar 2002
Distribution: RedHat, Mandrake
Posts: 29
Rep:
|
open a console and type id to see the uid & gid for your current user (buzz).
It should work with
/dev/hda1 /mnt/winxp ntfs defaults,uid=500,gid=500 0 0
you should write defaults not default.
hope it works.
sourian
|
|
|
10-03-2002, 08:12 PM
|
#6
|
LQ Newbie
Registered: Oct 2002
Posts: 18
Original Poster
Rep:
|
Got it working, thatnks a bunch!
Last edited by BuzzStPoint; 10-03-2002 at 08:20 PM.
|
|
|
All times are GMT -5. The time now is 05:42 PM.
|
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
|
|