Find the answer to your Linux question:
Results 1 to 2 of 2
I need to automount /opt/sge, however, whenever i configure the appropriate /etc/auto.master and /etc/auto.opt files and restart autofs, althought the /opt/sge directory is mounted correctly i can no longer see ...
  1. #1
    Just Joined!
    Join Date
    Sep 2006
    Posts
    8

    automount /opt

    I need to automount /opt/sge, however, whenever i configure the appropriate /etc/auto.master and /etc/auto.opt files and restart autofs, althought the /opt/sge directory is mounted correctly i can no longer see the existing contents of /opt. Is it possible to create an automount point within an existing directory structure?

    Thanks

  2. #2
    Just Joined! javilin93's Avatar
    Join Date
    Jun 2008
    Location
    Atlanta
    Posts
    36
    Is it a partition your trying to mount??You could mount at boot with fstab( /etc/fstab)
    example:
    <file system> <mount point> <type> <options> <dump> <pass>
    </dev/hdb2 > </opt/> <ext3> <defaults> <0> <1>

    delete the <>'s and put spaces instead
    /dev/hdb2 being the partition
    /opt/ directory you want to mount partition
    ext3 being the file system
    the rest should be correct

    Good Luck

Posting Permissions

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