Find the answer to your Linux question:
Results 1 to 3 of 3
How can i mount devices for examaple "/dev/hda6" to any directory for example "/mnt/FAT" on startup....
  1. #1
    Just Joined!
    Join Date
    Mar 2006
    Posts
    15

    Automatic Mounting ?

    How can i mount devices for examaple "/dev/hda6" to any directory for example "/mnt/FAT" on startup.

  2. #2
    Linux Guru Vergil83's Avatar
    Join Date
    Mar 2004
    Posts
    2,408
    edit your
    Code:
    /etc/fstab
    to make the line for that auto instead of noauto
    http://man.he.net/man8/mount
    Brilliant Mediocrity - Making Failure Look Good

  3. #3
    Just Joined!
    Join Date
    Mar 2006
    Posts
    15

    Smile Ok

    Thanks for your help man. I did it

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •