Ok I did not understand you own both models (there is no fan on a nwsp2);
So I think you have to wait fvdw so that he compiles wipefs. This will allow to delete manually the zombies fs on sda8
wipefs /dev/sda8
@fvdw
Note: I do not understand why my dd commandline did not do the job :scratch
File systems all store information about themselves, often with some form of signature so that they can be identified. In Ext4’s case, the signature is 0xEF53 at offset 0x438, which you can see with od:
$ od -A x -x -j 1080 -N 2 /dev/<your device>
000438 ef53
00043a
This signature is part of the superblock, which contains information such as the overall size of the file system, the features it supports (e.g. whether it has a journal, uses extents, etc.), whether it’s clean or not...
For Ext4 you’ll find a description of the on-disk layout on the Ext4 wiki. Other file systems have similar documentation. You can find other signatures by reading the file systems magic file used by file.
Nope...fvdw wrote:Did you overwrite them all?
Return to Lacie Network Space vs2 and max version
Users browsing this forum: No registered users and 4 guests