LWN.net Logo

LPC: Booting and systemd

LPC: Booting and systemd

Posted Sep 20, 2011 9:56 UTC (Tue) by Cato (subscriber, #7643)
In reply to: LPC: Booting and systemd by epa
Parent article: LPC: Booting and systemd

If your only disk is a 4GB SSD on a notebook, don't use a separate /boot - just use ext3. You probably won't need LVM either.


(Log in to post comments)

LPC: Booting and systemd

Posted Sep 20, 2011 16:06 UTC (Tue) by mathstuf (subscriber, #69389) [Link]

When I had my 4GB SSD netbook, I did something like a 70MB ext2 /boot, 2GB /, 512MB of swap, and the rest for /home. If everything were /, I would have to format anyways for an upgrade (not enough space for the RPMs to upgrade with[1]). I also remember doing lvresize and other fun things to go from a 2GB /home to a 2GB / instead. Haven't used LVM since.

[1]I actually did do a yum upgrade (from F10 to F11 IIRC) on the machine. The RPMs fit, but not with the upgrade going. I ended up having to SIGSTOP yum, delete cached RPMs that had finished installing for disk space, and the SIGCONT yum again. Not something I plan on doing again. Especially during class.

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds