Linux Notes---HDD add

Source: Internet
Author: User
Tags syslog dmesg

BZ creates a block cloud drive to add to the virtual machine, and then mounts the hard drive as usual on the USB drive:

Mount-t ext4/dev/vdb/mnt/xxxx

The results reported the following error:

Mount:wrong fs type, bad option, bad Superblock on/dev/vdb,
Missing codepage or helper program, or other error
In some cases useful info are found in Syslog-try
DMESG | Tail or so

After searching the internet, an elder brother gave a reply, saying it was because there was no formatting, and then I ran to format:

Mkfs-t Ext4/dev/vdb

The result is also an error:

Disk/dev/vdb doesn ' t contain a valid partition table.

Found an article http://blog.csdn.net/chen3888015/article/details/7515699, which is how to partition the hard disk, partition after the execution of Mount command or error:

Mount:wrong fs type, bad option, bad Superblock on/dev/vdb,
Missing codepage or helper program, or other error
In some cases useful info are found in Syslog-try
DMESG | Tail or so

But now the execution has been successfully formatted:

Mkfs-t Ext4/dev/vdb

Then execute the Mount command successfully, and finally summarize the entire hard drive mount process:

1. FDISK partition--2. MKFS formatted-->3. Mount Mount

This is the same as the procedure under Windows, but you can click on the mouse under Windows.

Linux Notes---HDD add

Related Article

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.