E
E
elisey4742017-07-27 23:02:31
FreeBSD
elisey474, 2017-07-27 23:02:31

Freebsd 10 supports ext4?

Does Freebsd 10 support writable ext4 partitions and automatic disk check on startup via fstab?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladimir Zhurkin, 2017-07-27
@icCE

Only using Fuse.
Is there a module
kldload fuse.ko
if not then set:
fusefs-ext4fuse
if yes then:
/boot/loader.conf
fusefs_load="YES"
well, you can mount:
ext4fuse
ext4fuse /dev/da0s1 /mnt/flash123
But there is a lot of support restrictions, I advise you to familiarize yourself with
https://wiki.freebsd.org/Ext2fs
in fstab, alas, not like, nothing much has changed.
And yes, everything seems to be in ro mode so far. RW at your own risk.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question