Fedora 17 Review | LAS | s22e01
Posted on: May 27, 2012
Posted in: Featured, Linux Action Show, Video

Is Fedora the crazy dancing hippy of Linux distributions? Or just two guys with one Hat? Tune in to find out!
PLUS: Our thoughts on Linux Mint 13 and how to stash your home folder on it’s own partition!
AND SO MUCH MORE!
All this week on, The Linux Action Show!
Thanks to:
Limited time offer:
New customers 25% off your entire order, code: 25MAY8
Expires: May 31, 2012
Want to save money on your entire order? Use our code LINUX and save 10%!
Direct Download:
HD Video | Mobile Video | Ogg Video | MP3 Audio | Ogg Audio | YouTube | Torrent File
RSS Feeds:
HD Video Feed | Large Video Feed | Mobile Video Feed | MP3 Feed | Ogg Feed | iTunes Feeds | Torrent Feed
Support the Show:
|
Show Notes:
Runs Linux:
Runs Linux:
Android Pick:
- Poop Salary
- Thanks ToasterJ!
- Android Picks so far thanks to Madjo in the IRC Chat room!
Universal Pick:
- Miro
- Picks so far. Thanks to Madjo!
Random Distro Of The Day
Linux Action Show Subreddit
Search our past picks:
- Linux Action Show Lookup
- Thanks to sakuramboo!
News:
- Linux 3.4 Kernel Released With Many New Features
- Linux Mint 13 “Maya” released!
- No-cost desktop software development is dead on Windows 8
- ownCloud 4 is OUT!
- Fedora 17 goes gold
Fedora 17 Review:
- The Fedora 17 release criteria: “The install completes, the installed system works”
- LVM out of the box + Solid advanced installation options are nice to see compared to Ubuntu
- No Chromium? Is this the 1930s?
- GNOME 3.4
- Linux Kernel 3.3
- Top features for “desktop” users of Fedora 17
- ABRT back-trace de-duplication service to reduce the number of duplicate bug reports submitted automatically upon experiencing a crash
- A tool for customizing fonts on a per language-basis on desktops using fontconfig
- Haskell Platform 2011.4
- Support for EXT4 file-systems beyond 16 terabytes in size
- A Non-Uniform Memory Alignment Daemon
- Virtualization sandbox support
- Supporting OpenStack’s Quantum virtual networking service
- Fedora now uses the Unified structure of organizing the file system. It means, that several directories like “/bin”, “/lib” and “/sbin” have been moved to “/usr/bin” etc. respectively.
What’s Bryan Doin?
- The “Build Something Fun And Win Some Pi” Contest
- BLABA Game Creator
- The Complete History Of The Linux Action Show (abridged)
Chris’ Stash:
Find us on Google+
Find us on Twitter:
Matt’s How-to:
Dedicated Home Partitioning
As you discussed during the howto segment, there is a bit flexibility to setting up your partitions. When setting up partitions for Ubuntu, I recommend the following setup.
-
Choose Try Ubuntu, then run Gparted.
-
If you have two drives attached, you will have two drives available from the pull down menu. Select the one you wish to use for your / and swap.
-
Right click select on the unallocated space, choose new.
-
With the new dialog open, choose the Ext4 file system, Extended partition, and place swap in the label. For the partition size, choose double the amount of your RAM. If you have 2 Gbs of RAM (2048 Mbs), then make the swap 4 Gbs. This will make you suspending your PC much smoother and lessen the likelihood of system crashing on resume. Leave the other options alone, click Add.
-
Still with the system drive selected, next you’ll right click on the unallocated space and choose new.
-
For the partition size, choose the remainder of the space available for that drive. This will be the larger unallocated space available, of the two visible. Select Primary partition, and place / in the label. Leave the other options alone, click Add.
-
Now go back to top right of Gparted and toggle the second drive you’ve decided to use as a /home partition.
-
For the partition size, choose the remainder of the space available for that drive. This will be the larger unallocated space available, of the two visible. Select extended partition, and place /home in the label. Leave the other options alone, click Add.
-
With all of this done, click the green check mark at the top of Gparted. This will apply all of your settings changes.
-
Start the installer. Click on continue until you come to the Erase everything or Something Else options. Choose Something Else.
-
You will now see different partitions laid out before you. Below the drive designations, you will see actual “free space” areas, broken up into three sections. The smallest, is your swap. The other two will be your / and /home options.
-
The smallest free space, should be at the top of the list. Click it, then click on Add.
The only option you change here is the pulldown menu to select Swap Area. Then click Ok. -
The next free space in the list, should be the one I designated as the system partition. Click it, then click on Change. The only options you change here is the Use As Ext4, toggle format and the pulldown menu to select to / . Click Ok.
-
The last one in the list, is going to be for /home. Click it, then click on Add. Now select the mount point as /home. Click Ok. NOTE: The home partition should only be selected to format is it’s brand new. For future installs, you will want to click on it in this dialog, make sure format is NOT selected, in the future.
-
Make sure at the bottom of the dialog box, you’ve chosen to place the bootloader in the system selected hard drive. While we can also rely on the /boot option in partitioning, it’s rarely used for home systems.
-
Now choose Install Now. You’re all done!