Folgende Warnungen sind aufgetreten:
Warning [2] Undefined variable $unreadreports - Line: 34 - File: global.php(961) : eval()'d code PHP 8.2.2 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/global.php(961) : eval()'d code 34 errorHandler->error_callback
/global.php 961 eval
/showthread.php 28 require_once
Warning [2] Undefined property: MyLanguage::$thread_modes - Line: 43 - File: showthread.php(1621) : eval()'d code PHP 8.2.2 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/showthread.php(1621) : eval()'d code 43 errorHandler->error_callback
/showthread.php 1621 eval




Themabewertung:
  • 0 Bewertung(en) - 0 im Durchschnitt
  • 1
  • 2
  • 3
  • 4
  • 5
Externe USB Festplatte
#41
Dies ist das resultat nach den ersten mal

sudo blkid

/dev/mmcblk0: PTUUID="8aaffa23" PTTYPE="dos"
/dev/mmcblk0p1: LABEL="boot" UUID="0EDC-9EC5" TYPE="vfat" PARTUUID="8aaffa23-01"
/dev/mmcblk0p2: UUID="7f593562-9f68-4bb9-a7c9-2b70ad620873" TYPE="ext4" PARTUUID="8aaffa23-02"
/dev/sda1: UUID="50FE5FF5FE5FD238" TYPE="ntfs" PARTUUID="cb8924fb-01"
sudo nano /etc/fstab

proc /proc proc defaults 0 0
/dev/mmcblk0p1 /boot vfat defaults 0 2
/dev/mmcblk0p2 / ext4 defaults,noatime 0 1
# a swapfile is not a swap partition, no line here
# use dphys-swapfile swap[on|off] for that

UUID=50FE5FF5FE5FD238 /media/extern ntfs defaults 0 2
sudo mount –a
df –h
Dateisystem Größe Benutzt Verf. Verw% Eingehängt auf
/dev/root 29G 11G 18G 38% /
devtmpfs 364M 0 364M 0% /dev
tmpfs 368M 0 368M 0% /dev/shm
tmpfs 368M 5,2M 363M 2% /run
tmpfs 5,0M 4,0K 5,0M 1% /run/lock
tmpfs 368M 0 368M 0% /sys/fs/cgroup
/dev/mmcblk0p1 63M 21M 42M 33% /boot
tmpfs 74M 0 74M 0% /run/user/1000
tmpfs 74M 0 74M 0% /run/user/0
/dev/sda1 932G 603G 329G 65% /media/extern
cd /media/extern
ls –ll
drwxrwxrwx 1 root root 0 Mär 16 2016 David Bisbal
drwxrwxrwx 1 root root 4096 Mär 16 2016 David Bowie
drwxrwxrwx 1 root root 0 Mär 16 2016 David Charvet
drwxrwxrwx 1 root root 0 Mär 16 2016 David Garrett
UND SO WEITER

Nach den reboot
sudo blkid

/dev/mmcblk0: PTUUID="8aaffa23" PTTYPE="dos"
/dev/mmcblk0p1: LABEL="boot" UUID="0EDC-9EC5" TYPE="vfat" PARTUUID="8aaffa23-01"
/dev/mmcblk0p2: UUID="7f593562-9f68-4bb9-a7c9-2b70ad620873" TYPE="ext4" PARTUUID="8aaffa23-02"
/dev/sda1: UUID="50FE5FF5FE5FD238" TYPE="ntfs" PARTUUID="cb8924fb-01"
sudo nano /etc/fstab

proc /proc proc defaults 0 0
/dev/mmcblk0p1 /boot vfat defaults 0 2
/dev/mmcblk0p2 / ext4 defaults,noatime 0 1
# a swapfile is not a swap partition, no line here
# use dphys-swapfile swap[on|off] for that

UUID=50FE5FF5FE5FD238 /media/extern ntfs defaults 0 2
sudo mount –a
mount: can't find –a in /etc/fstab
df –h
df: „–h“: Datei oder Verzeichnis nicht gefunden
Zitieren
#42
du hast da irgendwie statt Bindestrich einen Gedankenstrich (ist etwas länger) vor deinen Parametern bei mount -a und df -h
CarPi: RPi 3 mit 7" RPi Touchscreen & PiUSV+, Jessie, Kodi 15.2
Testing: Raspbian Jessie mit Kodi 15.2 - Step by Step
Projekte: SmartHome, Ambilight
Zitieren


Gehe zu:


Benutzer, die gerade dieses Thema anschauen: 2 Gast/Gäste
RasPiCarProjekt