Just an FYI this is why you see the error message. You should only be
worried if you see it twice.

# Mount all. If it fails run a fsck.
/sbin/mount -a || /sbin/fsck -y && /sbin/mount -a || /sbin/fsck -y

The error message you've seen came from the first /sbin/mount -a. fsck
then cleaned all the file systems (fsck -a).

Had the file system been dirty after that you would have seen the error
again, but that would mean something was really hosed as in Bad hard
drive or some kind of storage communications error (flash, IDE or SCSI
write error).

-----Original Message-----
From: Tomas Hodan [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, August 30, 2005 2:10 PM
To: support@pfsense.com
Subject: [pfSense Support] WARNING: R/W mount of denied. Filesystem is
not clean - run fsck

hi,

I installed pfsense to CF card, booted once, repowered wrap and on next
boot
I got lot of messages like: WARNING: R/W mount of  denied.  Filesystem
is
not clean - run fsck

should not be pfsense able to handle such situations? or I'm doing
something
wrong

regards,
tomas



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to