Originally posted by: SystemAdmin
Hello,
I am trying to sort out why a few of my filesystems are not mounting upon a reboot.
EDIT*** Sorry forgot to add OS Info AIX 5.3 5300-06
If you have any ideas please let me know.
I appreciate any assistance you can offer to resolve this matter.
When I reboot I see the following filesystems mounted Filesystem 1024-blocks Free %Used Iused %Iused Mounted on
/dev/hd4 1048576 958904 9% 2602 1% /
/dev/hd2 4325376 2852700 35% 36166 4% /usr
/dev/hd9var 786432 621004 22% 449 1% /var
/dev/hd3 786432 453124 43% 66 1% /tmp
Missing are the following /dev/hd1 5242880 3026180 43% 12704 1% /home
/dev/hd10opt 2097152 1909792 9% 1533 1% /opt
/proc - - - - - /proc
After rebooting, I can issue a mount -a and all filesystems appear to be mounted. Here is a copy of my /etc/filesystems
-
@(#)filesystems @(#)29 1.22 src/bos/etc/filesystems/filesystems, cmdfs, bos530 9/8/00 13:57:45
-
IBM_PROLOG_BEGIN_TAG
-
This is an automatically generated prolog.
*
-
bos530 src/bos/etc/filesystems/filesystems 1.22
*
-
Licensed Materials - Property of IBM
*
-
(C) COPYRIGHT International Business Machines Corp. 1985,1993
-
All Rights Reserved
*
-
US Government Users Restricted Rights - Use, duplication or
-
disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
*
*
*
*
*
-
(C) COPYRIGHT International Business Machines Corp. 1985, 1993
-
All Rights Reserved
-
Licensed Materials - Property of IBM
*
-
US Government Users Restricted Rights - Use, duplication or
-
disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
*
*
*
-
This version of /etc/filesystems assumes that only the root file system
-
is created and ready. As new file systems are added, change the check,
-
mount, free, log, vol and vfs entries for the appropriate stanza.
*
/:
dev = /dev/hd4
vol = "root"
mount = automatic
check = false
free = true
vfs = jfs
log = /dev/hd8
type = bootfs
/home:
dev = /dev/hd1
vfs = jfs
log = /dev/hd8
mount = true
check = false
type = bootfs
vol = /home
free = false
/usr:
dev = /dev/hd2
vol = "/usr"
mount = automatic
check = false
free = false
vfs = jfs
log = /dev/hd8
type = bootfs
/var:
dev = /dev/hd9var
vol = "/var"
mount = automatic
check = false
free = false
vfs = jfs
log = /dev/hd8
type = bootfs
/tmp:
dev = /dev/hd3
vol = "/tmp"
mount = automatic
check = false
free = false
vfs = jfs
log = /dev/hd8
/proc:
dev = /proc
vol = "/proc"
mount = true
check = false
free = false
vfs = procfs
/opt:
dev = /dev/hd10opt
vfs = jfs
log = /dev/hd8
mount = true
check = true
type = bootfs
vol = /opt
free = false
#
Message was edited by: RobertCo