bsd4me
Well-Known Member
Hallo,
ich habe einen zfs pool am Rechner. Eine Patte - nun sie meldet einen Fehler:
ich also zpool scrub und zpool clear gemacht - kein Fehler mehr - reboot - alles okay.
Wenn ich aber das Verzeichnis löschen möchte, passiert folgendes:
und dann wieder:
Woran kann das liegen??
VG Norbert
ich habe einen zfs pool am Rechner. Eine Patte - nun sie meldet einen Fehler:
# zpool status -v
pool: zroot
state: ONLINE
status: One or more devices has experienced an error resulting in data
corruption. Applications may be affected.
action: Restore the file in question if possible. Otherwise restore the
entire pool from backup.
see: https://openzfs.github.io/openzfs-docs/msg/ZFS-8000-8A
scan: scrub repaired 0B in 00:28:33 with 0 errors on Mon Apr 20 17:52:41 2026
config:
NAME STATE READ WRITE CKSUM
zroot ONLINE 0 0 0
gpt/rada0 ONLINE 0 0 0
errors: Permanent errors have been detected in the following files:
/path/to/eclipse/R4_32/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/testData/localizationtests/foobundle_default/OSGI-INF
ich also zpool scrub und zpool clear gemacht - kein Fehler mehr - reboot - alles okay.
# zpool status
pool: zroot
state: ONLINE
scan: scrub repaired 0B in 00:28:33 with 0 errors on Mon Apr 20 17:52:41 2026
config:
NAME STATE READ WRITE CKSUM
zroot ONLINE 0 0 0
gpt/rada0 ONLINE 0 0 0
errors: No known data errors
Wenn ich aber das Verzeichnis löschen möchte, passiert folgendes:
# rm -rf eclipse.platform.releng.aggregator/
rm: eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/testData/localizationtests/foobundle_default/OSGI-INF: Input/output error
rm: eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/testData/localizationtests/foobundle_default: Directory not empty
rm: eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/testData/localizationtests: Directory not empty
rm: eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/testData: Directory not empty
rm: eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests: Directory not empty
rm: eclipse.platform.releng.aggregator/rt.equinox.p2/bundles: Directory not empty
rm: eclipse.platform.releng.aggregator/rt.equinox.p2: Directory not empty
rm: eclipse.platform.releng.aggregator/: Directory not empty
und dann wieder:
# zpool status -v
pool: zroot
state: ONLINE
status: One or more devices has experienced an error resulting in data
corruption. Applications may be affected.
action: Restore the file in question if possible. Otherwise restore the
entire pool from backup.
see: https://openzfs.github.io/openzfs-docs/msg/ZFS-8000-8A
scan: scrub repaired 0B in 00:28:33 with 0 errors on Mon Apr 20 17:52:41 2026
config:
NAME STATE READ WRITE CKSUM
zroot ONLINE 0 0 0
gpt/rada0 ONLINE 0 0 0
errors: Permanent errors have been detected in the following files:
/path/to/eclipse/R4_32/eclipse.platform.releng.aggregator/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/testData/localizationtests/foobundle_default/OSGI-INF
Woran kann das liegen??
VG Norbert