Re: Question about fsck when rebooting

From: Andrew Tyson (atyson_AT_optushome_DOT_com_DOT_au)
Date: 03/31/04


Date: Wed, 31 Mar 2004 15:43:35 +1000


> I gave the find command as an example that I couldn't find the command
> on my machine, not the man page.

there is no mount_ufs command (the man page is there to differentiate
between different modes of operation of the command for different filesystem
types). The command that you would use would be something like (the special
device name is probably different on x86 based machines);

# mount -F ufs -o logging /dev/dsk/c0t0d0s6 /export/home

Having said that you are best served specifiying this in the /etc/vfstab
file to ensure that the filesystems are logging on a reboot.

HTH
AT



Relevant Pages