Skip site navigation (1)Skip section navigation (2)
Date:      19 Dec 2001 23:51:40 +0100
From:      Julio Merino <juli@merino.net>
To:        Mailing-list FreeBSD-Stable <freebsd-stable@freebsd.org>
Subject:   Re: Unexisting disklabel
Message-ID:  <1008802300.372.0.camel@klamath>

next in thread | raw e-mail | index | archive | help
It seems that it is happening what I said. There is some info remaining
about a disklabel on the ad0s3 partition... It is type 0x83 so it
shouldn't look for a disklabel. Is this a bug? How can I erase this
"old" info?

David Wolfskill, the info you requested:

-----
klamath# disklabel -r ad0s2
# /dev/ad0s2c:
type: ESDI
disk: ad0s2
label: 
flags:
bytes/sector: 512
sectors/track: 63
tracks/cylinder: 255
sectors/cylinder: 16065
cylinders: 387
sectors/unit: 6217155
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]
  a:   143360        0    4.2BSD     1024  8192    16 	# (Cyl.    0 - 8*)
  b:   262144   143360      swap                    	# (Cyl.    8*- 25*)
  c:  6217155        0    unused        0     0       	# (Cyl.    0 - 386)
  e:   204800   405504    4.2BSD     1024  8192    16 	# (Cyl.   25*- 37*)
  f:   204800   610304    4.2BSD     1024  8192    16 	# (Cyl.   37*- 50*)
  g:  5402051   815104    4.2BSD     1024  8192    16 	# (Cyl.   50*- 386*)

-----
klamath# disklabel -r ad0s3
# /dev/ad0s3:
type: ESDI
disk: ad0s2   <--- look here... this is strange!
label: 
flags:
bytes/sector: 512
sectors/track: 63
tracks/cylinder: 255
sectors/cylinder: 16065
cylinders: 509
sectors/unit: 8177085
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]
  a:   143360  8177085    4.2BSD     1024  8192    16 	# (Cyl.  509 - 517*)
  b:   327680  8320445      swap                    	# (Cyl.  517*- 538*)
  c:  8177085  8177085    unused        0     0       	# (Cyl.  509 - 1017)
  e:   204800  8648125    4.2BSD     1024  8192    16 	# (Cyl.  538*- 551*)
  f:   307200  8852925    4.2BSD     1024  8192    16 	# (Cyl.  551*- 570*)
  g:  7194045  9160125    4.2BSD     1024  8192    16 	# (Cyl.  570*- 1017*)
partition a: partition extends past end of unit
partition b: offset past end of unit
partition b: partition extends past end of unit
partition c: partition extends past end of unit
Warning, partition c doesn't start at 0!
Warning, An incorrect partition c may cause problems for standard system utilities
partition e: offset past end of unit
partition e: partition extends past end of unit
partition f: offset past end of unit
partition f: partition extends past end of unit
partition g: offset past end of unit
partition g: partition extends past end of unit

-----
klamath# cat /etc/fstab
# Device		Mountpoint	FStype	Options		Dump	Pass#
/dev/ad0s2b		none		swap	sw		0	0
/dev/ad0s2a		/		ufs	rw		1	1
/dev/ad0s2e		/tmp		ufs	rw		2	2
/dev/ad0s2g		/usr		ufs	rw		2	2
/dev/ad0s2f		/var		ufs	rw		2	2
/dev/ad0s1		/win		msdos	rw		0	0
/dev/ad0s9		/home		ext2fs	rw		0	0
/dev/acd0c		/mnt/cdrom	cd9660	ro,noauto	0	0
proc			/proc		procfs	rw		0	0

Thanks a lot!

-- 
La ignorancia es la felicidad.

Julio Merino <juli@merino.net> ICQ: 18961975

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1008802300.372.0.camel>