The FreeBSD Diary |
![]() |
(TM) | Providing practical examples since 1998If you buy from Amazon USA, please support us by using this link. |
|
Filesystem is not clean - run fsck
20 June 1999
|
| This article talks about the above message and how to fix it. |
|
I couldn't mount the floppy
|
I was trying to mount my floppy but it wasn't working:# mount /dev/fd0 /mnt mount: Operation not permitted Say what? I tried again: # mount /dev/fd0 /mnt mount: Operation not permitted OK. Does my mount point exist? # mkdir /mnt mkdir: /mnt: File exists Yes. That's there. So what's wrong?
Ahhhh! There's the problem! A dirty file system. |
|
Running fsck
|
Here's how I ran fsck:
OK. There's my files! Now back to the 3.2 install. |