将盘mount到已存在路径,路径下文件显示不了

Posted 丹心明月

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了将盘mount到已存在路径,路径下文件显示不了相关的知识,希望对你有一定的参考价值。

添加盘:
Disk /dev/sdb: 1073 MB, 1073741824 bytes
255 heads, 63 sectors/track, 130 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000

[[email protected] test]# df -h
Filesystem      Size  Used Avail Use% Mounted on
/dev/sda3        38G   14G   22G  40% /
tmpfs           495M  202M  293M  41% /dev/shm
/dev/sda1       388M  384M     0 100% /boot

[[email protected] test]# pwd
/test
[[email protected] test]# ls
video.avi

挂载:
[[email protected] ~]# mount /dev/sdb /test
[[email protected] ~]# df -h
Filesystem      Size  Used Avail Use% Mounted on
/dev/sda3        38G   14G   22G  40% /
tmpfs           495M  202M  293M  41% /dev/shm
/dev/sda1       388M  384M     0 100% /boot
/dev/sdb       1008M   34M  924M   4% /test

[[email protected] ~]# cd /test
[[email protected] test]# ll
total 16
drwx------ 2 root root 16384 Jan 18 18:23 lost+found

 我的video.avi 不见了!!

[[email protected] ~]# umount /test
[[email protected] ~]# df -h
Filesystem      Size  Used Avail Use% Mounted on
/dev/sda3        38G   14G   22G  40% /
tmpfs           495M  202M  293M  41% /dev/shm
/dev/sda1       388M  384M     0 100% /boot
[[email protected] ~]# cd /test
[[email protected] test]# ll
total 4
-rw-r--r-- 1 root root 16 Jan 18 18:20 video.avi

OK,它又回来了! 

所以,mount磁盘之前,最好检查下路径下的文件。有用的mv,没用的rm。

以上是关于将盘mount到已存在路径,路径下文件显示不了的主要内容,如果未能解决你的问题,请参考以下文章

javascript 导出文件 弹出选择路径窗口 返回路径和文件名

一个初学者分享一下Linux的一些基础命令

我的cygwin怎么用不了?

什么是绝对路径?什么是相对路径?举个例子

如何使用mount挂载一个windows的共享文件夹

createNewFile和createTempFile