一、挂载光盘
1、挂载光盘
[root@localhost~]# mkdir /mnt/cdrom/
#建立挂载点
[root@localhost~]#mount -t iso9660 /dev/cdrom/mnt/cdrom/
#挂载光盘
[root@localhost~]#mount /dev/srO/mnt/cdrom/
2、卸载命令
[root@localhost~]#mount 设备文件名或挂载点
[root@localhost~]#mount /mnt/cdrom
二、挂载U盘
挂载U盘
[root@localhost~]# fdisk –1
#查看U盘设备文件名
[root@localhost~]#mount -t vfat /dev/sdb1/mnt/usb/
注意:Linux默认是不支持NTFS文件系统的。