blob: f9e4d86ee41fe8e364e1dca2f5510e7cf038ede2 (
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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-discuss] bind in fstab
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20bind%20in%20fstab&In-Reply-To=%3C201104221709.39955.maarten.vanraes%40gmail.com%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="004167.html">
<LINK REL="Next" HREF="004168.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-discuss] bind in fstab</H1>
<B>Maarten Vanraes</B>
<A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20bind%20in%20fstab&In-Reply-To=%3C201104221709.39955.maarten.vanraes%40gmail.com%3E"
TITLE="[Mageia-discuss] bind in fstab">maarten.vanraes at gmail.com
</A><BR>
<I>Fri Apr 22 17:09:39 CEST 2011</I>
<P><UL>
<LI>Previous message: <A HREF="004167.html">[Mageia-discuss] bind in fstab
</A></li>
<LI>Next message: <A HREF="004168.html">[Mageia-discuss] (no subject)
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#4170">[ date ]</a>
<a href="thread.html#4170">[ thread ]</a>
<a href="subject.html#4170">[ subject ]</a>
<a href="author.html#4170">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Op vrijdag 22 april 2011 06:54:05 schreef blind Pete:
><i> on Fri, 22 Apr 2011 04:30
</I>><i> in the Usenet newsgroup gmane.linux.mageia.user
</I>><i>
</I>><i> Balcaen John wrote:
</I>><i> > On Thursday 21 April 2011 14:12:10, blind Pete wrote:
</I>><i> >> How do you bind (a part of) a file system in /etc/fstab?
</I>><i> >>
</I>><i> >> "man fstab" says that the third field should be "none"
</I>><i> >> for bind or move mounts, but what should the rest of the
</I>><i> >> line be?
</I>><i> >>
</I>><i> >> There is now an error message during the boot sequence about
</I>><i> >> there not being any such file system as "none".
</I>><i> >
</I>><i> > /path/to/the/original/folder /path/to/the/bind/folder none bind
</I>><i> >
</I>><i> > should work.
</I>><i>
</I>><i> That is what I thought, but there were major problems when I
</I>><i> tried;
</I>><i>
</I>><i> / /mnt/mageia none bind
</I>><i>
</I>><i> and a few other variations like noauto, ro, etc.
</I>><i>
</I>><i> It seems to not like remounting the entire file system.
</I>><i>
</I>><i> Perhaps there is a recursion problem?
</I>><i>
</I>><i> Thanks.
</I>
i don't think remounting with bind options is going to work...
your line should bind / to /mnt/mageia (i hope you're not trying the other way
around...)
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="004167.html">[Mageia-discuss] bind in fstab
</A></li>
<LI>Next message: <A HREF="004168.html">[Mageia-discuss] (no subject)
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#4170">[ date ]</a>
<a href="thread.html#4170">[ thread ]</a>
<a href="subject.html#4170">[ subject ]</a>
<a href="author.html#4170">[ 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>
|