Hi friends,
I managed to mount an ext4 partition onfreebsd FreeBSD with the forum help. Thanks to all for this. I used this command to help me with it
[cmd=]#/usr/local/bin/ext4fuse /dev/ada0s4 /mnt/[/cmd]
However I am unable to use /mnt/ as a normal user. I can only access it as root.
Please suggest me. I tried the chown command and the result is displayed above.
I managed to mount an ext4 partition on
[cmd=]#/usr/local/bin/ext4fuse /dev/ada0s4 /mnt/[/cmd]
However I am unable to use /mnt/ as a normal user. I can only access it as root.
Code:
# ls -al /mnt
total 8
drwxr-xr-x 2 fool foo 512 Mar 15 14:38 .
drwxr-xr-x 19 root wheel 1024 Mar 15 15:21 ..
Please suggest me. I tried the chown command and the result is displayed above.