Solved Mount via Fstab ext4 and ntfs ... not working...

I have not figured out exaclty what to put for mounitng ntfs in fstab yet so that is commented out, what little I put before I rebooted to see that ext4 did not work. I'd rather have them hard mounted read write and they are still auto mounting, fuse ext2 and ntfs have been installed.

Code:
userx@FreeBSDy:~$ cat /etc/fstab
# Device    Mountpoint    FStype    Options    Dump    Pass#
/dev/ada0p6    /        ufs    rw    1    1
/dev/ada0p5    /boot/efi        msdosfs    rw    2    2
/dev/ada0p7    none        swap    sw    0    0
/dev/nvd0p6    /media/slack15+ ext2fs rw,noauto 2 0
/dev/nvd0p7    /media/slackhome ext2fs rw,noauto 2 0
/dev/nvd0p9 /media/slack15 ext2fs rw,noauto 2 0
/dev/nvd0p10 /media/data ext2fs rw,noauto  2 0
/dev/nvd0p12 /media/projects ext2fs rw,noauto 2 0
#ntfs
#/dev/nvd0p11 /media/ntfs ntfs
#sda1
/dev/ada0p1 /media/storage ext2fs rw,noauto 2 0
/dev/ada0p3 /media/mx-home ext2fs rw,noauto 2 0

proc            /proc           procfs  rw     0      0

/media
Code:
userx@FreeBSDy:~$ ls -la /media
total 76
drwxr-xr-x  19 userx  wheel  1024 Mar  5 15:46 .
drwxr-xr-x  19 root   wheel  1024 Mar  5 15:46 ..
drwxr-xr-x   2 userx  wheel   512 Mar  2 20:00 SPCC_M.2_PCIe_SSD_296D079612A000222190_p10
drwxr-xr-x   2 userx  wheel   512 Mar  3 15:26 SPCC_M.2_PCIe_SSD_296D079612A000222190_p11
drwxr-xr-x   2 userx  wheel   512 Mar  2 20:40 SPCC_M.2_PCIe_SSD_296D079612A000222190_p4
drwxr-xr-x   2 userx  wheel   512 Mar  2 20:40 SPCC_M.2_PCIe_SSD_296D079612A000222190_p5
drwxr-xr-x  25 root   wheel  4096 Mar  4 09:10 SPCC_M.2_PCIe_SSD_296D079612A000222190_p6
drwxr-xr-x   2 userx  wheel   512 Mar  4 11:02 SPCC_M.2_PCIe_SSD_296D079612A000222190_p7
drwxr-xr-x   2 userx  wheel   512 Mar  2 20:01 Samsung_SSD_870_EVO_2TB_S6PNNS0T605362B_p1
drwxr-xr-x   2 userx  wheel   512 Mar  2 20:40 Samsung_SSD_870_EVO_2TB_S6PNNS0T605362B_p2
drwxr-xr-x   7 root   wheel  4096 Feb 24 16:20 Samsung_SSD_870_EVO_2TB_S6PNNS0T605362B_p3
drwxr-xr-x   2 userx  wheel   512 Mar  5 15:24 data
drwxr-xr-x   2 userx  wheel   512 Mar  5 15:24 mx-home
drwxr-xr-x   2 userx  wheel   512 Mar  5 15:32 ntfs
drwxr-xr-x   2 userx  wheel   512 Mar  5 15:24 projects
drwxr-xr-x   2 userx  wheel   512 Mar  5 15:24 slack15
drwxr-xr-x   2 userx  wheel   512 Mar  5 15:24 slack15+
drwxr-xr-x   2 userx  wheel   512 Mar  5 15:24 slackhome
drwxr-xr-x   2 userx  wheel   512 Mar  5 15:24 storage
loader.conf
Code:
userx@FreeBSDy:~$ cat /boot/loader.conf
security.bsd.allow_destructive_dtrace=0
hw.sdhci.enable_msi=0
autoboot_delay="5"
snd_hda_load="YES"
ng_ubt_load="YES"
cuse_load="YES"
fusefs_load="YES
 
Last edited:
Hello,
I understand you installed fusefs-ntfs, right?
#ntfs
#/dev/nvd0p11 /media/ntfs ntfs

Try do this:
Code:
#ntfs
/dev/nvd0p11 /media/ntfs ntfs rw,mountprog=/usr/local/bin/ntfs-3g 0 0

And this:
Code:
sysrc kld_list+=fusefs-ntfs

I'm speaking from memory, I don't have NTFS partitions on my FreeBSD.
 
what about the rest of my mounts? they are not taking (mounting) either. I'll give that ntfs a try.
 
I think the problem is that you haven't loaded the kernel modules. You need to load:
Code:
#kldload fusefs
#kldload fusefs-ntfs
#kldload ext2fs

And add them to the file /etc/rc.conf

kld_list="${kld_list} fusefs fusefs-ntfs ext2fs"

And you need have installed sysutils/fusefs-ext2 and sysutils/fusefs-ntfs/

that didn't work. I do have that stuff installed
Code:
userx@FreeBSDy:~$ sudo pkg install fusefs-ext2 fusefs-ntfs
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
Checking integrity... done (0 conflicting)
The most recent versions of packages are already installed
getting already mounted error .. because it mounts it by whatever means it is ..

in XFCE4 that little icon for drive that I have the partition labled ntfs when i click on it . it tells me that it is already mouned but I have to figure out where. ;D

I 'm not going to lose sleep over this so I marked it solved.

:D
 
Try first from the command-line, as-root, not using a gui.
the thing is that they ALREADY get mounted into /media under
Code:
userx@FreeBSDy:~$ ls /media
SPCC_M.2_PCIe_SSD_296D079612A000222190_p1
SPCC_M.2_PCIe_SSD_296D079612A000222190_p10
SPCC_M.2_PCIe_SSD_296D079612A000222190_p11
SPCC_M.2_PCIe_SSD_296D079612A000222190_p12
SPCC_M.2_PCIe_SSD_296D079612A000222190_p4
SPCC_M.2_PCIe_SSD_296D079612A000222190_p5
SPCC_M.2_PCIe_SSD_296D079612A000222190_p6
SPCC_M.2_PCIe_SSD_296D079612A000222190_p7
SPCC_M.2_PCIe_SSD_296D079612A000222190_p9
Samsung_SSD_870_EVO_2TB_S6PNNS0T605362B_p1
Samsung_SSD_870_EVO_2TB_S6PNNS0T605362B_p2
Samsung_SSD_870_EVO_2TB_S6PNNS0T605362B_p3
Samsung_SSD_870_EVO_2TB_S6PNNS0T605362B_p4
-----added in this post to seperate system to user added directories ---
data
mx-home
ntfs
projects
slack15
slack15+
slackhome
storage
the named dirs are the ones I added to mount to, but as you can see the ones on top are the ones that the system uses for the same partitions. therefore I think that is causing the conflict between the system and fstab mounts. as I use a torrent app and I was just wanting to make sure that partiton is hard mounted to elevate any possibility of errors for read writes after booting and not using a file manager to make sure it is mounted by clicking on that partitoin first.
 
You could try in rc.conf to disable mounting,
Code:
automount_enable="NO"
autofs_enable="NO"
nope. I got it running e16 for my dt and xfce4 mounts them because its xfe4 :D I do wonder if dbus has anything to do with it. (i'm not that savvy) :( let me try mount on the cli now... well cli mounts
Code:
$ sudo mount -t ext2fs /dev/ada0p1 /media/storage
$ ls /media/storage 59888a8de6a1f38eae994de2e51a3d50.mp4
AYVK2192.JPG
BIBU6515.JPG
BKIV5144.JPG
mount
Code:
$ sudo mount 
/dev/nvd0p5 on / (ufs, local, soft-updates, journaled soft-updates)
devfs on /dev (devfs)
/dev/nvd0p2 on /boot/efi (msdosfs, local)
procfs on /proc (procfs, local)
/dev/ada0p1 on /media/storage (ext2fs, local)
 
Back
Top