Home PC Games Linux Windows Database Network Programming Server Mobile  
           
  Home \ Linux \ Linux mount command Detailed     - Zabbix monitoring different versions of RAID installation and monitoring and MySQL master-slave monitor (Server)

- How to use the ps command to monitor progress in the implementation of Linux commands (Linux)

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

- Spring Boot + Nginx + Tomcat + SSL configuration notes (Server)

- Nodejs command-line program development tutorial (Programming)

- 7 extremely dangerous Linux commands (Linux)

- Linux centralized log server rsyslog (Server)

- Nginx start, stop, smooth start, smooth upgrade (Server)

- MySQL 5.6.12 binary log path switching binlog (Database)

- Linux operation and maintenance of the actual file system, file links (Linux)

- Java integrated development environment common set of operations (Linux)

- Zookeeper cluster deployment (Server)

- Java source implementation of the observer pattern instance (Programming)

- MySQL + Heartbeat + DRBD deployment architecture (Server)

- Repair fatal error in Linux: lame / lame.h: No such file or dir Error (Linux)

- Python 2.7.9 Installation on Linux CentOS 6.6 (Linux)

- Jigsaw project will solve the problem of Java JAR hell Mody (Programming)

- Wireshark basic introduction and learning TCP three-way handshake (Linux)

- Analysis of native Java keywords (Programming)

- How to deploy Icinga server (Server)

 
         
  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:      
 
- PL / SQL data types (Database)
- Unetbootin make use U disk loading Linux system (Linux)
- Transfer files to Windows and Linux (Linux)
- CentOS 6.6 installation certification system based on the ftp service (Server)
- Ubuntu cut screen method (Linux)
- Nginx + ownCloud + PHP + MySQL to build personal private cloud under CentOS7 (Server)
- Linux security configuration (Linux)
- Using nmcli commands to manage network in RedHat / CentOS 7.x (Linux)
- Linux host dual LAN transceiver package ARP problem (Linux)
- Red Hat Linux security settings document (Linux)
- Oracle 11g through SCN do incremental backup repair standby library detailed process (Database)
- extundelete: the Linux-based open source data recovery tools (Linux)
- Analysis: Little Notebook facing a major security threat secure online (Linux)
- Node.js v4.0.0 installation configuration on Ubuntu 14.04 / 15.04 (Linux)
- Server Security Analysis attack on Linux (Linux)
- Static member variable modified (Programming)
- KVM installation under CentOS 5.5 (Linux)
- MongoDB 3.2 to upgrade from 3.0.7 (Database)
- Basic Java JNI (Programming)
- HTML5 Fundamentals study notes (Programming)
     
           
     
  CopyRight 2002-2022 newfreesoft.com, All Rights Reserved.