大家好,又见面了,我是你们的朋友全栈君。
手上有装好文件系统的CF一只,插上卡套,类比于U盘。
1.先进入/mnt/目录新建一个usb目录
cd /mnt/
mkidr usb
2.fdisk -l,然后插上U盘,fdisk -l
查看是否有新的硬盘添加上来了?
这时候我若是挂载是不知道sdb的文件类型的,也不清楚该挂载sdbx几。
/dev/sda1: Linux rev 1.0
GNU Parted 1.8.8
Using /dev/sda
Welcome to GNU Parted! Type ‘help’ to view a list of commands.
(parted) print
Model: VMware, VMware Virtual S (scsi)
Disk /dev/sda: 21.5GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
255 heads, 63 sectors/track, 2610 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x0007c1e8
/dev/sda1
/dev/sda2
其中*为boot区,也就是system为linux,则可以挂载这个区了。(附上挂载后插卡文件类型命令)
/dev/mapper/VolGroup00-LogVol00 on / type
/proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
/dev/sda1 on /boot type ext3 (rw)
tmpfs on /dev/shm type tmpfs (rw)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)
Filesystem
/dev/mapper/VolGroup00-LogVol00
/dev/sda1
tmpfs
3.stat
Block size: 4096
Blocks: Total: 4580035
Inodes: Total: 1163264
我们选用第一种方法
root@IPG:/mnt/usb# file -s /dev/sdb2
/dev/sdb2: Linux rev 1.0 ext4 filesystem data, UUID=bd6c04e2-e77d-4110-b1fe-65fc67ac0a46 (needs journal recovery) (extents) (large files) (huge files)
然后执行挂载
mount -t ext4 /dev/sdb /mnt/usb
发布者:全栈程序员-用户IM,转载请注明出处:https://javaforall.cn/129757.html原文链接:https://javaforall.cn
【正版授权,激活自己账号】: Jetbrains全家桶Ide使用,1年售后保障,每天仅需1毛
【官方授权 正版激活】: 官方授权 正版激活 支持Jetbrains家族下所有IDE 使用个人JB账号...