Page 1 of 2

Mounting USB Drives

Posted: Tue Jul 11, 2017 8:08 pm
by scubapro25
Sorry, I'm used to the 'plug and play' environments of Windows and Linux, I'm wondering if there isn't a simpler way in using USB drives in BSD than

Code: Select all

USB devices can be automatically mounted by uncommenting this line in /etc/auto_master:
/media -media -nosuid
Then add these lines to /etc/devd.conf:
notify 100 {
match "system" "GEOM";
match "subsystem" "DEV";
action "/usr/sbin/automount -c";
};
Well, you get the point. ;-)

Re: Mounting USB Drives

Posted: Tue Jul 11, 2017 9:20 pm
by ericbsd
Actually, USB stick is supposed to be automatically mounted, in MATE and XFCE 10.3 without any setup on your side.

Re: Mounting USB Drives

Posted: Tue Jul 11, 2017 10:34 pm
by scubapro25
Thanks for your reply, ericbsd: well, I was going to try and upload a .jpg screenshot to show you the msg I get when I try and mount a USB drive in Caja, but apparently, the forum here doesn't accept .jpg file uploads [Screenshot at 2017-07-11 18:20:34.jpg is an invalid filename.] , so here is the error msg I get:

"mount illegal option -m usage: mount [- t fstype [-o option] target_fs mount_point"

Re: Mounting USB Drives

Posted: Wed Jul 12, 2017 4:06 am
by Kernelpanic
Hello Mike
Use a hosting image server (such as Tinypic) to upload the image. Then paste here the code generated automatically by the host
So we can see your image
Cheers

Re: Mounting USB Drives

Posted: Wed Jul 12, 2017 8:36 am
by NevilleGoddard
What is the file system on the usb stick? I can mount UFS usb sticks no problem, but if the file system is ms-dos it has to be mounted by command line.

Re: Mounting USB Drives

Posted: Thu Jul 13, 2017 12:41 am
by scubapro25
Kernelpanic wrote:Hello Mike
Use a hosting image server (such as Tinypic) to upload the image. Then paste here the code generated automatically by the host
So we can see your image
Cheers
Here ya go: Image

Re: Mounting USB Drives

Posted: Thu Jul 13, 2017 12:44 am
by scubapro25
Sorry the image cut off half the picture--the original screencapture didn't do that--it was full screen. Never used a 'hosting' service for pics before.

Re: Mounting USB Drives

Posted: Thu Jul 13, 2017 5:52 am
by Kernelpanic
scubapro25 wrote:Sorry the image cut off half the picture--the original screencapture didn't do that--it was full screen. Never used a 'hosting' service for pics before.
You can choose to resize it when you upload a photo ;)
Try again because i cannot read the error message

Re: Mounting USB Drives

Posted: Thu Jul 13, 2017 6:54 am
by scubapro25
Here is the error msg I rec'd: ""mount illegal option -m usage: mount [- t fstype [-o option] target_fs mount_point"

Re: Mounting USB Drives

Posted: Thu Jul 13, 2017 7:03 am
by Kernelpanic
scubapro25 wrote:Here is the error msg I rec'd: ""mount illegal option -m usage: mount [- t fstype [-o option] target_fs mount_point"
Is that an NTFS partition?
Did you try to go in by terminal?
Take a look here and here.It's seems that they using mounttray/pc-sysconfig