Changes

Jump to navigation Jump to search
263 bytes added ,  21:26, 25 March 2015
Line 47: Line 47:  
  <nowiki>sudo apt-get install wget git-core</nowiki>
 
  <nowiki>sudo apt-get install wget git-core</nowiki>
 
2. Format an USB with FAT32, and connect it to the Raspberry (First turn off the raspberry)<br />
 
2. Format an USB with FAT32, and connect it to the Raspberry (First turn off the raspberry)<br />
3. Set up a mount point for the USB drive.<br />
+
3. Set up a mount point for the USB drive. <br />
 +
3.1 Create directory<br />
 +
3.2 Edit /etc/fstab, add line:
 +
<nowiki>/dev/sda1 /home/pi/usbdrv vfat uid=pi,gid=pi,umask=0022,sync,auto,nosuid,rw,nouser 0 0</nowiki>
 +
note: /dev/sda1 should correspond to usb drive you want to map, pi = user that will own the drieve

Navigation menu