Loop
September 17th, 2003, 22:17
heyas,
Got a prob with one drive that won't mount. It was working fine before I rebuilt the system (which was 4.8-STABLE), but now I get:
[code:1:bd8f36444b]loop@erwin ~ % sudo mount /dev/da1a /home/public
Password:
mount: /dev/da1a on /usr/home/public: incorrect super block[/code:1:bd8f36444b]
So I tried fsck, with the -n switch so I wouldn't break anything (this drive holds "sensitive data" :wink:
[code:1:bd8f36444b]loop@erwin ~ % sudo fsck -n /dev/da1a
** /dev/da1a (NO WRITE)
CANNOT READ: BLK 16
CONTINUE? yes
THE FOLLOWING DISK SECTORS COULD NOT BE READ: 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31,
/dev/da1a: NOT LABELED AS A BSD FILE SYSTEM (unused)[/code:1:bd8f36444b]
OK, try the alternate superblock:
[code:1:bd8f36444b]loop@erwin ~ % sudo fsck -n -b 32 /dev/da1
Alternate super block location: 32
** /dev/da1 (NO WRITE)
BAD SUPER BLOCK: MAGIC NUMBER WRONG[/code:1:bd8f36444b]
So I'm lost ... how can I get the data off this drive?
Got a prob with one drive that won't mount. It was working fine before I rebuilt the system (which was 4.8-STABLE), but now I get:
[code:1:bd8f36444b]loop@erwin ~ % sudo mount /dev/da1a /home/public
Password:
mount: /dev/da1a on /usr/home/public: incorrect super block[/code:1:bd8f36444b]
So I tried fsck, with the -n switch so I wouldn't break anything (this drive holds "sensitive data" :wink:
[code:1:bd8f36444b]loop@erwin ~ % sudo fsck -n /dev/da1a
** /dev/da1a (NO WRITE)
CANNOT READ: BLK 16
CONTINUE? yes
THE FOLLOWING DISK SECTORS COULD NOT BE READ: 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31,
/dev/da1a: NOT LABELED AS A BSD FILE SYSTEM (unused)[/code:1:bd8f36444b]
OK, try the alternate superblock:
[code:1:bd8f36444b]loop@erwin ~ % sudo fsck -n -b 32 /dev/da1
Alternate super block location: 32
** /dev/da1 (NO WRITE)
BAD SUPER BLOCK: MAGIC NUMBER WRONG[/code:1:bd8f36444b]
So I'm lost ... how can I get the data off this drive?