Kylin V10使用优盘(含虚拟机使用优盘)
通用性好,建议优盘格式化为FAT32格式使用,插入USB口后,fdisk -l 识别磁盘,mount即可使用。
FAT32格式的缺点是单个存储文件不能超过4G。
现在的优盘通常格式化为NTFS格式,Kylin V10需要安装ntfs-3g.x86_64.rpm 包才可以使用(安装盘内有该文件、配好YUM源安装)。
一、优盘格式化为FAT32格式使用步骤:
[root@kylin101 ~]# fdisk -l
Disk /dev/sdh: 7.22 GiB, 7757398016 bytes, 15151168 sectors
Disk model: DataTraveler 2.0
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x0f3bc40e
Device Boot Start End Sectors Size Id Type
/dev/sdh1 2048 15151134 15149087 7.2G c W95 FAT32 (LBA)
[root@kylin101 ~]# mount /dev/sdh1 /mnt
[root@kylin101 ~]# ls -l /mnt
total 334236
drwxr-xr-x 2 root root 4096 Sep 7 2022 '??'
drwxr-xr-x 3 root root 4096 Dec 1 2021 Android
drwxr-xr-x 2 root root 4096 Jun 19 2023 Archive
-rwxr-xr-x 1 root root 673 Jan 23 2023 autoinstall.lst
drwxr-xr-x 3 root root 4096 Oct 28 2022 cl
-rwxr-xr-x 1 root root 16124 Feb 3 2022 commet.tct.txt
-rwxr-xr-x 1 root root 14447295 Apr 20 2022 com.ucbrowser.tv_1.7.1.505_liqucn.com.apk
-rwxr-xr-x 1 root root 17708447 Jun 12 2023 django3.2.19.zip
-rwxr-xr-x 1 root root 75585 Nov 4 2022 'dminit SYSDBA.pdf'
二、优盘格式化为NTFS格式使用步骤
首先查找ntfs-3g RPM包。
[root@kylin101 ~]# yum search ntfs
Last metadata expiration check: 103 days, 1:31:21 ago on Sun 04 Feb 2024 02:56:51 PM CST.
=================================================================