Linux mount Command System mounting and image processing

Source: Internet
Author: User

It is of great learning value to introduce the usage and application of the Linux mount command. Here I will mainly explain the application of the Linux mount command, including the knowledge of the Linux mount command. Linux mount command is used to mount hard disks or images ).

Usage: Linux mount Command [-t vfstype] [-o options] device dir1.-t vfstype specifies the type of the file system, which is usually not required. The Linux mount command automatically selects the correct type. Common types include:
CD or CD image: iso9660
DOS fat16 File System: msdos
Windows 9x fat32 File System: vfat
Windows NT ntfs file system: ntfs
Mount Windows File network sharing: smbfs
Network Sharing for UNIX (LINUX) files: nfs

2.-o options is used to describe the mounting method of a device or file. Common parameters include:
Loop: used to connect a file to the system as a hard disk partition.
Ro: mounting a device in read-only mode
Rw: mounting a device in read/write mode
Iocharset: Specifies the character set used to access the file system

3. the device to mount the Linux mount command.

4. mount point of the dir device on the system ). 3 monut remote or local windows partition supported by NTFS format:

1) According to the kernel installation ntfs support module: http://sourceforge.net/projects/linux-ntfs/files/
Specific process help: http://gerardmcgarry.com/blog/hacking-centos-ntfs-support
Instance: sudo mount-t cifs // remotehostname/shared/mnt/myshared-o username = XXX, password = XXX

2) install ntfs-3g ----- yum install ntfs-3g (fuse-ntfs-3g)
Reference: http://www.zzdushi.com /? P = 30
Reference: http://ntfs-3g.org/
Specific process help: http://wiki.centos.org/TipsAndTricks/NTFS
Instance: mount-t ntfs-3g/dev/sda1/mnt/windowsumount/mnt/windows)

3 instances:
Linux mount command to mount the local iso: mount-o loop-t iso9660/home/sunky/mydisk. iso/mnt/vcdrom mount the remote shared directory of fat32: mount // 10.167.20.20/shared/mnt/mywinmtr Windows C partition mounted to the/mnt/winc directory of Liunx: mount-t vfat/dev/hda1/mnt/winc. If the problem is displayed in Chinese, # mount-t vfat-o iocharset = cp936/dev/hda1/mnt/winc. To mount a local windows partition, run the sudo fdisk-l command under ubuntu to view the partition information .) After a flash disk is inserted, the flash disk is identified as a SCSI disk. Generally, run the following command: mount/dev/sda1/usb.

  1. The most basic commands in the Linux mount command
  2. Linux vmstat process information and memory information
  3. Ubuntu Linux is more powerful, faster, and better
  4. Update list of Linux yum installation package
  5. High-performance servers and monitoring required for Linux System Administrators

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.