|
-
Jul 28th, 2002, 09:09 PM
#1
Thread Starter
Frenzied Member
/etc/fstab
How can I mount hda1 with fstab so all users can read and write?
I tried adding a line with "user,rw 0 0" as options but that didnt let me write...
retired member. Thanks for everything 
-
Jul 28th, 2002, 09:42 PM
#2
PowerPoster
Let me guess your windows is NT4 or 2000 or XP right?
-
Jul 29th, 2002, 07:57 PM
#3
Thread Starter
Frenzied Member
2000
im talking about redhat....
retired member. Thanks for everything 
-
Jul 29th, 2002, 08:23 PM
#4
PowerPoster
Yes i know i'm not silly.
It's read-only to ntfs drives.
b
-
Jul 30th, 2002, 04:13 PM
#5
Thread Starter
Frenzied Member
retired member. Thanks for everything 
-
Jul 30th, 2002, 09:26 PM
#6
PowerPoster
try this
mount -t msdos /dev/hda1 /mnt/win2k
-
Jul 31st, 2002, 05:52 PM
#7
Thread Starter
Frenzied Member
I can mount during runtime, and have full access of it. I want to do it in fstab so it will automatically be mounted when I turn on. Thats what fstab does. Except now its only letting me read and execute.
I have an option of "user,rw 0 0"
retired member. Thanks for everything 
-
Jul 31st, 2002, 07:48 PM
#8
PowerPoster
Just seeing if you could mount it.
Now root should be able to write to it correct??
Create a group called Vfat and add:
/dev/hda1 /mnt/dos vfat rw,auto,async,uid=0,gid=xxx,umask=002 0 0
Where xxx is the GroupID.
-
Jul 31st, 2002, 08:36 PM
#9
Thread Starter
Frenzied Member
where do I get my groupID?
retired member. Thanks for everything 
-
Aug 2nd, 2002, 12:02 PM
#10
Thread Starter
Frenzied Member
i used the "id" command
now how hi-tech is that
works fine now
thanks
Last edited by markman; Aug 2nd, 2002 at 04:05 PM.
retired member. Thanks for everything 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|