Re: How to create a partition for FreeBSD 9.0?

2012-11-28 Thread Ralf Mardorf
On Wed, 2012-11-28 at 08:06 +0100, Ralf Mardorf wrote: On Tue, 2012-11-27 at 17:04 -0700, Warren Block wrote: # gpart create -s bsd ada0s1 gpart: geom 'ada0s1': File exists Sorry, no idea on that. Because of the extended partitions, maybe. Thank you, so this should work and if

Re: How to create a partition for FreeBSD 9.0?

2012-11-28 Thread Warren Block
On Wed, 28 Nov 2012, Ralf Mardorf wrote: On Tue, 2012-11-27 at 17:04 -0700, Warren Block wrote: # gpart create -s bsd ada0s1 gpart: geom 'ada0s1': File exists Sorry, no idea on that. Because of the extended partitions, maybe. Thank you, so this should work and if it doesn't work, I can't

Re: How to create a partition for FreeBSD 9.0?

2012-11-28 Thread Warren Block
On Wed, 28 Nov 2012, Ralf Mardorf wrote: On Wed, 2012-11-28 at 08:06 +0100, Ralf Mardorf wrote: On Tue, 2012-11-27 at 17:04 -0700, Warren Block wrote: # gpart create -s bsd ada0s1 gpart: geom 'ada0s1': File exists Sorry, no idea on that. Because of the extended partitions, maybe. Thank

Re: How to create a partition for FreeBSD 9.0?

2012-11-28 Thread Ralf Mardorf
On Wed, 2012-11-28 at 09:25 -0700, Warren Block wrote: On Wed, 28 Nov 2012, Ralf Mardorf wrote: On Wed, 2012-11-28 at 08:06 +0100, Ralf Mardorf wrote: On Tue, 2012-11-27 at 17:04 -0700, Warren Block wrote: # gpart create -s bsd ada0s1 gpart: geom 'ada0s1': File exists Sorry, no idea

Re: How to create a partition for FreeBSD 9.0?

2012-11-27 Thread Ralf Mardorf
All instructions failed. Is there a way to mount a linux partition or USB-stick and to redirect the output of the gpart commands to a log file? In linux after mounting a partition or usb-stick I would do it like that: spinymouse@q:~$ echo $ ls -l logfile spinymouse@q:~$ ls -l logfile

Re: How to create a partition for FreeBSD 9.0?

2012-11-27 Thread Ralf Mardorf
On Tue, 2012-11-27 at 16:13 +0100, Ralf Mardorf wrote: All instructions failed. Is there a way to mount a linux partition or USB-stick and to redirect the output of the gpart commands to a log file? In linux after mounting a partition or usb-stick I would do it like that: spinymouse@q:~$

Re: How to create a partition for FreeBSD 9.0?

2012-11-27 Thread Warren Block
On Tue, 27 Nov 2012, Ralf Mardorf wrote: All instructions failed. Is there a way to mount a linux partition or USB-stick and to redirect the output of the gpart commands to a log file? In linux after mounting a partition or usb-stick I would do it like that: spinymouse@q:~$ echo $ ls -l

Re: How to create a partition for FreeBSD 9.0?

2012-11-27 Thread Mike Clarke
On Tuesday 27 November 2012 15:15:52 Ralf Mardorf wrote: And could I then run something similar to # echo gpart show ada0s1 /path/to/usbstick/logfile # gpart show ada0s1 /path/to/usbstick/logfile # echo gpart add -t freebsd -i1 ada0 /path/to/usbstick/logfile # echo gpart add -t

Re: [Bulk] Re: How to create a partition for FreeBSD 9.0?

2012-11-27 Thread Ralf Mardorf
On Tue, 2012-11-27 at 09:05 -0700, Warren Block wrote: On Tue, 27 Nov 2012, Ralf Mardorf wrote: All instructions failed. Is there a way to mount a linux partition or USB-stick and to redirect the output of the gpart commands to a log file? In linux after mounting a partition or

Re: [Bulk] Re: How to create a partition for FreeBSD 9.0?

2012-11-27 Thread Ralf Mardorf
# mount -t msdosfs /dev/da0s1 /mnt did not work. It has to be # mount -t msdosfs /dev/da0 /mnt This is from the log: # gpart show ada0 = 63 625142385 ada0 MBR (298G) 63 121274683- free - (57G) 121274746 503862599 2 ebr [active] (240G) 625137345 5103

Re: [Bulk] Re: How to create a partition for FreeBSD 9.0?

2012-11-27 Thread Ralf Mardorf
PS: In Linux the result does look like this: $ sudo fdisk -l /dev/sda | grep BSD /dev/sda1 63 12127468460637311 a5 FreeBSD $ sudo parted -l | grep pri 1 32.3kB 62.1GB 62.1GB primary ext3 1 32.3kB 22.0GB 22.0GB primary ext4

Re: [Bulk] Re: How to create a partition for FreeBSD 9.0?

2012-11-27 Thread Warren Block
On Tue, 27 Nov 2012, Ralf Mardorf wrote: This is from the log: # gpart show ada0 = 63 625142385 ada0 MBR (298G) 63 121274683- free - (57G) 121274746 503862599 2 ebr [active] (240G) 625137345 5103- free - (2.5M) # gpart add -t freebsd -i1

Re: How to create a partition for FreeBSD 9.0?

2012-11-27 Thread Ralf Mardorf
On Tue, 2012-11-27 at 17:04 -0700, Warren Block wrote: # gpart create -s bsd ada0s1 gpart: geom 'ada0s1': File exists Sorry, no idea on that. Because of the extended partitions, maybe. Thank you, so this should work and if it doesn't work, I can't install FreeBSD? Anything else I can

Re: How to create a partition for FreeBSD 9.0?

2012-11-25 Thread Ralf Mardorf
On Sat, 2012-11-24 at 20:06 -0700, Warren Block wrote: On Sat, 24 Nov 2012, Ralf Mardorf wrote: I use the amd64 install DVD. With or without deleting, I can't format a bootable FreeBSD partition to ada0s1, aka Linux /dev/sda1. FWIW if I reinstall GRUB legacy to /dev/sda, the boot flag

Re: How to create a partition for FreeBSD 9.0?

2012-11-25 Thread Polytropon
On Sun, 25 Nov 2012 02:34:28 +0100, Ralf Mardorf wrote: On Sun, 2012-11-25 at 00:27 +0100, Polytropon wrote: I meant the really manual mode (CLI) as to be seen in Fig. 3-10, named Shell (that's why the confusion, sorry).

Re: How to create a partition for FreeBSD 9.0?

2012-11-25 Thread Ralf Mardorf
On Sun, 2012-11-25 at 13:19 +0100, Polytropon wrote: How does doesn't work appear? My apologies that I didn't wrote all error messages, they were about non-bootable and other things. I guess it' s better to ignore this and to continue with ... Maybe it's because you have a totally non-standard

Re: How to create a partition for FreeBSD 9.0?

2012-11-25 Thread Warren Block
On Sun, 25 Nov 2012, Ralf Mardorf wrote: On Sun, 2012-11-25 at 13:19 +0100, Polytropon wrote: How does doesn't work appear? My apologies that I didn't wrote all error messages, they were about non-bootable and other things. I guess it' s better to ignore this and to continue with ... Maybe

Re: How to create a partition for FreeBSD 9.0?

2012-11-25 Thread Ralf Mardorf
I can't backup the whole HDDs :(. I backup some data from HDD1 to HDD2 and te other data from HDD2 to HDD1. On Sun, 2012-11-25 at 13:43 -0700, Warren Block wrote: Assuming the first slice has been deleted. Correct. # gpart add -t freebsd -i1 ada0 Create a FreeBSD disklabel/bsdlabel

Re: How to create a partition for FreeBSD 9.0?

2012-11-25 Thread Polytropon
On Sun, 25 Nov 2012 22:09:42 +0100, Ralf Mardorf wrote: I can't backup the whole HDDs :(. I backup some data from HDD1 to HDD2 and te other data from HDD2 to HDD1. Per definition, that's just a copy, not a backup. :-) I would prefer to continue with the installer. However, I guess for my

Re: How to create a partition for FreeBSD 9.0?

2012-11-25 Thread Warren Block
On Sun, 25 Nov 2012, Ralf Mardorf wrote: I can't backup the whole HDDs :(. I backup some data from HDD1 to HDD2 and te other data from HDD2 to HDD1. On Sun, 2012-11-25 at 13:43 -0700, Warren Block wrote: Assuming the first slice has been deleted. Correct. # gpart add -t freebsd -i1 ada0

How to create a partition for FreeBSD 9.0?

2012-11-24 Thread Ralf Mardorf
I use the amd64 install DVD. With or without deleting, I can't format a bootable FreeBSD partition to ada0s1, aka Linux /dev/sda1. FWIW if I reinstall GRUB legacy to /dev/sda, the boot flag will be set for the extended partition. /dev/sda1 is an empty ext3 partition, size 57.83 GiB. Regards,

Re: How to create a partition for FreeBSD 9.0?

2012-11-24 Thread Polytropon
On Sat, 24 Nov 2012 23:14:40 +0100, Ralf Mardorf wrote: I use the amd64 install DVD. With or without deleting, I can't format a bootable FreeBSD partition to ada0s1, aka Linux /dev/sda1. You mention ada0s1. This is not a partition. It's called a slice (different term: DOS primary partition).

Re: How to create a partition for FreeBSD 9.0?

2012-11-24 Thread Ralf Mardorf
On Sat, 2012-11-24 at 23:35 +0100, Polytropon wrote: Device Boot Start End Blocks Id System /dev/sda1 63 12127468460637311 83 Linux This is the partition you're going to install FreeBSD to? Good, just delete it and let the installer do the

Re: How to create a partition for FreeBSD 9.0?

2012-11-24 Thread Ralf Mardorf
On Sat, 2012-11-24 at 23:35 +0100, Polytropon wrote: You can also switch to manual mode I did this first and it didn't work. Regards, Ralf PS: I very often receive mails two times :(, from the list and directly send to me. I notice that mailing list options for the MUA are broken. Is mailman

Re: How to create a partition for FreeBSD 9.0?

2012-11-24 Thread Polytropon
On Sun, 25 Nov 2012 00:07:09 +0100, Ralf Mardorf wrote: On Sat, 2012-11-24 at 23:35 +0100, Polytropon wrote: Device Boot Start End Blocks Id System /dev/sda1 63 12127468460637311 83 Linux This is the partition you're going to install

OT: How to create a partition for FreeBSD 9.0?

2012-11-24 Thread Ralf Mardorf
On Sun, 2012-11-25 at 00:27 +0100, Polytropon wrote: I'm just too stupid to use a computer. :-) I once wanted to delete a broken Linux, before restoring it from a backup, but by accident deleted the broken Linux + the only backup too. No drugs involved. In around 20 years using computers, I was

Re: How to create a partition for FreeBSD 9.0?

2012-11-24 Thread Ralf Mardorf
On Sun, 2012-11-25 at 00:27 +0100, Polytropon wrote: I meant the really manual mode (CLI) as to be seen in Fig. 3-10, named Shell (that's why the confusion, sorry). http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/bsdinstall-partitioning.html Manually Create Partitions doesn't work.

Re: How to create a partition for FreeBSD 9.0?

2012-11-24 Thread Ralf Mardorf
On Sun, 2012-11-25 at 02:34 +0100, Ralf Mardorf wrote: On Sun, 2012-11-25 at 00:27 +0100, Polytropon wrote: I meant the really manual mode (CLI) as to be seen in Fig. 3-10, named Shell (that's why the confusion, sorry). PS: Don't worry, it was clear what you wanted to say. As a newbie

Re: How to create a partition for FreeBSD 9.0?

2012-11-24 Thread Warren Block
On Sat, 24 Nov 2012, Ralf Mardorf wrote: I use the amd64 install DVD. With or without deleting, I can't format a bootable FreeBSD partition to ada0s1, aka Linux /dev/sda1. FWIW if I reinstall GRUB legacy to /dev/sda, the boot flag will be set for the extended partition. /dev/sda1 is an empty