summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-discuss/2012-November/008948.html
blob: a9d07db0e4fffbaa4fa3367ee7f4ff3e19d9aeb9 (plain)
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
<!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=%3C50B79B20.8030506%40ventoso.org%3E">
   <META NAME="robots" CONTENT="index,nofollow">
   <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
   <LINK REL="Previous"  HREF="008947.html">
   <LINK REL="Next"  HREF="008949.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=%3C50B79B20.8030506%40ventoso.org%3E"
       TITLE="[Mageia-discuss] How to mount NTFS partitions at boot?">luca at ventoso.org
       </A><BR>
    <I>Thu Nov 29 18:28:00 CET 2012</I>
    <P><UL>
        <LI>Previous message: <A HREF="008947.html">[Mageia-discuss] How to mount NTFS partitions at boot?
</A></li>
        <LI>Next message: <A HREF="008949.html">[Mageia-discuss] How to mount NTFS partitions at boot?
</A></li>
         <LI> <B>Messages sorted by:</B> 
              <a href="date.html#8948">[ date ]</a>
              <a href="thread.html#8948">[ thread ]</a>
              <a href="subject.html#8948">[ subject ]</a>
              <a href="author.html#8948">[ author ]</a>
         </LI>
       </UL>
    <HR>  
<!--beginarticle-->
<PRE>Al 29/11/12 06:58, En/na Luca Olivetti ha escrit:
&gt;<i> Al 21/10/2012 0:26, En/na Luca Olivetti ha escrit:
</I>&gt;<i> 
</I>&gt;&gt;&gt;<i> For any file system where you want the boot to continue, instead of dropping
</I>&gt;&gt;&gt;<i> to a shell, add the nofail option in /etc/fstab.
</I>&gt;&gt;<i>
</I>&gt;&gt;<i> noted for next time
</I>&gt;<i> 
</I>&gt;<i> Well, I needed this advice today, since, out of the blue, it stopped mounting my ntfs partitions and dropped me to a shell.
</I>&gt;<i> I added the nofail option and rebooted, this time it didn't drop me to a shell but still couldn't mount those partitions.
</I>&gt;<i> Trying to mount them manually it complained that the partition was already exclusively opened (?), and, in fact, mount showed them as mounted (but they weren't).
</I>&gt;<i> It turns out that I had to unmount them even if they weren't really mounted (using &quot;umount&quot;, &quot;systemctl stop mnt-win_d mount&quot; did nothing) and then I could mount them with no errors.
</I>&gt;<i> 
</I>&gt;<i> I have some questions here:
</I>&gt;<i> 
</I>&gt;<i> 1) why did it happen? (I blame systemd, but then I'm biased against anything coming from the mastermind behind pulseaudio)
</I>&gt;<i> 
</I>&gt;<i> 2) why &quot;mount&quot; listed them as mounted
</I>&gt;<i> 
</I>&gt;<i> 3) why &quot;mount&quot; lists virtual partitions (dev, usb, etc.) a bazillion times? (it also showed a vfat partition mounted twice).
</I>
And now I realized that every normal partition (with the exception of /) is mounted 3 times, e.g.

$ mount | grep '/home '
/dev/sda8 on /home type ext3 (rw,noatime)
/dev/sda8 on /home type ext3 (rw,noatime,commit=600)
/dev/sda8 on /home type ext3 (rw,noatime,commit=0)
/dev/sda8 on /home type ext3 (rw,noatime,commit=0)


this doesn't sound right.

for completeness, here's the whole (insane) output of mount

/dev/sda5 on / type ext3 (rw,noatime,commit=0)
none on /proc type proc (rw)
/dev/sda8 on /home type ext3 (rw,noatime)
/dev/sda9 on /home/luca/extra type ext4 (rw,noatime)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
usbfs on /proc/bus/usb type usbfs (rw,devmode=0664,devgid=43)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
usbfs on /proc/bus/usb type usbfs (rw,devmode=0664,devgid=43)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
usbfs on /proc/bus/usb type usbfs (rw,devmode=0664,devgid=43)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
usbfs on /proc/bus/usb type usbfs (rw,devmode=0664,devgid=43)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
usbfs on /proc/bus/usb type usbfs (rw,devmode=0664,devgid=43)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
usbfs on /proc/bus/usb type usbfs (rw,devmode=0664,devgid=43)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
usbfs on /proc/bus/usb type usbfs (rw,devmode=0664,devgid=43)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
usbfs on /proc/bus/usb type usbfs (rw,devmode=0664,devgid=43)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
usbfs on /proc/bus/usb type usbfs (rw,devmode=0664,devgid=43)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
usbfs on /proc/bus/usb type usbfs (rw,devmode=0664,devgid=43)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
securityfs on /sys/kernel/security type securityfs (rw)
hugetlbfs on /dev/hugepages type hugetlbfs (rw)
debugfs on /sys/kernel/debug type debugfs (rw)
mqueue on /dev/mqueue type mqueue (rw)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
usbfs on /proc/bus/usb type usbfs (rw,devmode=0664,devgid=43)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
usbfs on /proc/bus/usb type usbfs (rw,devmode=0664,devgid=43)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
usbfs on /proc/bus/usb type usbfs (rw,devmode=0664,devgid=43)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
usbfs on /proc/bus/usb type usbfs (rw,devmode=0664,devgid=43)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
usbfs on /proc/bus/usb type usbfs (rw,devmode=0664,devgid=43)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
usbfs on /proc/bus/usb type usbfs (rw,devmode=0664,devgid=43)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
usbfs on /proc/bus/usb type usbfs (rw,devmode=0664,devgid=43)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
usbfs on /proc/bus/usb type usbfs (rw,devmode=0664,devgid=43)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
usbfs on /proc/bus/usb type usbfs (rw,devmode=0664,devgid=43)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
usbfs on /proc/bus/usb type usbfs (rw,devmode=0664,devgid=43)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
usbfs on /proc/bus/usb type usbfs (rw,devmode=0664,devgid=43)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
usbfs on /proc/bus/usb type usbfs (rw,devmode=0664,devgid=43)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
usbfs on /proc/bus/usb type usbfs (rw,devmode=0664,devgid=43)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
usbfs on /proc/bus/usb type usbfs (rw,devmode=0664,devgid=43)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
usbfs on /proc/bus/usb type usbfs (rw,devmode=0664,devgid=43)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
usbfs on /proc/bus/usb type usbfs (rw,devmode=0664,devgid=43)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
usbfs on /proc/bus/usb type usbfs (rw,devmode=0664,devgid=43)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
usbfs on /proc/bus/usb type usbfs (rw,devmode=0664,devgid=43)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
usbfs on /proc/bus/usb type usbfs (rw,devmode=0664,devgid=43)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
usbfs on /proc/bus/usb type usbfs (rw,devmode=0664,devgid=43)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
usbfs on /proc/bus/usb type usbfs (rw,devmode=0664,devgid=43)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
usbfs on /proc/bus/usb type usbfs (rw,devmode=0664,devgid=43)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
usbfs on /proc/bus/usb type usbfs (rw,devmode=0664,devgid=43)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
usbfs on /proc/bus/usb type usbfs (rw,devmode=0664,devgid=43)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
usbfs on /proc/bus/usb type usbfs (rw,devmode=0664,devgid=43)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
usbfs on /proc/bus/usb type usbfs (rw,devmode=0664,devgid=43)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
usbfs on /proc/bus/usb type usbfs (rw,devmode=0664,devgid=43)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
usbfs on /proc/bus/usb type usbfs (rw,devmode=0664,devgid=43)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
usbfs on /proc/bus/usb type usbfs (rw,devmode=0664,devgid=43)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
usbfs on /proc/bus/usb type usbfs (rw,devmode=0664,devgid=43)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
usbfs on /proc/bus/usb type usbfs (rw,devmode=0664,devgid=43)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
usbfs on /proc/bus/usb type usbfs (rw,devmode=0664,devgid=43)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
usbfs on /proc/bus/usb type usbfs (rw,devmode=0664,devgid=43)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
usbfs on /proc/bus/usb type usbfs (rw,devmode=0664,devgid=43)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
usbfs on /proc/bus/usb type usbfs (rw,devmode=0664,devgid=43)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
usbfs on /proc/bus/usb type usbfs (rw,devmode=0664,devgid=43)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
usbfs on /proc/bus/usb type usbfs (rw,devmode=0664,devgid=43)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
usbfs on /proc/bus/usb type usbfs (rw,devmode=0664,devgid=43)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
usbfs on /proc/bus/usb type usbfs (rw,devmode=0664,devgid=43)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
usbfs on /proc/bus/usb type usbfs (rw,devmode=0664,devgid=43)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
usbfs on /proc/bus/usb type usbfs (rw,devmode=0664,devgid=43)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
usbfs on /proc/bus/usb type usbfs (rw,devmode=0664,devgid=43)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
usbfs on /proc/bus/usb type usbfs (rw,devmode=0664,devgid=43)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
/dev/sda8 on /home type ext3 (rw,noatime,commit=600)
/dev/sda9 on /home/luca/extra type ext4 (rw,noatime,commit=600)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
usbfs on /proc/bus/usb type usbfs (rw,devmode=0664,devgid=43)
sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
usbfs on /proc/bus/usb type usbfs (rw,devmode=0664,devgid=43)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
/dev/sda8 on /home type ext3 (rw,noatime,commit=0)
/dev/sda9 on /home/luca/extra type ext4 (rw,noatime,commit=0)
usbfs on /proc/bus/usb type usbfs (rw,devmode=0664,devgid=43)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
/dev/sda2 on /mnt/win_e type vfat (rw,umask=000,iocharset=utf8)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
usbfs on /proc/bus/usb type usbfs (rw,devmode=0664,devgid=43)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
/dev/sda2 on /mnt/win_e type vfat (rw,umask=000,iocharset=utf8)
/dev/sda3 on /mnt/win_d type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096,default_permissions)
/dev/sda1 on /mnt/win_c type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096,default_permissions)
/dev/sda8 on /home type ext3 (rw,noatime,commit=0)
/dev/sda9 on /home/luca/extra type ext4 (rw,noatime,commit=0)
usbfs on /proc/bus/usb type usbfs (rw,devmode=0664,devgid=43)
sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
gvfs-fuse-daemon on /run/user/luca/gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=luca)


Bye
-- 
Luca

</PRE>


<!--endarticle-->
    <HR>
    <P><UL>
        <!--threads-->
	<LI>Previous message: <A HREF="008947.html">[Mageia-discuss] How to mount NTFS partitions at boot?
</A></li>
	<LI>Next message: <A HREF="008949.html">[Mageia-discuss] How to mount NTFS partitions at boot?
</A></li>
         <LI> <B>Messages sorted by:</B> 
              <a href="date.html#8948">[ date ]</a>
              <a href="thread.html#8948">[ thread ]</a>
              <a href="subject.html#8948">[ subject ]</a>
              <a href="author.html#8948">[ 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>