summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-discuss/2012-November/008948.html
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-discuss/2012-November/008948.html')
-rw-r--r--zarb-ml/mageia-discuss/2012-November/008948.html284
1 files changed, 284 insertions, 0 deletions
diff --git a/zarb-ml/mageia-discuss/2012-November/008948.html b/zarb-ml/mageia-discuss/2012-November/008948.html
new file mode 100644
index 000000000..a9d07db0e
--- /dev/null
+++ b/zarb-ml/mageia-discuss/2012-November/008948.html
@@ -0,0 +1,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>