USB Drive mount - Virtual Machine running Ubuntu
Página 1 de 1
USB Drive mount - Virtual Machine running Ubuntu
Here are the steps to be made in order to mount a USB drive on a Ubuntu server running into VMWare.
1 - put your USB drive in the USB port
2 - In VMWare, menu VM > Removable devices, choose your USB drive and click on Connect
3 - on the Ubuntu server terminal:
1 - put your USB drive in the USB port
2 - In VMWare, menu VM > Removable devices, choose your USB drive and click on Connect
3 - on the Ubuntu server terminal:
- Código:
3.1 - sudo mkdir /mnt/myusb
3.2 - sudo mount -t ntfs /dev/sdb1 /mnt/myusb
alternative: sudo mount -t auto /dev/sdb1 /mnt/myusb (if you don't know the filesystem)
3.3 - ls -la /mnt/myusb (to check if its ok)
Tópicos semelhantes
» Unmount USB drive
» Definir teclado em Ubuntu Server 12.04 pela linha de comando
» Instalar Ubuntu numa pen drive
» Install Chrome under Ubuntu
» Ubuntu - Distribuição baseada em Linux
» Definir teclado em Ubuntu Server 12.04 pela linha de comando
» Instalar Ubuntu numa pen drive
» Install Chrome under Ubuntu
» Ubuntu - Distribuição baseada em Linux
Página 1 de 1
Permissões neste sub-fórum
Não podes responder a tópicos
Ter Set 24, 2019 1:16 pm por jpmartins
» Artigo Bitcoin
Ter Set 24, 2019 1:13 pm por jpmartins
» Novo site para desportistas / New site for athletes
Ter Dez 04, 2018 8:19 am por Admin
» Check used port with the command line
Ter Dez 04, 2018 8:10 am por Admin
» Check the port where mariaDB is running
Seg Dez 03, 2018 4:59 am por Admin
» Check the linux version
Seg Dez 03, 2018 3:12 am por Admin
» Granting rights to a database for a user
Qui Nov 29, 2018 2:04 am por Admin
» Create new user
Qui Nov 29, 2018 2:01 am por Admin
» Change level of password security level
Qui Nov 29, 2018 1:59 am por Admin