View Single Post
  #3   (View Single Post)  
Old 17th June 2009
renice renice is offline
FreeBSD
 
Join Date: Jun 2009
Posts: 1
Default

Hello, try this:

Code:
fetch http://pflog.net/~floyd/ext2fs.diff
kldunload ext2fs
cd /usr/src/sys/gnu/fs
patch < /root/ext2fs.diff 
cd /usr/src/sys/modules/ext2fs/
make depend
make obj
make 
make install
make load
Reply With Quote