Results 1 to 4 of 4
ok sorry if this is a stupid question, im a linux n00b.
ok, i have 2 hard drives. im trying to give access to one of them from a none ...
- 03-31-2005 #1Just Joined!
- Join Date
- Mar 2005
- Posts
- 17
giving access to a hard drive to all users
ok sorry if this is a stupid question, im a linux n00b.
ok, i have 2 hard drives. im trying to give access to one of them from a none root login. how do i do this?
- 04-01-2005 #2Linux Engineer
- Join Date
- Oct 2004
- Location
- Vancouver
- Posts
- 1,366
figure out where it is mounted and use this as an example, if it is mounted to /mnt/sharedharddrive then you would
remember to change the /mnt/sharedharddrive to whatever your mount point is for the driveCode:chmod 777 /mnt/sharedharddrive
Operating System: GNU Emacs
- 04-01-2005 #3Just Joined!
- Join Date
- Mar 2005
- Posts
- 17
it worked! thanks!
- 04-01-2005 #4
if ur using fstab to mount it you may also wanna check this link out:
link"I am not an alcoholic, alcoholics go to meetings"
Registered Linux user = #372327


Reply With Quote
