Mounting USB Drives

Support for other hardware categories not listed below.
scubapro25
Posts: 13
Joined: Sun Jul 09, 2017 6:35 am
Location: San Diego, CA
Contact:

Re: Mounting USB Drives

Post by scubapro25 »

OK, it looks like I've discovered what the problem is: under GParted, ALL my USB drives are NTFS. For some reason I never though to check the FS.

Is there a way to mount NTFS drives in Ghost?
Cheers,

Mike
ASX
Posts: 988
Joined: Wed May 06, 2015 12:46 pm

Re: Mounting USB Drives

Post by ASX »

scubapro25 wrote: Is there a way to mount NTFS drives in Ghost?
assuming your NTFS partition is /dev/da0p1 the following command can mount that partition:

Code: Select all

ntfs-3g /dev/da0p1 /mnt
to examine all partition tables use:

Code: Select all

gpart show -p
before trying to mount NTFS partitions, be sure that the module fuse.ko is already loaded:

Code: Select all

kldload fuse
or add fuse to kld_list=..." in /etc/rc.conf and reboot
scubapro25
Posts: 13
Joined: Sun Jul 09, 2017 6:35 am
Location: San Diego, CA
Contact:

Re: Mounting USB Drives [SOLVED]

Post by scubapro25 »

Great, thanks for your help!
Cheers,

Mike
Post Reply