Home PC Games Linux Windows Database Network Programming Server Mobile  
           
  Home \ Linux \ Linux mount command Detailed     - Apache Tomcat integration and resin (Server)

- Linux System Getting Started Learning: hard disk partition, and to deal with traps (Linux)

- 22 Port weak passwords and SSH connection program of the Linux server (Linux)

- ls command: 15 Level Linux interview question (Linux)

- Nginx Installation and Configuration (Server)

- The formatted Linux hard drive and mount (Linux)

- Configuration OpenOCD + FT2232 under Ubuntu (Linux)

- rsync server set up (Server)

- Process safety monitoring and protection under the Linux operating system (Linux)

- Switching Virtual Machine + Ubuntu graphical interface and terminal interface (Linux)

- True and false in Perl (Programming)

- Linux tool curl and wget advanced use (Linux)

- Redis performance test (Database)

- CentOS / Debian configuration Gitlab 7.1x to build self Git repository (Linux)

- Share useful bash aliases and functions (Linux)

- Linux FAQ - How to fix tar:Exitingwith failure status due to previous errors (Linux)

- An Example of GoldenGate Extract Process Hang Problem Solving (Database)

- Linux System Getting Started Learning: rename multiple files in Linux (Linux)

- Using IntelliJ IDEA 13 integrated development environment to build Android (Linux)

- Ubuntu Tutorial: E: Failed to get lock / var / lib / apt / lists / lock - open (Linux)

 
         
  Linux mount command Detailed
     
  Add Date : 2018-11-21      
         
         
         
  Mount under Linux (mount) a disc image file, removable hard disk, U disk, Windows and NFS network shares.

Linux is an excellent open-source operating system that can run into big giant to small handheld on various computer systems, along with the increasingly mature and stable linux system together with his unique advantages of open source, linux give the world more and more widely used. Hybrid systems are now many corporate computer systems are made of UNIX systems, Linux and Windows systems composed of different systems often need to exchange data. Now I work according to their actual experience tell us about how to mount (mount) a disc image file in the linux system, mobile hard disk, U disk along with Windows and UNIX NFS network shares network shares.

Mount command (mount)
Format:
mount [-t vfstype] [-o options] device dir

      among them:
 Type 1.-t vfstype specified file system usually does not have to be specified. mount will automatically select the correct type. Common types are:

Disc or disc image: iso9660
DOS fat16 file system: msdos
Windows 9x fat32 file system: vfat
Windows NT ntfs file system: ntfs
Mount Windows network file sharing: smbfs
UNIX (LINUX) file on a network share: nfs

2.-o options is mainly used to describe the way the device or attached files. Commonly used parameters are:

loop: used to mount a file as a hard disk partition on the system
ro: using mounted read-only device
rw: read and write using the attached devices
iocharset: Specifies the system to access the document character set
3.device to mount (mount) device.
4.dir device on the system mount point (mount point).

Note that if you want to mount the type is not specified, it will appear to specify the types of situations. This time to put the disk to the specified type.

If the plate is empty, you can reformat to the specified type.

Mkfs command.
     
         
         
         
  More:      
 
- SQL in the specific internal Oracle process (Database)
- CentOS / Linux kernel upgrade (Linux)
- Ora-00020: maximum number of processes (500) exceeded (Database)
- Android Delete project useless resource file (Programming)
- How open source code libraries hosted on Github (Linux)
- Depth understanding of the use of Spring Redis (Programming)
- Shilpa Nair interview experience sharing RedHat Linux package management (Linux)
- CentOS7 boot systemd introduction and use of management (Linux)
- Linux file system data file deletion problem space is not freed (Database)
- CentOS use wget (Linux)
- How to fix Not Enough Free Disk Space On / boot on Ubuntu (Linux)
- Linux resource restriction level summary (Linux)
- SUSE Linux network configuration and firewall configuration (Linux)
- Linux vi command list (Linux)
- Hibernate Search and Lucene quick introduction (Linux)
- PXE install CentOS 6.4 (Linux)
- CentOS7 install JDK (Linux)
- Oracle 11G R2 DataGuard structures (Database)
- Detailed reference Oracle 11g Partition (Database)
- Linux usage in echo (Linux)
     
           
     
  CopyRight 2002-2022 newfreesoft.com, All Rights Reserved.