summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/2013-March/023345.html
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-dev/2013-March/023345.html')
-rw-r--r--zarb-ml/mageia-dev/2013-March/023345.html138
1 files changed, 138 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2013-March/023345.html b/zarb-ml/mageia-dev/2013-March/023345.html
new file mode 100644
index 000000000..793391ce9
--- /dev/null
+++ b/zarb-ml/mageia-dev/2013-March/023345.html
@@ -0,0 +1,138 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-dev] Why is AHCI statically compiled into kernel?
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Why%20is%20AHCI%20statically%20compiled%20into%20kernel%3F&In-Reply-To=%3C5138642A.8070007%40free.fr%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="023344.html">
+ <LINK REL="Next" HREF="023346.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-dev] Why is AHCI statically compiled into kernel?</H1>
+ <B>jpbfree</B>
+ <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Why%20is%20AHCI%20statically%20compiled%20into%20kernel%3F&In-Reply-To=%3C5138642A.8070007%40free.fr%3E"
+ TITLE="[Mageia-dev] Why is AHCI statically compiled into kernel?">jpierre.benoit at free.fr
+ </A><BR>
+ <I>Thu Mar 7 10:55:54 CET 2013</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="023344.html">[Mageia-dev] Why is AHCI statically compiled into kernel?
+</A></li>
+ <LI>Next message: <A HREF="023346.html">[Mageia-dev] Why is AHCI statically compiled into kernel?
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#23345">[ date ]</a>
+ <a href="thread.html#23345">[ thread ]</a>
+ <a href="subject.html#23345">[ subject ]</a>
+ <a href="author.html#23345">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>Le 07/03/2013 10:27, Anne Wilson a &#233;crit :
+&gt;<i> -----BEGIN PGP SIGNED MESSAGE-----
+</I>&gt;<i> Hash: SHA1
+</I>&gt;<i>
+</I>&gt;<i> On 07/03/13 04:38, R James wrote:
+</I>&gt;&gt;<i> On Wed, Mar 6, 2013 at 1:37 PM, AL13N &lt;<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">alien at rmail.be</A>
+</I>&gt;&gt;<i> &lt;mailto:<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">alien at rmail.be</A>&gt;&gt; wrote:
+</I>&gt;&gt;<i>
+</I>&gt;&gt;&gt;<i> While I appreciate the intention, from a user PoV, those UUIDs
+</I>&gt;&gt;&gt;<i> mean b***** all. It would be really nice if, when they are first
+</I>&gt;&gt;&gt;<i> named, it was possible to allocate a &quot;nickname&quot; for want of a
+</I>&gt;&gt;&gt;<i> better term.
+</I>&gt;&gt;<i> if you use it, filesystems also have label functionalities, which
+</I>&gt;&gt;<i> iinm are shown in dolphin.
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i> Yeah, I'm not a big fan of UUIDs either so I tend to use labels
+</I>&gt;&gt;<i> instead. I always partition and format using command-line tools in
+</I>&gt;&gt;<i> the Rescue System. If you do that, you can add the labels yourself.
+</I>&gt;&gt;<i> For example:
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i> # mkfs.ext4 -m 1 -L mgaroot /dev/sda1 # mkswap -L swap /dev/sda2 #
+</I>&gt;&gt;<i> mkfs.ext4 -m 0 -L home /dev/sda3
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i> The -m parameters above specifies the percentage reserved for the
+</I>&gt;&gt;<i> superuser. the -L parameters are the filesystem labels. After that,
+</I>&gt;&gt;<i> reboot to the installer and choose Custom Partitioning, assign your
+</I>&gt;&gt;<i> pre-existing partitions and be sure _untick_ the [ ] Format boxes
+</I>&gt;&gt;<i> then continue installing as usual.
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i> After the installation, you can edit /boot/grub/menu.lst replacing
+</I>&gt;&gt;<i> each UUID=&lt;blahblahblah&gt; with LABEL=&lt;label&gt;. For example:
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i> root=LABEL=mgaroot (and) resume=LABEL=swap
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i> Similarly in /etc/fstab, you can have entries like:
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i> LABEL=mgaroot / ext4 relatime 1 1 LABEL=swap swap swap
+</I>&gt;&gt;<i> defaults 0 0
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i> So the 'nickname' feature you request is available with a little
+</I>&gt;&gt;<i> pre-install preparation and post-install config file editing.
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i> Hope this helps -- RJ
+</I>&gt;&gt;<i>
+</I>&gt;<i> Thanks. It will help a lot for my own use. However, that really
+</I>&gt;<i> needs to be included in the gui disk partitioning, so that people can
+</I>&gt;<i> find and use it. I'm fairly sure there is no way to do that at present.
+</I>&gt;<i>
+</I>&gt;<i> Anne
+</I>&gt;<i> -----BEGIN PGP SIGNATURE-----
+</I>&gt;<i> Version: GnuPG v1.4.12 (GNU/Linux)
+</I>&gt;<i> Comment: Using GnuPG with Thunderbird - <A HREF="http://www.enigmail.net/">http://www.enigmail.net/</A>
+</I>&gt;<i>
+</I>&gt;<i> iEYEARECAAYFAlE4XWAACgkQj93fyh4cnBd1BgCfebtOsKbMe69uhON+HHICDR/T
+</I>&gt;<i> FVwAoIY17Z9H7rOyZcjFLAShzsN6zLB+
+</I>&gt;<i> =tcMy
+</I>&gt;<i> -----END PGP SIGNATURE-----
+</I>&gt;<i>
+</I>hum..
+when in disk-patitioning on mcc if you toggle to expert mode
+therre is a &quot;label&quot; menu (have not tested it though, so don't know if
+it goes up to writing the right stanza in fstab).
+
+
+JPB
+-- GNU/Linux; il y a moins bien mais c'est plus cher!
+</PRE>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="023344.html">[Mageia-dev] Why is AHCI statically compiled into kernel?
+</A></li>
+ <LI>Next message: <A HREF="023346.html">[Mageia-dev] Why is AHCI statically compiled into kernel?
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#23345">[ date ]</a>
+ <a href="thread.html#23345">[ thread ]</a>
+ <a href="subject.html#23345">[ subject ]</a>
+ <a href="author.html#23345">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev
+mailing list</a><br>
+</body></html>