Perhaps, hopefully someone may be able to help here.
The OS is to be upgraded to 9.2 or 10, but I'm not wanting to do it now, not knowing if it will aggravate the problem further, compromising data on disks.
Machine status:
Disk/slices that cannot be mounted: /dev/ada3 or /dev/ada3s1.
Interestingly enough:
Apparently the label is showing 255h but geom is reading 16h? Is there anyone with a possible solution to this? One that would not destroy the data on it.
Thanks!
uname -a
Code:
FreeBSD machname 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:15:25 UTC 2012 root@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386
The OS is to be upgraded to 9.2 or 10, but I'm not wanting to do it now, not knowing if it will aggravate the problem further, compromising data on disks.
Machine status:
Disk/slices that cannot be mounted: /dev/ada3 or /dev/ada3s1.
mach-#272:# dmesg | grep -i ada3
Code:
ada3 at ata0 bus 0 scbus2 target 1 lun 0
ada3: <MAXTOR 6L080J4 A93.0500> ATA-5 device
ada3: 100.000MB/s transfers (UDMA5, PIO 8192bytes)
ada3: 76345MB (156355584 512 byte sectors: 16H 63S/T 16383C)
ada3: Previously was known as ad1
GEOM: ada3s1: geometry does not match label (255h,63s != 16h,63s).
ext2fs: ada3s1b: wrong magic number 0xa1e4 (expected 0xef53)
mach-#273:#
mach-#273:# gpart show ada3s1
Code:
=> 0 156344517 ada3s1 BSD (74G)
0 2097152 2 freebsd-swap (1.0G)
2097152 154247365 5 freebsd-ufs (73G)
Interestingly enough:
mach-#217:# ls /dev/ada3*
Code:
/dev/ada3 /dev/ada3s1 /dev/ada3s1b /dev/ada3s1e
mach-#274:# bsdlabel -e -A ada3s1
Code:
# /dev/ada3s1:
type: ESDI
disk: ad1s1
label:
flags:
bytes/sector: 512
sectors/track: 63
tracks/cylinder: 255
sectors/cylinder: 16065
cylinders: 9732
sectors/unit: 156355584
rpm: 3600
interleave: 1
trackskew: 0
cylinderskew: 0
headswitch: 0 # milliseconds
track-to-track seek: 0 # milliseconds
drivedata: 0
8 partitions:
# size offset fstype [fsize bsize bps/cpg]
b: 2097152 0 swap
c: 156344517 0 unused 0 0 # "raw" part, don't edit
e: 154247365 2097152 4.2BSD 2048 16384 28552
~
Apparently the label is showing 255h but geom is reading 16h? Is there anyone with a possible solution to this? One that would not destroy the data on it.
Thanks!