- List all the usb drives
sudo fdisk -l
- Mount the drive required
# If the mount point is not there already create it
sudo mkdir /media/usba
sudo mount -t vfat /dev/sda1 /media/usba -o uid=1000,gid=1000
sudo fdisk -l
# If the mount point is not there already create it
sudo mkdir /media/usba
sudo mount -t vfat /dev/sda1 /media/usba -o uid=1000,gid=1000
For further actions, you may consider blocking this person and/or reporting abuse
Sujit Kumar -
云微 -
云微 -
云微 -
Top comments (0)