One linux Command a day-mount-general Linux technology-Linux technology and application information. The following is a detailed description. Mount ------- mount the File System
When the disk file system or CD is officially started on linux, you must attach it to the file system. The mount point is the directory where the partition is located.
Mount -- bind directory 1 directory 2
// Mount directory 1 to directory 2
Mount-t ext3/dev/hda1/mnt/hda1
// Use the ext3 format to mount/dev/hda1 to/mnt/hda1
Mount-t iso9660/dev/cdrom/mnt/floppy
// Attach a cd
Mount/dev/cdrom
// Because/etc/fstab specifies where/dev/cdrom is mounted, you can write it like this, without-t, the system will test in/etc/filesystems to see if it meets the supported format.
Mount-t vfat-o iocharset = cp950/dev/win/mnt/win
// Mount the win system and the Chinese directory can be correctly identified
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