From f29314104d45b563ad26f9518e6b873e54412e69 Mon Sep 17 00:00:00 2001 From: tilman Date: Sat, 31 Dec 2016 10:56:44 +0100 Subject: [PATCH] mount share --- installation.txt | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/installation.txt b/installation.txt index 8b4d13f..520698e 100644 --- a/installation.txt +++ b/installation.txt @@ -4,7 +4,7 @@ sudo apt upgrade select-editor # Einstellungen: -# Passwort 560612 +# Passwort 0304484 # Deutsches Tastaturlayout # Deutsche WLAN-Kanäle # Hostname pizero01 @@ -158,10 +158,10 @@ sudo nano /etc/rc.local (hier nochmal mit allen Ergänzungen aus den vorherigen # # # start piplayer # su pi -c 'python3 /home/pi/piplayer2/piplayer2.py >> /tmp/piplayer2.log 2>&1 &' +# +# exit 0 sudo reboot -exit 0 - # Dateisystem temporär beschreibbar machen @@ -169,7 +169,14 @@ sudo mount -o rw,remount / sudo mount -o rw,remount /boot +# Share einbinden +sudo nano /etc/rc.local +# sudo mount -t cifs -o user=guest,password= //192.168.1.125/media /home/pi/share +# via /etc/fstab HAT NICHT FUNKTIONIERT +sudo nano /etc/fstab +# tmpfs /media/share tmpfs defaults,size=10% 0 0 +# //192.168.1.125/hidrive/Media /media/share cifs guest,ro