Hi all,
I have a USB2, external hard drive, formatted under UFS. It was working perfectly, but after an electric black out, im not able to mount or fsck the external drive anymore.
Is there a way to fix this ?
Thanks
Regards,
Vince
I have a USB2, external hard drive, formatted under UFS. It was working perfectly, but after an electric black out, im not able to mount or fsck the external drive anymore.
Code:
freebsd-version
11.1-RELEASE-p6
Code:
dmesg | grep ^da
da0 at umass-sim0 bus 0 scbus6 target 0 lun 0
da0: <ST950032 5AS > Fixed Direct Access SCSI-2 device
da0: Serial Number 006000003DC7
da0: 40.000MB/s transfers
da0: 476940MB (976773168 512 byte sectors)
da0: quirks=0x2<NO_6_BYTE>
Code:
usbconfig | grep -i iomega
ugen4.2: <Iomega Select HDD Iomega> at usbus4, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON (2mA)
Code:
gpart show
=> 34 156301421 ada0 GPT (75G)
34 128 1 freebsd-boot (64K)
162 146800512 2 freebsd-ufs (70G)
146800674 7815168 3 freebsd-swap (3.7G)
154615842 1685613 - free - (823M)
=> 63 976773105 da0 MBR (466G)
63 976773105 1 freebsd [active] (466G)
=> 0 976773105 da0s1 BSD (466G)
0 976773105 1 freebsd-ufs (466G)
=> 63 976773105 diskid/DISK-006000003DC7 MBR (466G)
63 976773105 1 freebsd [active] (466G)
=> 0 976773105 diskid/DISK-006000003DC7s1 BSD (466G)
0 976773105 1 freebsd-ufs (466G)
Code:
fsck -t ufs -y /dev/da0s1a
** /dev/da0s1a
Cannot find file system superblock
LOOK FOR ALTERNATE SUPERBLOCKS? yes
SEARCH FOR ALTERNATE SUPER-BLOCK FAILED. YOU MUST USE THE
-b OPTION TO FSCK TO SPECIFY THE LOCATION OF AN ALTERNATE
SUPER-BLOCK TO SUPPLY NEEDED INFORMATION; SEE fsck_ffs(8).
Is there a way to fix this ?
Thanks
Regards,
Vince