RE: [pfSense Support] WARNING: R/W mount of denied. File system is not clean - run fsck

2005-08-30 Thread Fleming, John \(ZeroChaos\)
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]



Re: [pfSense Support] WARNING: R/W mount of denied. File system is not clean - run fsck

2005-08-30 Thread Bill Marquette
Interestingly the WRAP image is supposed to be mounted read-only
anyway. Only /cf should normally get mounted r/w and then only
for changes.

--BillOn 8/30/05, Fleming, John (ZeroChaos) [EMAIL PROTECTED] wrote:
Just an FYI this is why you see the error message. You should only beworried 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. fsckthen cleaned all the file systems (fsck -a).Had the file system been dirty after that you would have seen the erroragain, but that would mean something was really hosed as in Bad hard
drive or some kind of storage communications error (flash, IDE or SCSIwrite error).-Original Message-From: Tomas Hodan [mailto:[EMAIL PROTECTED]]Sent: Tuesday, August 30, 2005 2:10 PM
To: support@pfsense.comSubject: [pfSense Support] WARNING: R/W mount of denied. Filesystem isnot clean - run fsckhi,I installed pfsense to CF card, booted once, repowered wrap and on next
bootI got lot of messages like: WARNING: R/W mount ofdenied.Filesystemisnot clean - run fsckshould not be pfsense able to handle such situations? or I'm doingsomethingwrongregards,
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]


Re: [pfSense Support] WARNING: R/W mount of denied. File system is not clean - run fsck

2005-08-30 Thread Scott Ullrich
On 8/30/05, Bill Marquette [EMAIL PROTECTED] wrote:
 Interestingly the WRAP image is supposed to be mounted read-only anyway. 
 Only /cf should normally get mounted r/w and then only for changes.

Actually it writes RW during boot giving a chance for any now defunct
packages to readjust the system.   Not sure if we want to change this
if we ever want to support packages down the road.

Scott

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