Linux下用Usbmount实现USB设备自动挂载
Usbmount 工具可以实现usb设备得自动加/卸载。
$ sudo apt-get install usbmount
usbmount的配置文件为/etc/usbmount/usbmount.conf,通常需要修改得字段如下:
FILESYSTEMS=“ext2, ext3, vfat, ntfs”
MOUNTOPTIONS=“iocharset=gb2312,sync,noexec,nodev,noatime”
FS_MOUNTOPATIONS=“-fstype=vfat,gid=floppy,dmask=0007,fmask=0117”
FS_MOUNTOPATIONS=“-fstype=ntfs,gid=floppy,dmask=0007,fmask=0117”
之后,插入u盘即可自动挂载,可执行tail /var/log/messages查看挂载卸载的日志。
不过,对于ntfs格式的移动硬盘,需要用root权限登录才挂载得上,即使su –登录都不行。
顶(0)
踩(0)
- 最新评论