USB disk can't be mounted automatically

Dear friends:

A USB flash drive can be mounted automatically, but a USB disk, such as a 500g 500 GB hard disk, can't be. And one more thing: how to enable the language option when auto-mounting by the computer itself?

If the USB hard disk is connected to the computer before the computer's is turned on, it will be mounted on the surface of the desktop.

Thank for any help!
 
FreeBSD automounting is pretty poor, it's often easier just to type the command.

mount -t msdosfs(assuming FAT) /dev/da0s1(check dmesg for devicename) /mnt(mount point)
 
zspider said:
FreeBSD automounting is pretty poor, it's often easier just to type the command.

mount -t msdosfs(assuming FAT) /dev/da0s1(check dmesg for devicename) /mnt(mount point)

Thanks for your reply. But I remember from several years ago, automounting is pretty good by hald and D-Bus. Almost the same as Linux.
 
xwwu said:
Thanks for your reply. But I remember from several years ago, automounting is pretty good by hald and D-Bus. Almost the same as Linux.

That was before everybody started to depend on Linux' systemd.
 
Back
Top