- 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
Dealing with servers, hardware, and infrastructure can take up your valuable time. Discover the benefits of Heroku, the PaaS of choice for developers since 2007.
John Ajera -
Talles L -
Bach Huynh V. VN.Danang -
Sospeter Mong'are -
Top comments (0)