|
发表于 2008-7-13 11:55:20
|
显示全部楼层
2: 可以去看 FHS, /media 是用来挂载可移动设备的, /mnt 是用来临时挂载的, 当然, 实际使用的时候, 未必非要完全遵照 FHS 的
FHS 中的一段:
Historically there have been a number of other different places used to mount removeable media such as /cdrom, /mnt or /mnt/cdrom. Placing the mount points for all removeable media directly in the root directory would potentially result in a large number of extra directories in /. Although the use of subdirectories in /mnt as a mount point has recently been common, it conflicts with a much older tradition of using /mnt directly as a temporary mount point. |
|