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 ...
- 08-29-2008 #1Just 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
- 08-31-2008 #2
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


Reply With Quote