mount时候遇到写保护,将以只读方式挂载
mount时候遇到写保护,将以只读方式挂载
遇到 mount: 未知的文件系统类型“(null)”
[root@localhost ~]# mount /dev/sdb /mnt/usb/
mount: /dev/sdb 写保护,将以只读方式挂载
mount: 未知的文件系统类型“(null)”
格式化
[root@localhost ~]# mkfs.ext4 /dev/sdb
mke2fs 1.42.9 (28-Dec-2013)
/dev/sdb is entire device, not just one partition!
无论如何也要继续? (y,n) y
文件系统标签=
OS type: Linux
块大小=4096 (log=2)
分块大小=4096 (log=2)
Stride=0 blocks, Stripe width=0 blocks
476720 inodes, 1904000 blocks
95200 blocks (5.00%) reserved for the super user
第一个数据块=0
Maximum filesystem blocks=1950351360
59 block groups
32768 blocks per group, 32768 fragments per group
8080 inodes per group
Superblock backups stored on blocks:
32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632
Allocating group tables: 完成
正在写入inode表: 完成
Creating journal (32768 blocks): 完成
Writing superblocks and filesystem accounting information: 完成
从虚拟机中弹出
win提示需要格式化,点确定
重新连接虚拟机
[root@localhost ~]# mount /dev/sdc /mnt/usb/
成功挂载。
(ps:格式化之后重新连接虚拟机设备盘符名可能会变,注意用fdisk -l看一下是什么盘符名)