Skip to content

Commit

Permalink
change common usb format to fat
Browse files Browse the repository at this point in the history
  • Loading branch information
shangbinbin authored and shangbinbin committed Nov 13, 2023
1 parent 7a71241 commit 7a4c76c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package/kvmd-msd/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# operation step:
# Install iso operation step:

1. Confirm that the following four paths exist. If you are using the official latest image of blikvm, and it is fully configured, there is no need to check.
```
Expand Down Expand Up @@ -60,12 +60,12 @@
```


## public use drive operation step:
## File transfer function operation step:

# user-->blkvm-->control PC
# user-->blikvm-->control PC
1. first step, in user pc, push file to iso direction.
```
scp 1.txt blikvm@xxxx:/mnt/msd/user/
scp xxx blikvm@xxxx:/mnt/msd/user/
```
2. then in blikvm. excute below cmd.
```
Expand Down
2 changes: 1 addition & 1 deletion package/kvmd-msd/kvmd-msd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ case ${CMD} in

if [ "$TYPE" != "ventoy" ]
then
mkfs.ext4 $MSD_NAME".img"
mkfs.fat $MSD_NAME".img"
fi

losetup -f $MSD_NAME".img"
Expand Down

0 comments on commit 7a4c76c

Please sign in to comment.