Partition Drive
-
Run
sudo lsblk
and find out the device name. -
Run
fdisk /dev/sdX
where sdX is the appropriate name. -
Create a new partition by typing
n
, and then Enter for the following defaults. -
To set the partition type, type
t
, thenL
. Find W95 Fat32b
, thenENTER
. -
Type
w
to write your output.
Format the Drive
Now run the following: sudo mkfs -t vfat /dev/sdX1
.
Mount the Drive
sudo mkdir /mnt/windrive
sudo mount /dev/sdX1 /mnt/windrive
Access the Drive
cd /mnt/windrive
Now you can copy files to and from the drive
Power off
Issue poweroff
command
Use data storage to download the appropriate vmdk file