Page 1 of 1

(Auto-) mounting NTFS drives

Posted: Sat Jan 18, 2020 6:09 am
by Vermilion
Hello,

I looked at the installed packages, the NTFS-3g package is installed on my system.

But when I plug in a NTFS formatted drive, I got an error message on mate desktop:

Code: Select all

mount: illegal option -- m usage: mount [-t fstype] [-o options] target_fs mount_point
. I also ensured, the following codes are added to the correct config files:

Code: Select all

fuse_load="YES" 
vfs.usermount=1
My question: Is there a way to (auto-) mount it through the mate file manager or is the only way to do so via command line (as root)?

Regards Verm

Re: (Auto-) mounting NTFS drives

Posted: Sun Jan 19, 2020 4:04 pm
by slughorn
Hello Vermilion,

I tried also to auto mounting NTFS. I followed different advises also from FreeBSD. But up to now I mount with this way:
1. check with

Code: Select all

gpart show
the partition and
2. than mount with

Code: Select all

#ntfs-3g /dev/da5s1 /mnt
da5 is my usb device and s1 my partition.
Look https://wiki.ghostbsd.org/index.php/How_To

(Solved) Re: (Auto-) mounting NTFS drives

Posted: Wed Oct 28, 2020 3:57 am
by slughorn
Eric has solved that issue with latest builds.

Re: (Solved) Re: (Auto-) mounting NTFS drives

Posted: Sun Jan 29, 2023 4:48 am
by yo9fah
slughorn wrote: Wed Oct 28, 2020 3:57 am Eric has solved that issue with latest builds.
Hi all!
This is my first post here, so welcome everyone!
I would be interested to know how Eric solved this! Is there a gui utility to do this!? Or how can I format a usb stick in freebsd or ghostbsd format.

Re: (Solved) Re: (Auto-) mounting NTFS drives

Posted: Fri Aug 04, 2023 6:02 pm
by ManFit
yo9fah wrote: Sun Jan 29, 2023 4:48 am
slughorn wrote: Wed Oct 28, 2020 3:57 am Eric has solved that issue with latest builds.
Hi all!
This is my first post here, so welcome everyone!
I would be interested to know how Eric solved this! Is there a gui utility to do where to buy phenq this!? Or how can I format a usb stick in freebsd or ghostbsd format.
Hi and welcome to the forum. I am also new here.
This is the same thing I am also curious to know.

Re: (Auto-) mounting NTFS drives

Posted: Mon Aug 14, 2023 4:19 pm
by Vermilion
FreeBSD has automount options / configs as well. As well as for formatting drives, I suggestbthe FreeBSD handbook.

Re: (Auto-) mounting NTFS drives

Posted: Mon Aug 14, 2023 4:20 pm
by Vermilion
FreeBSD has automount options / configs as well. As well as for formatting drives, I suggest the FreeBSD handbook.

Re: (Auto-) mounting NTFS drives

Posted: Fri Oct 13, 2023 5:34 pm
by CrownArtist
Vermilion wrote: Mon Aug 14, 2023 4:20 pm FreeBSD has automount buy phenq amazon options/configs as well. As well as for formatting drives, I suggest the FreeBSD handbook.
Wow having all these options in only one FreeBSD, this is very good to know.