首先引用一句 wiki 上的定义来开篇: Mounting takes place before a computer can use any kind of storage device (such as a hard drive, CD-ROM, or network share). The user or their operating system must make it accessible through the computer's file system. A user can
mount [-t vfstype] [-o options] device dir1.-t vfstype 指定文件系统的类型,通常不必指定.mount 会自动选择正确的类型.关于一些常用的文件:iso9660 光盘或光盘镜像.msdos DOS fat16文件系统vfat Windows 9x fat32文件系统.ntfs Windows NT ntfs文件系统smbfs Mount Windows文件网络共享.nfs UNIX(Linux) 文件网络共享..................