- 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
Ikechukwu Kelechi Alexander -
TalePunk -
Joseph Ibeh -
karthick-dkk -
Top comments (0)