How to mount ext4 partition with root and with user write on FreeBSD?

1k Views Asked by At

How to mount ext4 partition with root and with user write on freebsd ? What write in the /etc/fstab file ? I has read many doc but without response. What I have to use, ext2fs ? or fusefs Please

example with ext2fs but in root:

ext2fs in root

1

There are 1 best solutions below

0
sysc4ll On

My user is sysc4ll, so, after mount the partition in /mnt/data/ :

chown sysc4ll:sysc4ll /mnt/data/

This command solves my problem.