Text Resizer Text Resizer
July 30th, 2010
You're browsing: Scriptmatico.Com » Linux » Montar Memoria USB o Pendrive en FreeBSD

Montar Memoria USB o Pendrive en FreeBSD

Posted on Jun 02 in Linuxby adminPrintText Resizer Text Resizer

Para montar este tipo de dispositivos se debe usar el comando MOUNT

CODE:
  1. mount /dev/da0s1 /mnt/usb

donde /dev/da0s1 es el dispositivo a montar y /mnt/usb es el punto donde se montara el dispositivo,
en mi caso fue necesario crear el directorio "usb" dentro del directorio "mnt".

Para Montar un dispositivo usb windows msdos se usa el siguiente comando:

CODE:
  1. mount_msdosfs /dev/da0s1 /mnt/usb

o

CODE:
  1. mount -t msdosfs /dev/da0s1 /mnt/usb

Post to Twitter


  • No Related Post

Leave a Reply

*
To prove you're a person (not a spam script), type the security word shown in the picture. Click on the picture to hear an audio file of the word.
Click to hear an audio file of the anti-spam word

Back to Top
[x] Cerrar
E-mail