> > What are you using for your command lines? You have to target the > > disklabel specifically at slice 1 on the disk otherwise disklabel will > > think you're trying to overwrite the slice table and get mad. > > Here's what I did: > > fdisk -e /dev/rda1 > disklabel -r -w da1 auto > > The disklabel command gives 'disklabel: No space left on device'. This is nonsensical; first you are trying to slice the disk, then you are trying to initialise it sliceless without first removing the slices. If you want the disk sliced, use disklabel on rda1sX, where X is the slice you've created. If you want it unsliced, dd 8k of zeroes over the beginning of da1 first. -- \\ Give a man a fish, and you feed him for a day. \\ Mike Smith \\ Tell him he should learn how to fish himself, \\ [EMAIL PROTECTED] \\ and he'll hate you for a lifetime. \\ [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message
- Re: How to fdisk/disklabel whole disk for FreeBSD f... Greg Lehey
- Re: How to fdisk/disklabel whole disk for FreeBSD f... Warner Losh
- How about Changing fdisk/disklabel before 4.0-relea... Garance A Drosihn
- Re: How about Changing fdisk/disklabel before 4.0-r... Warner Losh
- Re: How about Changing fdisk/disklabel before 4... Garance A Drosihn
- Re: How to fdisk/disklabel whole disk for FreeBSD f... Wes Peters
- Re: How to fdisk/disklabel whole disk for FreeBSD f... Warner Losh
- Re: How to fdisk/disklabel whole disk for FreeBSD from c... Marc Frajola
- Re: How to fdisk/disklabel whole disk for FreeBSD f... Doug White
- Re: How to fdisk/disklabel whole disk for FreeB... Marc Frajola
- Re: How to fdisk/disklabel whole disk for F... Mike Smith
- Re: How to fdisk/disklabel whole disk f... Greg Lehey
- Re: How to fdisk/disklabel whole disk for F... Doug White
- Re: How to fdisk/disklabel whole disk f... Warner Losh
- Re: How to fdisk/disklabel whole d... Marc Frajola
- Re: How to fdisk/disklabel whole d... Warner Losh
- fdisk / disklabel issues... Warren Welch
- Re: fdisk / disklabel issues... Jason Seidel
- Re: fdisk / disklabel issues... Warren Welch