亚洲乱码中文字幕综合,中国熟女仑乱hd,亚洲精品乱拍国产一区二区三区,一本大道卡一卡二卡三乱码全集资源,又粗又黄又硬又爽的免费视频

Linux mount掛載和卸載硬盤腳本分享

 更新時(shí)間:2016年11月04日 09:06:12   作者:不懂 搜 問(wèn) 學(xué)  
本文通過(guò)腳本給大家分享了linux mount掛載和卸載硬盤的方法,非常不錯(cuò),具有一定的參考借鑒價(jià)值,感興趣的朋友一起看看吧

Linux 掛載

[root@whp6 ~]# mount /dev/sdb5 /mnt/
[root@whp6 ~]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda3 16G 2.1G 13G 14% /
tmpfs 931M 0 931M 0% /dev/shm
/dev/sda1 194M 28M 157M 16% /boot
/dev/sdb5 2.0G 68M 1.9G 4% /mnt
[root@whp6 ~]# df -T
Filesystem Type 1K-blocks Used Available Use% Mounted on
/dev/sda3 ext4 16311208 2134352 13348288 14% /
tmpfs tmpfs 953276 0 953276 0% /dev/shm
/dev/sda1 ext4 198337 28320 159777 16% /boot
/dev/sdb5 ext4 2071384 68632 1897528 4% /mnt
[root@whp6 ~]#

備注:如果掛載到有文件的目錄下 會(huì)遮擋原先文件 必須卸載掛載的硬盤 才能顯示

[root@whp6 ~]# ls /home/
1.txt 2 22 wanghaipeng whp
[root@whp6 ~]# mount /dev/sdb1 /home/
[root@whp6 ~]# ls /home
lost+found
[root@whp6 ~]# umount /home
[root@whp6 ~]# ls /home
1.txt 2 22 wanghaipeng whp
[root@whp6 ~]#

Linux umount 卸載

[root@whp6 /]# mount LABEL=wanghaipeng /home/whp/
[root@whp6 /]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda3 16G 2.1G 13G 14% /
tmpfs 931M 0 931M 0% /dev/shm
/dev/sda1 194M 28M 157M 16% /boot
/dev/sdb5 2.0G 68M 1.9G 4% /mnt
/dev/sdb1 2.0G 74M 1.9G 4% /home/whp
[root@whp6 /]# umount -l /home/whp/
[root@whp6 /]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda3 16G 2.1G 13G 14% /
tmpfs 931M 0 931M 0% /dev/shm
/dev/sda1 194M 28M 157M 16% /boot
/dev/sdb5 2.0G 68M 1.9G 4% /mnt
[root@whp6 /]#

以上所述是小編給大家介紹的Linux mount掛載和卸載硬盤,希望對(duì)大家有所幫助,如果大家有任何疑問(wèn)請(qǐng)給我留言,小編會(huì)及時(shí)回復(fù)大家的。在此也非常感謝大家對(duì)腳本之家網(wǎng)站的支持!

相關(guān)文章

最新評(píng)論