自動掛載u盤到根目錄
1,修改/etc/auto.master 檔案:
增加下面一行:/- /etc/auto.direct
具體例子為:
[root@tonykorn97 /]# cat /etc/auto.master
#
# $Id: auto.master,v 1.4 2005/01/04 14:36:54 raven Exp $
#
# Sample auto.master file
# This is an automounter map and it has the following format
# key [ -mount-options-separated-by-comma ] location
# For details of the format look at autofs(5).
#
/misc /etc/auto.misc
/net -hosts
/- /etc/auto.direct
#
# Include central master map if it can be found using
# nsswitch sources.
#
# Note that if there are entries for /net or /misc (as
# above) in the included master map any keys that are the
# same will not be seen as the first read key seen takes
# precedence.
#
+auto.master
[root@tonykorn97 /]#
2,新建立/etc/auto.direct檔案
[root@tonykorn97 /]# cat /etc/auto.direct
/backup -fstype=auto :/dev/sdb1
[root@tonykorn97 /]#
3,重啟autofs檔案
[root@tonykorn97 /]# service autofs restart
停止 automount: [確定]
啟動 automount: [確定]
[root@tonykorn97 /]#
4,透過cd /backup到達隨身碟目錄中。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/312079/viewspace-1007217/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- udev 自動掛載U盤檔案系統指定目錄dev
- 48.Linux-普通U盤以及多分割槽U盤自動掛載Linux
- 指令碼實現U盤自動掛載(linux)指令碼Linux
- 解決無法自動掛載U盤問題
- RH131課文中自動掛載u盤的一道題目
- Linux:掛載外部U盤,移動資料Linux
- linux將掛載在home目錄下的磁碟轉移到根目錄下Linux
- linux的u盤的掛載Linux
- centerOs根目錄盤擴容筆記ROS筆記
- Linux:從LiveCD到自啟動U盤薦Linux
- sshfs通過ssh掛載遠端目錄到本地
- 掛載其他機器目錄
- Linux製作系統啟動盤以及掛載和解除安裝U盤Linux
- 車載U盤和普通U盤哪個好 車載U盤和普通U盤的區別
- 製作u盤linux根檔案系統掛不上!(轉)Linux
- linux掛載windows共享目錄LinuxWindows
- IIS虛擬目錄掛載檔案伺服器目錄伺服器
- 使用 SSHFS 將遠端伺服器目錄掛載到 Windows 本地伺服器Windows
- 自動掛載 fstab
- word怎麼自動生成目錄?Word自動生成目錄的方法教程
- 將磁碟誤掛載到根分割槽下的問題處理記錄
- VUE - 配置根目錄(用@代表src目錄)Vue
- 轉:Docker學習---掛載本地目錄Docker
- nfs掛載及開啟自動掛載NFS
- Docker使用-v掛載主機目錄到容器後出現Permission deniedDocker
- 在VMWARE下增加空間並將其掛載到相應目錄
- linux如何系統掛載u盤複製檔案Linux
- LINUX下掛載U盤,中文亂碼的問題Linux
- 第五章703N 刷openwrt 掛載u盤
- 配置vuter的根目錄
- Linux安裝SVN實現自動同步到Web目錄LinuxWeb
- Docker:常用命令 與 掛載目錄Docker
- sshfs基於ssh掛載遠端目錄
- 『學了就忘』Linux基礎命令 — 39、掛載U盤和掛載NTFS分割槽Linux
- VMwareWorkstation設定U盤啟動(或U盤使用)
- Scrapy:根據目錄來下載github上的檔案Github
- linux掛載新硬碟,開機自動掛載Linux硬碟
- c# 獲取根目錄C#