On linux mount /dev/vdb to the /home partition an error is reported.
# mount /dev/vdb /home
mount: you must specify the filesystem type
Execute first: mkfs.ext3 /dev/vdb
# mkfs.ext3 /dev/vdb
mke2fs 1.41.12 (17-May-2010)
Filesystem label=
OS type: Linux
Block size=4096 (log=2)
Fragment size=4096 (log=2)
Stride=0 blocks, Stripe width=0 blocks
32768000 inodes, 131072000 blocks
6553600 blocks (5.00%) reserved for the super user
First data block=0
Maximum filesystem blocks=4294967296
4000 block groups
32768 blocks per group, 32768 fragments per group
8192 inodes per group
Superblock backups stored on blocks:
32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208,
4096000, 7962624, 11239424, 20480000, 23887872, 71663616, 78675968,
102400000
Writing inode tables: done
Creating journal (32768 blocks): done
Writing superblocks and filesystem accounting information: done
This filesystem will be automatically checked every 25 mounts or
180 days, whichever comes first. Use tune2fs -c or -i to override.
And then mount:
#mount -t ext3 /dev/vdb /home
Similar Posts:
- How to Solve Linux resize2fs error: Bad magic number in super-block
- E01-you must specify the filesystem type
- Unknown file system type ‘NTFS’ on NTFS U disk mounted by CentOS
- linux mount: unknown filesystem type ‘exfat’
- In vmware10, centos7 mounts the shared folder of windows host, and prompts: error: cannot mount filesystem: no such device
- hdfs cluster Error: Please check the logs or run fsck in order to identify the missing blocks. See the Hadoop FAQ for common causes and potential solutions.
- Linux format System Disk error [How to Solve]
- Vagrant up Error:unable to mount VirtualBox shared folders
- mount: block device /dev/cdrom is write-protected, mounting read-only [How to Solve]
- [Solved] linux configure: error: no acceptable C compiler found in $PATH