summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-09-07 00:30:31 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-09-07 00:30:31 +0000
commit17258f5d5b626291c6f07e4776ad7cc18ae370cf (patch)
tree6d3f338f053c0f5a4e23e34ff176149b1b08b567 /etc
parent0fffad78004944ee3ed025b268a885ccef68f0e6 (diff)
downloadpfsense-17258f5d5b626291c6f07e4776ad7cc18ae370cf.zip
pfsense-17258f5d5b626291c6f07e4776ad7cc18ae370cf.tar.gz
Do not fsck on umount
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/config.inc4
1 files changed, 0 insertions, 4 deletions
diff --git a/etc/inc/config.inc b/etc/inc/config.inc
index 3b5cfe0..42e53f2 100644
--- a/etc/inc/config.inc
+++ b/etc/inc/config.inc
@@ -279,10 +279,6 @@ function conf_mount_rw() {
/* don't use mount -u anymore
(doesn't sync the files properly and /bin/sync won't help either) */
$status = mwexec("/sbin/umount -f {$g['cf_path']}");
- while($status <> 0) {
- mwexec("/sbin/fsck -y");
- $status = mwexec("/sbin/umount -f {$g['cf_path']}");
- }
$status = mwexec("/sbin/mount -w -o noatime {$g['cf_path']}");
while($status <> 0) {
OpenPOWER on IntegriCloud