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
|
<!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=%3Cop.wmhzr3icn7mcit%40hodgins.homeip.net%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="008842.html">
<LINK REL="Next" HREF="008845.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-discuss] How to mount NTFS partitions at boot?</H1>
<B>David W. Hodgins</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=%3Cop.wmhzr3icn7mcit%40hodgins.homeip.net%3E"
TITLE="[Mageia-discuss] How to mount NTFS partitions at boot?">davidwhodgins at gmail.com
</A><BR>
<I>Sun Oct 21 00:08:17 CEST 2012</I>
<P><UL>
<LI>Previous message: <A HREF="008842.html">[Mageia-discuss] How to mount NTFS partitions at boot?
</A></li>
<LI>Next message: <A HREF="008845.html">[Mageia-discuss] How to mount NTFS partitions at boot?
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#8844">[ date ]</a>
<a href="thread.html#8844">[ thread ]</a>
<a href="subject.html#8844">[ subject ]</a>
<a href="author.html#8844">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>On Sat, 20 Oct 2012 15:48:30 -0400, Luca Olivetti <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">luca at ventoso.org</A>> wrote:
><i> Hello,
</I>><i> just upgraded from mandriva 2010.0 to mageia 2 (it wasn't easy) and I'm already "loving" systemd (not!).
</I>><i> At first it wouldn't boot and I took a while to find that the cause was that it couldn't mount ntfs partitions.
</I>><i> For the time being I just commented out of fstab, but I'd like for them to be mounted at boot.
</I>><i> Apparently it's because fuse hasn't started, but I cannot really tell.
</I>><i> Any idea?
</I>
Upgrading directly from 2010.0 to Mageia 2 is not recommended, as there were
some updates in Mageia 1 specifically to make upgrading to Mageia 2 work.
For any file system where you want the boot to continue, instead of dropping
to a shell, add the nofail option in /etc/fstab.
As to ntfs not mounting, make sure the following packages are installed ...
ntfs-3g fuse libfuse2
Confirm you can then mount the ntfs partition. Once you're able to mount it
in a regular running session, as root run "dracut -f", to update the initrd
file.
Regards, Dave Hodgins
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="008842.html">[Mageia-discuss] How to mount NTFS partitions at boot?
</A></li>
<LI>Next message: <A HREF="008845.html">[Mageia-discuss] How to mount NTFS partitions at boot?
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#8844">[ date ]</a>
<a href="thread.html#8844">[ thread ]</a>
<a href="subject.html#8844">[ subject ]</a>
<a href="author.html#8844">[ 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>
|