Thunar
Thunar 不會使用預設設置自動掛載 USB 設備
在為 Arch Linux安裝和配置Thunar Volume Manager 後,它不會自動掛載任何 USB 設備:
$ thunar thunar-volman: Unsupported USB device type. thunar-volman: Unsupported USB device type. thunar-volman: Could not detect the volume corresponding to the device. thunar-volman: Could not detect the volume corresponding to the device.
(插入單個 USB 驅動器時,兩條消息都會列印兩次。)
$ loginctl show-session $XDG_SESSION_ID Id=c1 Timestamp=Tue 2013-11-19 20:54:41 GMT TimestampMonotonic=33281762 VTNr=7 Display=:0.0 Remote=no RemoteUser=root Service=slim Scope=session-c1.scope Leader=308 Audit=0 Type=x11 Class=user Active=yes State=active IdleHint=no IdleSinceHint=0 IdleSinceHintMonotonic=0 Name=username
此執行緒中有一堆隨機提示,但至少其中一些似乎與 wiki 不一致:
gvfs
被提及,儘管 wiki 僅提及它作為瀏覽遠端位置的要求。手動安裝工作正常:
$ sudo mount /dev/sde1 /media/foo $ mount | grep sde1 /dev/sde1 on /media/foo type fuseblk (rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
事實證明,您必須安裝
gvfs
並polkit-gnome
使其正常工作。註銷並再次登錄後,Thunar 支持掛載 USB 設備。
腳步:
- 禁用 thunar 捲管理和 thunar –daemon
sudo apt-get install udevil
echo "devmon &" >> .xinitrc
- 打開 thunar 和 usb 自動掛載