Page 1 of 1

mounted ext4 partition - can't read or write

Posted: Fri Sep 20, 2019 6:29 pm
by dirkme
Hi there,

I just started to use the XFCE edition from GhostBSD 19.09 and I monunted my ext4 permission in a folder called nohome.

I can not under any circumstances make that folder read and writable. Chmod is doing nothing at all and google search brings down nothing and I mean absolute nothing useful to actually change these permission to the folder and files.

Need help ;-)

Thanks to everyone willing to help

Dirk

That's how I mounted my partition

Code: Select all

ext4fuse /dev/ada0p8 /usr/home/dirk/nohome/

Re: mounted ext4 partition - can't read or write

Posted: Tue Sep 24, 2019 2:05 pm
by hunghung
I think you should switch to fusefs-lkl :D

Re: mounted ext4 partition - can't read or write

Posted: Thu Sep 26, 2019 1:22 am
by dirkme
hunghung wrote: Tue Sep 24, 2019 2:05 pm I think you should switch to fusefs-lkl :D
That's what I get after I installed it:

Code: Select all

dirk@bsd-pc /u/h/dirk> sudo fusefs-lkl /dev/ada0p8 /usr/home/dirk/nohome/
sudo: fusefs-lkl: command not found

Re: mounted ext4 partition - can't read or write

Posted: Fri Sep 27, 2019 8:42 am
by ericbsd

Re: mounted ext4 partition - can't read or write

Posted: Fri Sep 27, 2019 8:56 pm
by dirkme
ericbsd wrote: Fri Sep 27, 2019 8:42 am Did you try this https://www.freebsd.org/doc/handbook/fi ... linux.html?
This actually worked:

I added:

Code: Select all

nano /boot/loader.conf
add:  kldload ext2fs
save
 open terminal:
 sudo mount -t /dev/ada0p8 /usr/home/dirk/nohome/
How can I get the mount command executed at start up?

Or how would the fstab entry look like?

Thanks a lot for your help ;-)

UPDATE:
after reboot I get the followinf message now:

mount: /dev/ada0p8: Operation not permitted

any idea why and how to get this sorted?

Re: mounted ext4 partition - can't read or write

Posted: Fri Oct 11, 2019 9:11 am
by hunghung
dirkme wrote: Thu Sep 26, 2019 1:22 am
hunghung wrote: Tue Sep 24, 2019 2:05 pm I think you should switch to fusefs-lkl :D
That's what I get after I installed it:

Code: Select all

dirk@bsd-pc /u/h/dirk> sudo fusefs-lkl /dev/ada0p8 /usr/home/dirk/nohome/
sudo: fusefs-lkl: command not found

Code: Select all

lklfuse -o type=ext4 /dev/ada0p8 /usr/home/dirk/nohome