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


Nachrichten in diesem Thema
Externe USB Festplatte - von Mil - 09.03.2016, 04:28
RE: Externe USB Festplatte - von mirisbowring - 09.03.2016, 09:46
RE: Externe USB Festplatte - von cbrauweiler - 09.03.2016, 10:51
RE: Externe USB Festplatte - von mirisbowring - 09.03.2016, 13:30
RE: Externe USB Festplatte - von cbrauweiler - 09.03.2016, 18:22
RE: Externe USB Festplatte - von Mil - 09.03.2016, 22:10
RE: Externe USB Festplatte - von mirisbowring - 09.03.2016, 23:13
RE: Externe USB Festplatte - von nichnormal - 09.03.2016, 23:19
RE: Externe USB Festplatte - von Mil - 10.03.2016, 03:05
RE: Externe USB Festplatte - von mirisbowring - 10.03.2016, 08:41
RE: Externe USB Festplatte - von Mil - 10.03.2016, 11:42
RE: Externe USB Festplatte - von mirisbowring - 10.03.2016, 14:53
RE: Externe USB Festplatte - von Mil - 10.03.2016, 17:10
RE: Externe USB Festplatte - von mirisbowring - 10.03.2016, 18:48
RE: Externe USB Festplatte - von Mephistopheles - 15.09.2016, 21:38
RE: Externe USB Festplatte - von Skorpionbird - 16.09.2016, 07:28
RE: Externe USB Festplatte - von harryberlin - 16.09.2016, 08:35
RE: Externe USB Festplatte - von Skorpionbird - 16.09.2016, 10:42
RE: Externe USB Festplatte - von Mil - 18.02.2017, 13:54
RE: Externe USB Festplatte - von Jack - 18.02.2017, 14:39
RE: Externe USB Festplatte - von Mil - 19.02.2017, 01:28
RE: Externe USB Festplatte - von Jack - 19.02.2017, 11:05
RE: Externe USB Festplatte - von Mil - 06.03.2017, 00:06
RE: Externe USB Festplatte - von Jack - 06.03.2017, 00:29
RE: Externe USB Festplatte - von Mil - 06.03.2017, 01:27
RE: Externe USB Festplatte - von Jack - 06.03.2017, 07:26
RE: Externe USB Festplatte - von Mil - 06.03.2017, 14:29
RE: Externe USB Festplatte - von Mil - 06.03.2017, 22:24
RE: Externe USB Festplatte - von Jack - 06.03.2017, 22:50
RE: Externe USB Festplatte - von Mil - 06.03.2017, 23:59
RE: Externe USB Festplatte - von Jack - 07.03.2017, 08:13
RE: Externe USB Festplatte - von Mil - 08.03.2017, 01:55
RE: Externe USB Festplatte - von Jack - 08.03.2017, 08:35
RE: Externe USB Festplatte - von cbrauweiler - 08.03.2017, 10:48
RE: Externe USB Festplatte - von Mil - 08.03.2017, 14:09
RE: Externe USB Festplatte - von cbrauweiler - 08.03.2017, 15:51
RE: Externe USB Festplatte - von Mil - 08.03.2017, 19:30
RE: Externe USB Festplatte - von cbrauweiler - 08.03.2017, 19:58
RE: Externe USB Festplatte - von Jack - 08.03.2017, 20:39
RE: Externe USB Festplatte - von Mil - 08.03.2017, 21:07
RE: Externe USB Festplatte - von Mil - 08.03.2017, 23:42
RE: Externe USB Festplatte - von cbrauweiler - 09.03.2017, 11:03

Gehe zu:


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