1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-discuss] How to mount NTFS partitions at boot?
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20How%20to%20mount%20NTFS%20partitions%20at%20boot%3F&In-Reply-To=%3Ck98bf1%24feu%241%40ger.gmane.org%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="008949.html">
<LINK REL="Next" HREF="008952.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-discuss] How to mount NTFS partitions at boot?</H1>
<B>TJ</B>
<A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20How%20to%20mount%20NTFS%20partitions%20at%20boot%3F&In-Reply-To=%3Ck98bf1%24feu%241%40ger.gmane.org%3E"
TITLE="[Mageia-discuss] How to mount NTFS partitions at boot?">andrewsfarm at gmail.com
</A><BR>
<I>Thu Nov 29 20:01:54 CET 2012</I>
<P><UL>
<LI>Previous message: <A HREF="008949.html">[Mageia-discuss] How to mount NTFS partitions at boot?
</A></li>
<LI>Next message: <A HREF="008952.html">[Mageia-discuss] How to mount NTFS partitions at boot?
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#8950">[ date ]</a>
<a href="thread.html#8950">[ thread ]</a>
<a href="subject.html#8950">[ subject ]</a>
<a href="author.html#8950">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>On 11/29/2012 01:40 PM, Luca Olivetti wrote:
><i> Al 29/11/12 18:28, En/na Luca Olivetti ha escrit:
</I>><i> unt" lists virtual partitions (dev, usb, etc.) a bazillion times? (it also showed a vfat partition mounted twice).
</I>>><i>
</I>>><i> And now I realized that every normal partition (with the exception of /) is mounted 3 times, e.g.
</I>>><i>
</I>>><i> $ mount | grep '/home '
</I>>><i> /dev/sda8 on /home type ext3 (rw,noatime)
</I>>><i> /dev/sda8 on /home type ext3 (rw,noatime,commit=600)
</I>>><i> /dev/sda8 on /home type ext3 (rw,noatime,commit=0)
</I>>><i> /dev/sda8 on /home type ext3 (rw,noatime,commit=0)
</I>>><i>
</I>>><i>
</I>>><i> this doesn't sound right.
</I>><i>
</I>><i> It turns out that during the semi-failed upgrade from mandriva, the post scriplet from util-linux didn't run, so /etc/mtab wasn't a simlink to /proc/mounts
</I>><i>
</I>><i> <A HREF="https://bugzilla.redhat.com/show_bug.cgi?id=655571">https://bugzilla.redhat.com/show_bug.cgi?id=655571</A>
</I>><i>
</I>><i> I don't know if this also explains the problem of the ntfs partitions or not.
</I>><i>
</I>><i> Bye
</I>><i>
</I>I don't have the knowledge to answer your question, but I just want to
add my $.02.
Reading of head-scratching problems like this are the reason that, in
nearly 11 years of using Linux, I never "upgrade" to a new release. I
always do clean installs, with the exception of telling the installer to
leave my /home partition alone. Believe me, I understand the desire to
go the upgrade path, and I know the developers work very hard to make it
possible, but the risk of problems is just too high for me. Clean
installs have almost always worked for me first time, every time.
TJ
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="008949.html">[Mageia-discuss] How to mount NTFS partitions at boot?
</A></li>
<LI>Next message: <A HREF="008952.html">[Mageia-discuss] How to mount NTFS partitions at boot?
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#8950">[ date ]</a>
<a href="thread.html#8950">[ thread ]</a>
<a href="subject.html#8950">[ subject ]</a>
<a href="author.html#8950">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss
mailing list</a><br>
</body></html>
|