I use a USB hard disk which has a ext4 file system with FUSE
Now many user programs tend to lose track of files on that disk (showing just empty mount point). Directories and files on that HDD appear once or few times and then programs needs to be restarted to read/write the drive again. Midnight Commander does not find files on that drive at all. The same thing with Firefox's download (whereas file browsing seems to work).
Commands I use:
What might be the reason and how to fix it?
(Sorry for initially posting this to a wrong section. Potentially this may belong to the peripherals section as well but that depends on the answer)
Now many user programs tend to lose track of files on that disk (showing just empty mount point). Directories and files on that HDD appear once or few times and then programs needs to be restarted to read/write the drive again. Midnight Commander does not find files on that drive at all. The same thing with Firefox's download (whereas file browsing seems to work).
Commands I use:
Code:
kldload fusefs
lklfuse -o type=ext4,allow_other /dev/da1s3 /hd
What might be the reason and how to fix it?
(Sorry for initially posting this to a wrong section. Potentially this may belong to the peripherals section as well but that depends on the answer)
Last edited by a moderator: