[SOLVED - FreeBSD] cannot mount ext4 partition - BSD
Users browsing this thread: 5 Guest(s)
|
|||
There is limited read only support for ext4 filesystems.
You can mount them by: ``# mount -t ext2fs -o ro /dev/name /mountpoint`` |
|||