Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
add public usb driver readme.
  • Loading branch information
InnerCalmer authored Nov 5, 2023
1 parent e6a2ba4 commit be2836c
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions package/kvmd-msd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,34 @@
```
sudo apt install jq
```


## public use drive operation step:

# user-->blkvm-->control PC
1. first step, in user pc, push file to iso direction.
```
scp 1.txt blikvm@xxxx:/mnt/msd/user/
```
2. then in blikvm. excute below cmd.
```
sudo bash kvmd-msd.sh -c make -s 4 -t other
```

# control PC-->blikvm-->user
1. first create public usb driver(if has public usb driver, don't need to excute the cmd again.)
```
sudo bash kvmd-msd.sh -c make -s 4 -t other
```

2. first in control pc, copy data to usb driver,then excute below cmd.
```
sudo bash kvmd-msd.sh -c rever
```

3. next in user pc, pull the data.
```
scp blikvm@xxxx:/mnt/msd/user/* .
```

NOTICE: whether push or pull data, must create the public usb driver firstly.

0 comments on commit be2836c

Please sign in to comment.