Greetings all,
I'm in need of mounting a file that is an EXT4 (Linux) file system. I've used md(4) to (re)create the system:
Also, I am unable to find mount_ext* on any of my RELENG_8, or RELENG_9 boxes. Has it been removed?
Thanks, for all your time, and consideration.
--Chris
I'm in need of mounting a file that is an EXT4 (Linux) file system. I've used md(4) to (re)create the system:
# md -a -t vnode -f recovery.img -u 1, which creates /dev/md1. But all attempts to mount it fail. # mkdir /mnt/recovery, # mount /dev/md1 /mnt/recovery fails (invalid...). # mount -t ext2 /dev/md1 /mnt/recovery fails, and crashes, as does # mount -t ext4 /dev/md1 /mnt/recovery.Also, I am unable to find mount_ext* on any of my RELENG_8, or RELENG_9 boxes. Has it been removed?
Thanks, for all your time, and consideration.
--Chris