The FreeBSD Diary | 
![]()  | 
	(TM) | I remember  | 
| 
 
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.  |