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:
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:
My user is sysc4ll, so, after mount the partition in /mnt/data/ :
chown sysc4ll:sysc4ll /mnt/data/
This command solves my problem.