Mount USB Device: Revision history

From KlavoWiki
Jump to navigationJump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

20 April 2015

17 December 2014

1 December 2014

1 October 2013

  • curprev 10:1710:17, 1 October 2013David talk contribs 232 bytes +232 Created page with "To Mount a USB device <pre> mkdir /mnt/usb-hd1 mount /dev/sda1 /mnt/usb-hd1/ </pre> To mount on boot <pre> vi /etc/fstab </pre> <pre> /dev/sda1 /mnt/usb-hd1 ext4 ..."