Diese Seite ist in Ihrer lokalen Sprache noch nicht verfügbar. Wir arbeiten daran, weitere Sprachversionen hinzuzufügen. Vielen Dank für Ihre Unterstützung.
Scalable File Service Turbo
Scalable File Service Turbo
- What's New
- Function Overview
- Product Bulletin
- Service Overview
- Billing
- Getting Started
- User Guide
- Best Practices
- API Reference
- SDK Reference
- FAQs
-
Troubleshooting
- Mounting a File System Timed Out
- Mounting a File System Failed
- Creating an SFS Turbo File System Failed
- File System Automatically Unmounted
- A Client Server Failed to Access a File System
- Abnormal File System Status
- Data Fails to Be Written into a File System Mounted to ECSs Running Different Types of Operating Systems
- Writing to a File System Failed
- Error Message "wrong fs type, bad option" Was Displayed During File System Mounting
On this page
Help Center/
Scalable File Service Turbo/
Troubleshooting/
Error Message "wrong fs type, bad option" Was Displayed During File System Mounting
Error Message "wrong fs type, bad option" Was Displayed During File System Mounting
Updated on 2025-01-09 GMT+08:00
Symptom
The message "wrong fs type, bad option" was displayed when you run the mount command to mount a file system to a Linux ECS.
Possible Causes
An NFS client is not installed on the Linux ECS. That is, the nfs-utils software package is not installed before you execute the mount command.
Fault Diagnosis
Install the required nfs-utils software package.
Solution
- Log in to the ECS and run the following command to check whether the nfs-utils package is installed. If no command output is returned, the package is not installed.
rpm -qa|grep nfs
Figure 1 Checking whether the software package has been installed - Install the nfs-utils software package.
yum -y install nfs-utils
Figure 2 Executing the installation commandFigure 3 Successful installation - Run the mount command again to mount the file system to the ECS.
mount -t nfs -o vers=3,timeo=600,noresvport,nolock,tcp <Shared path> <Local path>
- View the mounted file system.
mount -l
If the command output contains the following information, the file system has been mounted:example.com:/share-xxx on /local_path type nfs (rw,vers=3,timeo=600,nolock,addr=)
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.
The system is busy. Please try again later.