[SOLVED - FreeBSD] cannot mount ext4 partition - BSD

Users browsing this thread: 1 Guest(s)
yrmt
Grey Hair Nixers
There is limited read only support for ext4 filesystems.
You can mount them by:
``# mount -t ext2fs -o ro /dev/name /mountpoint``


Messages In This Thread
RE: <FreeBSD> cannot mount ext4 partition - by yrmt - 03-07-2013, 09:02 AM