Linux mount commands in a detailed

Source: Internet
Author: User

Mount file system with Unmount file system

Mount/umount

NO1. Mount Optical Drive

[Email protected] root]# mount-t Iso9660/dev/cdrom/mnt/cdrom

NO2. Mount Optical drive, support Chinese

[Email protected] root]# mount-t iso9660-o codepage=936,iocharset=cp936/dev/cdrom/mnt/cdrom

NO3. Mount Windows partition, FAT file system

[Email protected] root]# mount-t Vfat/dev/hda3/mnt/cdrom

NO4. Mount the Windows partition, NTFS file system

[Email protected] root]# mount-t ntfs-o Iocharset=cp936/dev/hda7/mnt/had7

No5. Mount ISO File

[Email protected] root]# Mount-o Loop/abc.iso/mnt/cdrom

NO6. Mount Floppy Drive

[Email protected] root]# Mount/dev/fd0/mnt/floppy

NO7. Mounting Flash Disk

[Email protected] root]# Mount/dev/sda1/mnt/cdrom

NO8. To mount a folder shared by Windows operating systems

[Email protected] root]# mount-t smbfs-o username=guest,password=guest//machine/path/mnt/cdrom

NO9. displaying mounted file systems

[email protected] root]# mount

[[email protected] root]# cat/etc/fstab display system boot automatically loaded file system

[[email protected] root]# Cat/etc/mtab Displays the file system currently loaded

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.