Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Nov 2012 20:58:47 +0100
From:      Ralf Mardorf <ralf.mardorf@rocketmail.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: [Bulk] Re: How to create a partition for FreeBSD 9.0?
Message-ID:  <1354046327.2528.15.camel@q>
In-Reply-To: <alpine.BSF.2.00.1211270901130.56247@wonkity.com>
References:  <1353795280.2662.12.camel@q> <20121124233520.7ad4b4be.freebsd@edvax.de> <1353798889.2662.46.camel@q> <20121125002717.11a61c8d.freebsd@edvax.de> <1353807268.2773.16.camel@q> <20121125131908.671f6d31.freebsd@edvax.de> <1353846552.2508.23.camel@q> <alpine.BSF.2.00.1211251322500.23965@wonkity.com> <1353877782.2508.225.camel@q> <alpine.BSF.2.00.1211251421160.23965@wonkity.com> <1354029192.2827.11.camel@q> <alpine.BSF.2.00.1211270901130.56247@wonkity.com>

next in thread | previous in thread | raw e-mail | index | archive | help
# 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        - free -  (2.5M)

# gpart add -t freebsd -i1 ada0
ada0s1 added

Now it becomes complicated, since the log is a mess:

=>       63  625142385  ada0  MBR  (298G)
         63  121274622     1  freebsd  (57G)
  121274685         61        - free -  (30k)
  121274746  503862599     2  ebr  [active]  (240G)
  625137345       5103        - free -  (2.5M)

# gpart show ada0s1
=>        0  121274622  ada0s1  EBR  (57G)
          0  121274622          - free -  (57G)

# gpart create -s bsd ada0s1
gpart: geom 'ada0s1': File exists

# gpart create -s bsd da0s1
gpart: arg0 'da0s1': Invalid argument

And now log is missing output:

# gpart -t freebsd-ufs -a 4k -s 53g [???]
However, since create already didn't work, the missing output anyway is unimportant.

Regards,
Ralf








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