Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Jun 2011 13:52:46 +0400
From:      "Marat N.Afanasyev" <amarat@ksu.ru>
To:        nickolasbug@gmail.com
Cc:        freebsd-stable@freebsd.org
Subject:   Re: GPT labels and gjournal
Message-ID:  <4DFF186E.50209@ksu.ru>
In-Reply-To: <BANLkTi=_4S4j-uAKyxn5juBu0ixoo5YAow@mail.gmail.com>
References:  <BANLkTi=_4S4j-uAKyxn5juBu0ixoo5YAow@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
This is a cryptographically signed message in MIME format.

--------------ms060000030201060005090607
Content-Type: text/plain; charset=KOI8-R; format=flowed
Content-Transfer-Encoding: quoted-printable

nickolasbug@gmail.com wrote:
> Hello stable.
>
>
> I've tried to make two journaled partitions on new GPT disk.
> Partitions have GPT labels storage and backup:
>
> gpart show -l ada1
> =3D>         34  2930277101  ada1  GPT  (1.4T)
>            34     8388608     1  (null)  (4.0G)
>       8388642  2415919104     2  storage  (1.1T)
>    2424307746     8388608     3  (null)  (4.0G)
>    2432696354   497580781     4  backup  (237G)
>
>
> gjournal label /dev/gpt/storage /dev/gptid/3570dff6-9a73-11e0-ad0e-001e=
8c0ecc19
> gjournal label /dev/gpt/backup /dev/gptid/58db2577-9a73-11e0-ad0e-001e8=
c0ecc19
>
> newfs -J /dev/gpt/storage.journal
> newfs -J /dev/gpt/backup.journal
>
> Where 3570dff6-9a73-11e0-ad0e-001e8c0ecc19 is GPT UUID of ada1p1 and
> 58db2577-9a73-11e0-ad0e-001e8c0ecc19 is GPT UUID of ada1p3 partition.
>
>
> This partitions have been added to fstab:
>
> /dev/gpt/storage.journal /mnt/storage ufs  async,rw  0 0
> /dev/gpt/backup.journal  /mnt/backup  ufs  async,rw  0 0
>
>
> After reboot system doesn't wanna see gpt-labeled partitions
> /dev/gpt/storage.journal and /dev/gpt/backup.journal (so, mount fails)
> but has /dev/ada1p2.journal and /dev/ada1p4.journal instead.
>
>
> How can I mount this partitions using GPT labels?
>
>
> uname -a
> FreeBSD cloud 8.2-STABLE FreeBSD 8.2-STABLE #37 r223311: Mon Jun 20
> 04:16:22 EEST 2011     root@cloud:/usr/obj/usr/src/sys/CLOUD  amd64
>
>
> Options GEOM_PART_GPT, GEOM_LABEL and GEOM_JOURNAL present in kernel
> configuration file.
>
>
> -------
> wbr,
> Nickolas
> _______________________________________________
> freebsd-stable@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-stable
> To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.or=
g"
>
i think it would be more useful to:

add labels into UFS, e.g.
#umount /mnt/storage
#umount /mnt/backup

#tunefs -L storage /dev/ada1p2.journal
#tunefs -L backup /dev/ada1p4.journal

and mount
/dev/ufs/storage
and
/dev/ufs/backup

into /mnt/storage and /mnt/backup respectively

--=20
=F3 =D5=D7=C1=D6=C5=CE=C9=C5=CD, =ED=C1=D2=C1=D4 =E1=C6=C1=CE=C1=D3=D8=C5=
=D7


--------------ms060000030201060005090607--



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