LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   NAS mount points not visible on system (https://www.linuxquestions.org/questions/linux-newbie-8/nas-mount-points-not-visible-on-system-875659/)

tennenb1 04-18-2011 11:22 AM

NAS mount points not visible on system
 
Coming from non linux bod - but to create mount points on nas that are visible do we have to put entries in both fstab and rc.local?


- output from rc.local
drwxr-xr-x 2 root root 4096 Mar 24 04:02 bin
drwxr-xr-x 4 root root 1024 Jan 2 00:48 boot
?--------- ? ? ? ? ? BPMS
drwxr-xr-x 15 root root 3700 Apr 7 11:58 dev
lrwxrwxrwx 1 root root 14 Mar 23 16:32 esm -> /osmf/mgmt/esm
drwxr-xr-x 69 root root 4096 Apr 15 04:02 etc
drwxr-xr-x 18 root root 1024 Apr 14 13:50 home
drwxr-xr-x 11 root root 4096 Mar 24 04:02 lib
drwxr-xr-x 7 root root 4096 Mar 24 04:02 lib64
drwx------ 2 root root 16384 Jan 2 00:41 lost+found
drwxr-xr-x 2 root root 4096 Feb 17 2010 media
drwxr-xr-x 2 root root 4096 Feb 17 2010 mnt
drwxr-xr-x 10 root root 4096 Apr 14 13:54 opt
drwxr-xr-x 3 root root 4096 Apr 5 2008 osmf
dr-xr-xr-x 380 root root 0 Apr 7 11:55 proc
drwxr-x--- 3 root root 4096 Apr 11 10:06 root
drwxr-xr-x 2 root root 12288 Mar 24 11:21 sbin
drwxr-xr-x 4 root root 0 Apr 7 11:55 selinux
drwxr-xr-x 3 bea beagrp 4096 Apr 4 12:44 software
drwxr-xr-x 2 root root 4096 Feb 17 2010 srv
drwxr-xr-x 11 root root 0 Apr 7 11:55 sys
drwxrwxrwt 6 root root 260 Apr 15 09:42 tmp
drwxr-xr-x 18 root root 4096 Apr 14 13:54 usr
drwxr-xr-x 20 root root 4096 Mar 23 16:50 var
drwxr-xr-x 4 bpmsp01 beagrp 4096 Apr 7 09:53 wls_domains
?--------- ? ? ? ? ? xfb

jason_not 04-18-2011 11:42 AM

Hello,

If you are trying to permanently mount filesystems that have already been exported on the NAS system, it is best, and simplest to put them into /etc/fstab. The options you specify in the fstab can be found on mount's man page, and any fileystem-specific mount manpage.

The startup scripts typically mount local filesystems in fstab first. After networking has started up, the fstab file is searched for any remote filesystems, and they are mounted at that time.

--jason


All times are GMT -5. The time now is 07:27 AM.