Vielleicht habe ich Dich nicht richtig verstanden aber das mit " und ' bringt auch nichts.
Rich (BBCode):
DS209> ls -la /volume2/rsnapshot/hourly.10/volume1/RECHNER/home/USER/.local/share/Trash/
total 28
drwx------ 3 USER Backup 4096 May 11 11:31 .
drwx------ 3 USER Backup 4096 May 11 11:31 ..
drwx------ 2 USER Backup 20480 May 11 11:31 info
DS209> rm -rfv /volume2/rsnapshot/hourly.10/volume1/RECHNER/home/USER/.local/share/Trash/
rm: cannot remove `/volume2/rsnapshot/hourly.10/volume1/RECHNER/home/USER/.local/share/Trash/info': Directory not empty
DS209> rm -rfv "/volume2/rsnapshot/hourly.10/volume1/RECHNER/home/USER/.local/share/Trash/"
rm: cannot remove `/volume2/rsnapshot/hourly.10/volume1/RECHNER/home/USER/.local/share/Trash/info': Directory not empty
DS209> ls -la /volume2/rsnapshot/hourly.10/volume1/RECHNER/home/USER/.local/share/Trash/info/
total 24
drwx------ 2 USER Backup 20480 May 11 11:31 .
drwx------ 3 USER Backup 4096 May 11 11:31 ..
DS209> rm -rfv /volume2/rsnapshot/hourly.10/volume1/RECHNER/home/USER/.local/share/Trash/info/
rm: cannot remove `/volume2/rsnapshot/hourly.10/volume1/RECHNER/home/USER/.local/share/Trash/info': Directory not empty
DS209> rm -rfv "/volume2/rsnapshot/hourly.10/volume1/RECHNER/home/USER/.local/share/Trash/info/"
rm: cannot remove `/volume2/rsnapshot/hourly.10/volume1/RECHNER/home/USER/.local/share/Trash/info': Directory not empty
DS209> rm -rfv '/volume2/rsnapshot/hourly.10/volume1/RECHNER/home/USER/.local/share/Trash/info/'
rm: cannot remove `/volume2/rsnapshot/hourly.10/volume1/RECHNER/home/USER/.local/share/Trash/info': Directory not empty
Ich wollt nun
fsck.ext4 -pvf /dev/md1 anwenden, doch vorher nochmal prüfen, welches Filesystem überhaupt auf den Platten ist.
Rich (BBCode):
DS209> parted -l
Model: Hitachi HDS722020ALA330 (scsi)
Disk /dev/hda: 2000GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Number Start End Size Type File system Flags
1 131kB 2550MB 2550MB primary ext3 raid
2 2550MB 4698MB 2147MB primary linux-swap(v1) raid
3 4832MB 2000GB 1996GB primary raid
Model: Hitachi HDS722020ALA330 (scsi)
Disk /dev/hdb: 2000GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Number Start End Size Type File system Flags
1 131kB 2550MB 2550MB primary ext3 raid
2 2550MB 4698MB 2147MB primary linux-swap(v1) raid
3 4832MB 2000GB 1996GB primary raid
Model: Hitachi HDS722020ALA330 (scsi)
Disk /dev/sda: 2000GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Number Start End Size Type File system Flags
1 131kB 2550MB 2550MB primary ext3 raid
2 2550MB 4698MB 2147MB primary linux-swap(v1) raid
3 4832MB 2000GB 1996GB primary raid
Model: Hitachi HDS722020ALA330 (scsi)
Disk /dev/sdb: 2000GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Number Start End Size Type File system Flags
1 131kB 2550MB 2550MB primary ext3 raid
2 2550MB 4698MB 2147MB primary linux-swap(v1) raid
3 4832MB 2000GB 1996GB primary raid
Nun bin ich richtig irritiert. Ich habe nur zwei Platten verbaut, warum werden /dev/hda, /dev/hdb, /dev/sda und /dev/sdb angezeigt? Oder ist das nur eine Dopplung? Ausserdem habe ich kein RAID.
Und offenbar haben die Platten ext3, sollte ich also nicht
Rich (BBCode):
syno_poweroff_task
umount /volume2
fsck.ext3 -pvf /dev/mdx
...auf der Konsole anwenden? Und welche Platte hinter fsck.ext3 -pvf? /dev/hdb oder /dev/sdb?
Und wie beende ich den syno_poweroff_task-Modus wieder? Und mit welchen Parametern mounte ich danach volume2 wieder? Oder doch besser danach die DS209 neu starten über DSM?
Ich bin ziemlich nervös, denn da liegen meine Daten...!
