Ask a Question related to Sun Solaris, Design and Development.
-
Tony Curtis #1
Re: filesystems don't mount
>> On 1 Aug 2003 07:57:47 -0700,
>> [email]uem@mycroft.cmhnet.org[/email] (Sean G Gilley) said:In the words of a South Park teacher:> I have a 4500 with a number of filesystems. When the
> machine boots, three of the about twelve filesystems
> don't mount. Looking at /etc/vfstab, the filesystems
> seem to be described correctly. Except for the
> individualized information, all filesystems look the
> same and all are set as 'mount at boot'.
present them
Please post the vfstab, without it no one can tell you
anything.
hth
t
Tony Curtis Guest
-
filesystems & performance
Hi! Does anybody know or anybody could give me a hint on the matter of whether the number of file systems defined in a RS/6000 running AIX 4.3.3... -
UDF filesystems with cdrtools
To make cdrtools backup how can I create UDF filesystems that are marked appendable to make session after session respectively ? Please inform me... -
Compressed Filesystems
Hi Ladies! In AIX I can create a filesystem with the compression attribute turned on which will do automatic file compression. The name of the... -
About backup the files and filesystems
Hi, Sorry to bother you all. We need help. We use "ufsdump" to dump the whole partition to the tape and "tar" to tar some files in an external... -
How to mount bsd filesystems ?
Hello I'm under linux 2.4.20. I've activated the udf ans ufs support in the kernel. I got this: $ dmesg | grep hda hda: hda1 hda2 hda3 hda1:... -
Anthony Mandic #2
Re: filesystems don't mount
Sean G Gilley wrote:
I have observed this problem on an unpatched Solaris 2.6 system.>
> I have a 4500 with a number of filesystems. When the machine boots,
> three of the about twelve filesystems don't mount. Looking at
> /etc/vfstab, the filesystems seem to be described correctly. Except for
> the individualized information, all filesystems look the same and all are
> set as 'mount at boot'.
>
> This machine was handled for a while by a non-administrator, and he may have
> done something weird to prevent these filesystems from being mounted. I've
> check in the rc scripts and can't find anything, though.
>
> Any ideas?
So, what version of Solaris is this happening with?
-am © 2003
Anthony Mandic Guest
-
Sean G Gilley #3
Re: filesystems don't mount
Tony Curtis <tony_curtis32@yahoo.com> wrote in message news:<878yqdbeyz.fsf@limey.hpcc.uh.edu>...
> > I have a 4500 with a number of filesystems. When the> >> On 1 Aug 2003 07:57:47 -0700,
> >> [email]uem@mycroft.cmhnet.org[/email] (Sean G Gilley) said:
> > machine boots, three of the about twelve filesystems
> > don't mount. Looking at /etc/vfstab, the filesystems
> > seem to be described correctly. Except for the
> > individualized information, all filesystems look the
> > same and all are set as 'mount at boot'.In answer to another post: once the machine is up, a mount -a will mount> Please post the vfstab, without it no one can tell you
> anything.
all filesystem correctly.
The machine is a 2.6 machine.
(Sorry, both those bits of info were supposed to be in my first post.)
Here's the vfstab:
#device device mount FS fsck mount mount
#to mount to fsck point type pass at boot options
#
fd - /dev/fd fd - no -
/proc - /proc proc - no -
/dev/md/dsk/d9 - - swap - no -
/dev/md/dsk/d1 /dev/md/rdsk/d1 / ufs 1 no -
/dev/md/dsk/d13 /dev/md/rdsk/d13 /var ufs 1 no -
swap - /tmp tmpfs - yes -
#
/dev/md/dsk/d4 - /newsales ufs 2 yes -
/dev/md/dsk/d5 - /oracle ufs 2 yes -
/dev/md/dsk/d2 - /mrsdata ufs 2 yes -
/dev/md/dsk/d7 - /datamart ufs 2 yes -
/dev/md/dsk/d3 - /datamart3 ufs 2 yes -
/dev/md/dsk/d8 - /datamart_bak ufs 2 yes -
/dev/md/dsk/d30 - /incent ufs 2 yes -
/dev/dsk/c1t11d48s0 - /oas_websrv ufs 2 yes -
/dev/md/dsk/d10 - /exp_srvr ufs 2 yes -
/dev/md/dsk/d12 - /new_backup ufs 2 yes -
/dev/md/dsk/d0 - /datamart2 ufs 2 yes -
The filesystems that don't mount at boot are:
/datamart
/datamart2
/oracle
Thanks,
Sean.
Sean G Gilley Guest
-
Darren Dunham #4
Re: filesystems don't mount
Sean G Gilley <uem@mycroft.cmhnet.org> wrote:
> In answer to another post: once the machine is up, a mount -a will mount
> all filesystem correctly.> The machine is a 2.6 machine.> (Sorry, both those bits of info were supposed to be in my first post.)> Here's the vfstab:Why don't all those filesystems from /newsales down have a device to> #device device mount FS fsck mount mount
> #to mount to fsck point type pass at boot options
> #
> fd - /dev/fd fd - no -
> /proc - /proc proc - no -
> /dev/md/dsk/d9 - - swap - no -
> /dev/md/dsk/d1 /dev/md/rdsk/d1 / ufs 1 no -
> /dev/md/dsk/d13 /dev/md/rdsk/d13 /var ufs 1 no -
> swap - /tmp tmpfs - yes -
> #
> /dev/md/dsk/d4 - /newsales ufs 2 yes -
> /dev/md/dsk/d5 - /oracle ufs 2 yes -
> /dev/md/dsk/d2 - /mrsdata ufs 2 yes -
> /dev/md/dsk/d7 - /datamart ufs 2 yes -
> /dev/md/dsk/d3 - /datamart3 ufs 2 yes -
> /dev/md/dsk/d8 - /datamart_bak ufs 2 yes -
> /dev/md/dsk/d30 - /incent ufs 2 yes -
> /dev/dsk/c1t11d48s0 - /oas_websrv ufs 2 yes -
> /dev/md/dsk/d10 - /exp_srvr ufs 2 yes -
> /dev/md/dsk/d12 - /new_backup ufs 2 yes -
> /dev/md/dsk/d0 - /datamart2 ufs 2 yes -
fsck at boot?
I don't know if it's related, but
/dev/md/dsk/d4 - /newsales ufs 2 yes -
should be
/dev/md/dsk/d4 /dev/md/rdsk/d4 /newsales ufs 2 yes -
--
Darren Dunham [email]ddunham@taos.com[/email]
Unix System Administrator Taos - The SysAdmin Company
Got some Dr Pepper? San Francisco, CA bay area
< This line left intentionally blank to confuse you. >
Darren Dunham Guest



Reply With Quote

