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 ad

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 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
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 partitio