Results 1 to 10 of 10

Thread: /etc/fstab

  1. #1

    Thread Starter
    Frenzied Member markman's Avatar
    Join Date
    Nov 2000
    Location
    Florida.
    Posts
    1,197

    /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

  2. #2
    PowerPoster Beacon's Avatar
    Join Date
    Jan 2001
    Location
    Pub Floor
    Posts
    3,188
    Let me guess your windows is NT4 or 2000 or XP right?

  3. #3

    Thread Starter
    Frenzied Member markman's Avatar
    Join Date
    Nov 2000
    Location
    Florida.
    Posts
    1,197
    2000

    im talking about redhat....
    retired member. Thanks for everything

  4. #4
    PowerPoster Beacon's Avatar
    Join Date
    Jan 2001
    Location
    Pub Floor
    Posts
    3,188
    Yes i know i'm not silly.

    It's read-only to ntfs drives.

    b

  5. #5

    Thread Starter
    Frenzied Member markman's Avatar
    Join Date
    Nov 2000
    Location
    Florida.
    Posts
    1,197
    its fat32
    retired member. Thanks for everything

  6. #6
    PowerPoster Beacon's Avatar
    Join Date
    Jan 2001
    Location
    Pub Floor
    Posts
    3,188
    try this

    mount -t msdos /dev/hda1 /mnt/win2k

  7. #7

    Thread Starter
    Frenzied Member markman's Avatar
    Join Date
    Nov 2000
    Location
    Florida.
    Posts
    1,197
    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

  8. #8
    PowerPoster Beacon's Avatar
    Join Date
    Jan 2001
    Location
    Pub Floor
    Posts
    3,188
    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.

  9. #9

    Thread Starter
    Frenzied Member markman's Avatar
    Join Date
    Nov 2000
    Location
    Florida.
    Posts
    1,197
    where do I get my groupID?
    retired member. Thanks for everything

  10. #10

    Thread Starter
    Frenzied Member markman's Avatar
    Join Date
    Nov 2000
    Location
    Florida.
    Posts
    1,197
    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
  •  



Click Here to Expand Forum to Full Width