Re: Ideas

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Karl Larsen wrote:
For many years my Fedora has been in one partition off the /. This list has convinced me that it makes real sense to put /boot and /home into their own partitions. Now I am thinking about doing that.

For /boot it needs no special connection to the main partition. It has all this in it's grub.conf and initrd files. All you need to do is retrain grub to goto the new partition. That is simple from a Rescue cd.

Now /home is different. It will be in a new partition and connected to the main F7 by /ect/fstab entry. Not sure what that will look like. Maybe like this if /home is in /dev/sda7 the entery in fstab would be:

/dev/sda7         /home        ext3      defaults      0  0

   Is any of this correct?



Mostly. The last two numbers should be 1 2. The / partition needs to be mounted before the partition mount points off of /

Example from my file.

LABEL=/             /                       ext3    defaults        1 1
LABEL=/home         /home                   ext3    defaults        1 2
LABEL=/boot         /boot                   ext3    defaults        1 2

 Jim

--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux