Hello people,
Haven't had a freeBSD box running for quite sometime and I have run into a glitch trying to mount an ext4 internal harddrive,
I am using fuse to mount the partition here's my fstab file....
As you can see I am using lklfuse. The problem I am getting is the files are only visible from the command line, not through gnome shell and when I setup a samba share it's contents still are not visible over my little LAN.
Am I approaching this correctly? Is lklfuse the right approach in this situation. I chose it because I require read write privileges.
Thanking you in advance,
Jonathan.
Haven't had a freeBSD box running for quite sometime and I have run into a glitch trying to mount an ext4 internal harddrive,
Code:
freebsd-version && uname -a
13.1-RELEASE
FreeBSD jupiter 13.1-RELEASE FreeBSD 13.1-RELEASE releng/13.1-n250148-fc952ac2212 GENERIC amd64
I am using fuse to mount the partition here's my fstab file....
Code:
# Device Mountpoint FStype Options Dump Pass#
/dev/ada1p2 / ufs rw 1 1
/dev/ada1p3 none swap sw 0 0
proc /proc procfs rw 0 0
/dev/ada0p1 /mnt/linux fuse rw,mountprog=/usr/local/bin/lklfuse,type=ext4,allow_other 0 0
As you can see I am using lklfuse. The problem I am getting is the files are only visible from the command line, not through gnome shell and when I setup a samba share it's contents still are not visible over my little LAN.
Am I approaching this correctly? Is lklfuse the right approach in this situation. I chose it because I require read write privileges.
Thanking you in advance,
Jonathan.