#3: Reclamamos Soluciones Urgentes: ¿Por qué hemos de continuar viviendo en una democracia secuestrada?

Reply to comment

Como configurar una memoria USB



Has de dar soporte en el kernel a los siguientes módulos:

  • sd_mod <-- seleccionando: "scsi support"--"scsi disk support (módulo)"
  • usb-storage <-- seleccionando: "usb support"--"usb mass storage support (módulo)"

Has de añadir a "/etc/fstab" la siguiente línea:

  • /dev/sda1 /mnt/usbflash vfat user,noauto,umask=0 0 0"

Para usar el dispositivo el superusuario "root" ha de cargar el módulo que lo gestiona: "modprobe usb-storage".


Cualquier usuario lo puede montar con: "mount /mnt/usbflash".

Una vez montado se utiliza como si de un disquete se tratara.


¡OJO! Para evitar daños antes de desconectarlo has de hacer: "umount /mnt/usbflash". Al finalizar con este comando te aseguras que el dispositivo no está en uso, pudiéndolo desconectar de forma segura.

Reply

The content of this field is kept private and will not be shown publicly.
  • Lines and paragraphs break automatically.
  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>. The supported tag styles are: <foo>, [foo].
  • Web page addresses and e-mail addresses turn into links automatically.
  • Textual smileys will be replaced with graphical ones.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
Image CAPTCHA
Enter the characters shown in the image.