Verify That the Hard Disk Did Not Mount
Action
To verify that the hard disk (
ad1) did not get mounted, use the following CLI command:user@host> show system storageSample Output
The following sample output was taken from a RE-333 Routing Engine.
user@host> show system storageFilesystem 512-blocks Used Avail Capacity Mounted on/dev/ad0s1a 218690 60294 140902 30% /devfs 32 32 0 100% /dev//dev/vn0 20044 20044 0 100% /packages/mnt/jbasedevfs 32 32 0 100% /dev//dev/vn1 51920 51920 0 100% /packages/mnt/jkernel-6.1R1.4/dev/vn2 22328 22328 0 100% /packages/mnt/jpfe-M160-6.1R1.4/dev/vn3 3844 3844 0 100% /packages/mnt/jdocs-6.1R1.4/dev/vn4 23328 23328 0 100% /packages/mnt/jroute-6.1R1.4/dev/vn5 8820 8820 0 100% /packages/mnt/jcrypto-6.1R1.4mfs:139 127006 16914 99932 14% /tmp/dev/ad0s1e 24234 28 22268 0% /configprocfs 8 8 0 100% /procWhat It Means
The command shows that the hard disk (
ad1) is not mounted. Instead,/varnow exists only in the swap partition (mfs:139), so any contents saved to/varwill not be saved at the next reboot.user@host> start shelluser@host% ls -l /total 47-rw-r--r-- 1 root wheel 4735 Mar 31 2001 COPYRIGHTdr-xr-xr-x 2 root wheel 512 Jan 20 2004 altconfigdr-xr-xr-x 2 root wheel 512 Jan 20 2004 altrootdrwxr-xr-x 2 root wheel 512 Dec 29 12:00 bindr-xr-xr-x 3 root wheel 512 Feb 4 23:16 bootdrwxr-xr-x 3 root wheel 512 Feb 3 18:08 configdr-xr-xr-x 4 root wheel 2084 Feb 4 23:18 dev dr-xr-xr-x 7 root wheel 1536 Feb 4 23:19 etclrwxr-xr-x 1 root wheel 17 Dec 29 12:02 kernel -> /packages/jkerneldr-xr-xr-x 2 root wheel 512 Jan 20 2004 mntdrwxr-xr-x 2 root wheel 512 Feb 3 21:16 modulesdrwxr-xr-x 3 root wheel 1536 Feb 3 21:19 packagesdr-xr-xr-x 1 root wheel 512 Feb 4 23:29 procdr-xr-xr-x 2 root wheel 512 Feb 3 21:15 rootdr-xr-xr-x 3 root wheel 1536 Feb 3 21:15 sbindrwxrwxrwt 3 root wheel 512 Feb 4 23:19 tmpdr-xr-xr-x 8 root wheel 512 Dec 29 12:00 usrlrwxr-xr-x 1 root wheel 8 Feb 4 23:18 var -> /tmp/varWhat It Means
The example shows that
varhas a symbolic link to the/tmp/vardirectory. It resides under the/tmp/vardirectory, and is mounted on the mfs partition.