Date: Sat, 4 Dec 1999 20:01:43 -0800 (PST) From: "Brian W. Buchanan" <brian@CSUA.Berkeley.EDU> To: current@freebsd.org Subject: mount(2) broken? Message-ID: <Pine.BSF.4.10.9912041955460.518-100000@smarter.than.nu>
next in thread | raw e-mail | index | archive | help
After an unfortunate hard reboot today, the system fscked everything and then barfed attempting to mount /, claiming it to be unclean. I dropped to single-user mode and proceeded to re-fsck / and then tried to mount it again to no avail. Rebooting didn't help things either. # fsck -p /dev/wd0s1a: FILESYSTEM CLEAN; SKIPPING CHECKS /dev/wd0s1a: clean, 157026 free (2306 frags, 19340 blocks, 0.8% fragmentation) /dev/wd0s2f: FILESYSTEM CLEAN; SKIPPING CHECKS /dev/wd0s2f: clean, 1089990 free (10286 frags, 134963 blocks, 0.2% fragmentation ) /dev/wd0s2e: FILESYSTEM CLEAN; SKIPPING CHECKS /dev/wd0s2e: clean, 564709 free (23093 frags, 67702 blocks, 1.9% fragmentation) /dev/wd1s1e: FILESYSTEM CLEAN; SKIPPING CHECKS /dev/wd1s1e: clean, 266984 free (72 frags, 33364 blocks, 0.0% fragmentation) /dev/wd1s2e: FILESYSTEM CLEAN; SKIPPING CHECKS /dev/wd1s2e: clean, 204574 free (25134 frags, 22430 blocks, 1.1% fragmentation) # mount / WARNING: R/W mount of / denied. Filesystem is not clean - run fsck mount: Operation not permitted # mount /dev/wd0s1a on / (ufs, local, read-only, writes: sync 12 async 3, reads: sync 11 3 async 3) # mount /dev/wd0s1a on / (ufs, local, read-only, writes: sync 12 async 3, reads: sync 11 3 async 3) # mount -a WARNING: R/W mount of / denied. Filesystem is not clean - run fsck mount: Operation not permitted # mount -f / WARNING: / was not properly dismounted # uname -a FreeBSD thought 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Thu Dec 2 00:43:25 PST 1999 brian@thought:/usr/src/sys/compile/THOUGHT i386 -- Brian Buchanan brian@CSUA.Berkeley.EDU -------------------------------------------------------------------------- FreeBSD - The Power to Serve! http://www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.9912041955460.518-100000>