当前位置:网站首页>Mount command - file system mount
Mount command - file system mount
2022-06-25 05:59:00 【ProYuan28】
mount The command is used to load the file system to the specified load point . The most common use of this command is to mount cdrom, So that we can access cdrom Data in , Because you put the disc in cdrom in ,Linux It doesn't mount automatically , You have to use Linux mount Command to manually complete the mount .
Grammar format :mount [ Parameters ]
Common parameters :
| -t | Specify mount type |
| -l | Displays a list of loaded file systems |
| -h | Display help message and exit |
| -V | Show program version |
| -n | Loading without writing file “/etc/mtab” File system in |
| -r | Load the file system as read-only mode |
| -a | Load the file “/etc/fstab” All file systems described in |
Reference examples
View version :
[[email protected] ~]# mount -V
Start all mounts :
[[email protected] ~]# mount -a
mount /dev/cdrom To /mnt:
[[email protected] ~]# mount /dev/cdrom /mnt
mount nfs Format file system :
[[email protected] ~]# mount -t nfs /123 /mnt
Mount the first partition of the first disk to /etc Catalog :
[[email protected] ~]# mount -t ext4 -o loop,default /dev/sda1 /etc
边栏推荐
- Three tier architecture experiment
- Differences and connections between sap ui5 and openui5
- What are the reasons why most webmasters choose Hong Kong site group servers?
- Semantic segmentation fcns in the wild: pixel level adaptive and constraint based adaptation
- [golang] leetcode intermediate - Search rotation sort array & search two-dimensional matrix II
- SAP ui5 beginner tutorial No. 27 - unit test tool quNit introduction trial version for SAP ui5 application
- JMeter stress testing and agent recording
- Day21 JMeter usage basis
- SAP ui5 beginner tutorial 25 - using proxy server to solve the cross domain problem of SAP ui5 application accessing remote OData service trial version
- Some common errors and solutions of using SAP ui5 to consume OData services
猜你喜欢

No one reads the series. Source code analysis of copyonwritearraylist

Code learning-cvpr2020 unsupervised domain adaptive semantic segmentation: intra advance

Semantic segmentation cvpr2019-advance: advantageous enterprise minimization for domain adaptation in semantic segmentation
How SAP ui5 device type detection device API works

Semantic segmentation cvpr2020 unsupervised intra domain adaptation for semantic segmentation through self supervision
How the sap ui5 framework performs single step debugging of batch requests
MySQL transaction learning notes (I) first encounter

Semantic segmentation fcns in the wild: pixel level adaptive and constraint based adaptation

Jenkins installation and configuration

Understanding the dynamic mode of mongodb document
随机推荐
Part 33 of SAP ui5 application development tutorial - trial version of responsiveness of SAP ui5 applications
Pytorch- daily learning notes of some small functions involving training
SAP ui5 application development tutorial 32 - how to create a custom SAP ui5 control
Day19 (variable parameter, enhanced for loop traversal, generic wildcard <? >, TreeSet, linkedhashset, nested traversal of sets, set set, static import,)
What is hybrid web containers for SAP ui5
Day22 send request and parameterization using JMeter
SAP ui5 Application Development Tutorial Part 30 - parameter transfer in the routing process of SAP ui5
Mongodb delete data
手机开户一般哪个证券公司好?手机开户是安全么?
Mongodb basic concept learning - set
MySQL tuning --01--- optimization steps and system performance parameters
Simple student management system
Monkey test of APP automation
Technology inventory: past, present and future of Message Oriented Middleware
Vscode voice notes to enrich information (Part 1)
Guava new collection type
16 application problem solving
Day16 (regular expression, enumeration)
Noi Mathematics: Dirichlet convolution
What happens when redis runs out of memory