Common uses of Linux mount:
Windows shared directory mounted under Linux system
Mount-t CIFS//192.168.11.11/backup/share/mnt/win-o username=admin,password=admin123,iocharset=gb2312
Detailed parameters:
-T: Device type, CIFS represents the type of shared directory
10.158.32.142/backup/10.65.14.78:window Shared directory path
/mnt/win:linux Local Directory
Username: User name to access window shared directory
Password: Access password for window shared directory
Mount Optical drive under Linux system
Mount-t Iso9660/dev/sr0/mnt/cdrom
Detailed parameters:
-T: Device type, iso9660 means optical drive
/DEV/SR0: Optical Drive
/mnt/cdrom: Mounted Directory
Here are the two things I often use, more types of device mounting methods, please refer to the following links:
Http://www.jb51.net/os/RedHat/1109.html
This article is from the "SQL Server MySQL" blog, so be sure to keep this source http://dwchaoyue.blog.51cto.com/2826417/1538635