I can't mount external hard disks

Need support for GhostBSD. Ask here if your question does not fit elsewhere.
Locked
lapagalia
Posts: 5
Joined: Sat Oct 16, 2021 8:32 am

I can't mount external hard disks

Post by lapagalia »

Hello.

This is my first post on this forum. A few days ago I installed GhostBSD and I like it very much. But I have not managed to mount some devices or automatically mount all of them. I have 'automount' installed and 'automountd' loaded, as well as the modules I have been told are needed. This is my /boot/loader.conf

rc_system="bsdrc"
crypto_load="YES"
aesni_load="YES"
geom_eli_load="YES"
vfs.zfs.arc_max="512M"
zfs_load="YES"
nvme_load="YES"
ext2fs_load="YES"
fusefs_load="YES"

I can access the Linux I have installed on the same computer with the command 'sudo lklfuse -o type=ext4 /dev/nvd0p2 /home/user/Manjaro', but I can only access as superuser.

I am more interested in the external hard disks where I have a lot of information stored, all of them in ext3/ext4 format. I have not even been able to mount them, neither with the 'lklfuse' command, nor with 'fuse-ext2' nor with 'mount'.

Can anyone help me? Here is the output of 'gpart show':

=> 2048 2000407183 nvd0 GPT (954G)
2048 2048 - free - (1.0M)
4096 614400 1 efi (300M)
618496 1999779239 2 linux-data (954G)
2000397735 11496 - free - (5.6M)

=> 40 1953525088 ada0 GPT (932G)
40 532480 1 efi (260M)
532520 1948076032 2 freebsd-zfs (929G)
1948608552 4904960 3 freebsd-swap (2.3G)
1953513512 11616 - free - (5.7M)

=> 34 15628052413 da0 GPT (7.3T)
34 2014 - free - (1.0M)
2048 15628048384 1 linux-data (7.3T)
15628050432 2015 - free - (1.0M)

=> 34 15628052413 da1 GPT (7.3T)
34 2014 - free - (1.0M)
2048 15628048384 1 linux-data (7.3T)
1562805050432 2015 - free - (1.0M)

=> 34 1953458109 da2 GPT (931G)
34 6 - free - (3.0K)
40 409600 1 efi (200M)
409640 1952786352 2 linux-data (931G)
1953195992 262151 - free - (128M)

=> 34 15628052413 diskid/DISK-3753434B4438553457 GPT (7.3T)
34 2014 - free - (1.0M)
2048 15628048384 1 linux-data (7.3T)
1562805050432 2015 - free - (1.0M)

=> 34 15628052413 diskid/DISK-313647324D5A4B5A GPT (7.3T)
34 2014 - free - (1.0M)
2048 15628048384 1 linux-data (7.3T)
15628050432 2015 - free - (1.0M)

Thank you very much.
lapagalia
Posts: 5
Joined: Sat Oct 16, 2021 8:32 am

Re: I can't mount external hard disks

Post by lapagalia »

I have managed to mount the two external hard disks, with dsbmc, but it takes a very long time to show the content, both in the command line and in the file manager. I guess it might have to do with both drives being 7TB, even though they barely have 1TB of files on them.

Is there any way to make it not take so long to display the contents?

Thanks
Locked