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
|
<!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=%3C50B7AC3A.2010006%40ventoso.org%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="008948.html">
<LINK REL="Next" HREF="008950.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-discuss] How to mount NTFS partitions at boot?</H1>
<B>Luca Olivetti</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=%3C50B7AC3A.2010006%40ventoso.org%3E"
TITLE="[Mageia-discuss] How to mount NTFS partitions at boot?">luca at ventoso.org
</A><BR>
<I>Thu Nov 29 19:40:58 CET 2012</I>
<P><UL>
<LI>Previous message: <A HREF="008948.html">[Mageia-discuss] How to mount NTFS partitions at boot?
</A></li>
<LI>Next message: <A HREF="008950.html">[Mageia-discuss] How to mount NTFS partitions at boot?
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#8949">[ date ]</a>
<a href="thread.html#8949">[ thread ]</a>
<a href="subject.html#8949">[ subject ]</a>
<a href="author.html#8949">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Al 29/11/12 18:28, En/na Luca Olivetti ha escrit:
unt" lists virtual partitions (dev, usb, etc.) a bazillion times? (it also showed a vfat partition mounted twice).
><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>
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
<A HREF="https://bugzilla.redhat.com/show_bug.cgi?id=655571">https://bugzilla.redhat.com/show_bug.cgi?id=655571</A>
I don't know if this also explains the problem of the ntfs partitions or not.
Bye
--
Luca
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="008948.html">[Mageia-discuss] How to mount NTFS partitions at boot?
</A></li>
<LI>Next message: <A HREF="008950.html">[Mageia-discuss] How to mount NTFS partitions at boot?
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#8949">[ date ]</a>
<a href="thread.html#8949">[ thread ]</a>
<a href="subject.html#8949">[ subject ]</a>
<a href="author.html#8949">[ 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>
|