View Single Post
  #1   (View Single Post)  
Old 18th February 2009
guitarscn guitarscn is offline
Package Pilot
 
Join Date: Oct 2008
Posts: 166
Default Mounting problems - unsupported inode size

I'm trying to mount an external hard drive:

# mount_ext2fs /dev/sd0c /mnt

(I also tried # mount -t ext2fs /dev/sd0c /mnt)

But I get the error:
Code:
Ext 2fs: unsupported inode size
mount_ext2fs: /dev/sd0c on /mnt: specified device does not match mounted device
What does this mean?
Reply With Quote