View Single Post
  #3   (View Single Post)  
Old 25th April 2013
J65nko J65nko is offline
Administrator
 
Join Date: May 2008
Location: Budel - the Netherlands
Posts: 4,128
Default

re: Mounting ext3fs/ext4fs

You cannot mount ext4fs. Usually you can mount ext3fs as ext2fs because ext3fs is ext2fs with some features like journalling tagged on. See https://en.wikipedia.org/wiki/Ext3fs

This should do it:
# mount -o ro /dev/sd0i /mnt

If it does not please post what fdisk reports: # fdisk sd0
__________________
You don't need to be a genius to debug a pf.conf firewall ruleset, you just need the guts to run tcpdump
Reply With Quote