On Thu, 2009-05-07 at 20:59 -0400, Paul Stewart wrote:
> I've never seen this UUID stuff before - how do I add my new partition
> to fstab?

You can still mount them using device names as you've done before.
Though note that on systems with variable drives (plugged in, not
plugged in, booted in alternative ways, etc.), that device names can
shuffle around.

e.g. /dev/sda1  /boot   ext3  defaults 1 2

Or use the unvarying UUIDs instead of device names.

e.g. UUID=7877er-34324-354534-654634 /boot   ext3  defaults 1 2

Though, the installer should take care of this for you.  When you select
what partitions to mount where, it should write the fstab file for you.

-- 
[...@localhost ~]$ uname -r
2.6.27.21-78.2.41.fc9.i686

Don't send private replies to my address, the mailbox is ignored.  I
read messages from the public lists.



-- 
fedora-list mailing list
[email protected]
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Reply via email to