Jump to content


freemaxxx

Member Since 9 Jul 2019
Offline Last Active 29 Mar 2024 21:11
-----

Posts I've Made

In Topic: Verzeichnis nicht beschreibbar

29 March 2024 - 13:05

So, update....

 

Ich habe jetzt verschiedene SSD angeschlossen, es hat sich herausgestellt, dass der externe USB3 Controller des SSD-Gehäuses

defekt bzw. nicht kompatibel ist.

Die SSD mit einem anderen Controller wird beim booten eingehängt und funktioniert ohne manuelle Einrichtung.

 

Wie gesagt, das PLi- Image ist wirklich TOP, bin froh es jetzt nutzen zu können.

 

:thumbs-up: Danke für die Unterstützung! :thumbs-up:


In Topic: Verzeichnis nicht beschreibbar

28 March 2024 - 23:24

Das ist eine SanDisk SSD.

Habe aber auch schon einen USB Stick genommen, gleiches Problem Verzeichnis nicht beschreibbar.

Wie gesagt, auf einen älteren HDF Image ist alles ok.


In Topic: Verzeichnis nicht beschreibbar

28 March 2024 - 22:47

mount:

 

ubi0:rootfs on / type ubifs (rw,relatime)
devtmpfs on /dev type devtmpfs (rw,relatime,size=481748k,nr_inodes=120437,mode=755)
proc on /proc type proc (rw,relatime)
sysfs on /sys type sysfs (rw,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
configfs on /sys/kernel/config type configfs (rw,relatime)
tmpfs on /media type tmpfs (rw,relatime,size=64k,nr_inodes=120505)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
tmpfs on /run type tmpfs (rw,nosuid,nodev,size=482020k,nr_inodes=120505,mode=755)
tmpfs on /var/volatile type tmpfs (rw,relatime,size=482020k,nr_inodes=120505)
devpts on /dev/pts type devpts (rw,relatime,gid=5,mode=620)
nfsd on /proc/fs/nfsd type nfsd (rw,relatime)
/dev/sda1 on /media/hdd type ext4 (ro,relatime,data=ordered)

 

cat /etc/fstab:

 

rootfs               /                    auto       defaults              1  1
proc                 /proc                proc       defaults              0  0
devpts               /dev/pts             devpts     mode=0620,gid=5       0  0
tmpfs                /run                 tmpfs      mode=0755,nodev,nosuid,strictatime 0  0
tmpfs                /var/volatile        tmpfs      defaults              0  0
UUID=048a60fd-acc7-4825-8530-7aafd3cf56dc       /media/hdd      auto    defaults        0  2


In Topic: Verzeichnis nicht beschreibbar

28 March 2024 - 22:33

Ja, habe noch einmal initialisiert und auch gemountet.


In Topic: Verzeichnis nicht beschreibbar

28 March 2024 - 22:26

root@h9:~# blkid
/dev/sda1: UUID="048a60fd-acc7-4825-8530-7aafd3cf56dc" TYPE="ext4"
/dev/ubi0_0: UUID="89489780-d4b5-4dc6-848a-93f732bd3d6c" TYPE="ubifs"

 

 

Hast du die Telnet-Befehle für den Mount?