diff options
Diffstat (limited to 'zarb-ml/mageia-discuss/20111019/005698.html')
-rw-r--r-- | zarb-ml/mageia-discuss/20111019/005698.html | 102 |
1 files changed, 102 insertions, 0 deletions
diff --git a/zarb-ml/mageia-discuss/20111019/005698.html b/zarb-ml/mageia-discuss/20111019/005698.html new file mode 100644 index 000000000..0ee1603ba --- /dev/null +++ b/zarb-ml/mageia-discuss/20111019/005698.html @@ -0,0 +1,102 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Setting up NFS shares with MCC -- fixing etc/fstab + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Setting%20up%20NFS%20shares%20with%20MCC%20--%20fixing%0A%09etc/fstab&In-Reply-To=%3C4E9EF3AF.8040907%40kevino.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="005697.html"> + <LINK REL="Next" HREF="005702.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Setting up NFS shares with MCC -- fixing etc/fstab</H1> + <B>KevinO</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Setting%20up%20NFS%20shares%20with%20MCC%20--%20fixing%0A%09etc/fstab&In-Reply-To=%3C4E9EF3AF.8040907%40kevino.org%3E" + TITLE="[Mageia-discuss] Setting up NFS shares with MCC -- fixing etc/fstab">kevin at kevino.org + </A><BR> + <I>Wed Oct 19 17:58:39 CEST 2011</I> + <P><UL> + <LI>Previous message: <A HREF="005697.html">[Mageia-discuss] Setting up NFS shares with MCC -- fixing etc/fstab +</A></li> + <LI>Next message: <A HREF="005702.html">[Mageia-discuss] Setting up NFS shares with MCC -- fixing etc/fstab +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#5698">[ date ]</a> + <a href="thread.html#5698">[ thread ]</a> + <a href="subject.html#5698">[ subject ]</a> + <a href="author.html#5698">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On 10/19/2011 06:17 AM, Marc Paré wrote: +><i> Once in the fstab file, I find my shares and change the computer name to its ip +</I>><i> address (you find the computer ip address by hovering your mouse cursor over the +</I>><i> right-hand bottom taskbar computer connections icon), save the file and then the +</I>><i> shares are properly mounted. You can then find them in the mnt/ folders. +</I>><i> +</I>><i> Here is an example: +</I>><i> +</I>><i> ORIGINAL +</I>><i> ----------------------------------------- +</I>><i> +</I>><i> # Entry for /dev/sda1 : +</I>><i> UUID=ceeb52d2-58e3-41d8-98ad-77bae3ac28bb / ext4 acl,noatime 1 1 +</I>><i> # Entry for /dev/sda6 : +</I>><i> UUID=1ebcfab9-214a-4134-bbba-799f35396e5e /home ext4 acl,noatime 1 2 +</I>><i> /dev/cdrom /media/cdrom auto umask=0,users,iocharset=utf8,noauto,ro,exec 0 0 +</I>><i> linux-5:/home/marc/Documents/Marc/Famille/Photos /mnt/Photos nfs +</I>><i> rsize=8192,wsize=8192,nosuid,soft 0 0 +</I>><i> linux-5:/home/marc/Telechargements /mnt/Telechargements nfs +</I>><i> rsize=8192,wsize=8192,nosuid,soft 0 0 +</I>><i> linux-5:/home/marc/mp3 /mnt/mp3 nfs rsize=8192,wsize=8192,nosuid,soft 0 0 +</I>><i> none /proc proc defaults 0 0 +</I>><i> # Entry for /dev/sda5 : +</I>><i> UUID=fe7e9195-d632-4a07-9e42-74ee3e7bccca swap swap defaults 0 0 +</I>><i> +</I>It looks like your computer can't resolve linux-5 into its IP address +(192.168.2.4). You can test by: + +$ dig linux-5 + +If this is indeed the case, you would have a similar problem with any operating +system. + +You can fix the solution by putting an entry into your /etc/hosts file on you +client machine. Another fix would be to run a local DNS server to serve IP +addresses of your computers to each other on your LAN. For a small network with +static IPs, using the hosts file is the easiest. + +HTH + +-- +KevinO +</PRE> + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="005697.html">[Mageia-discuss] Setting up NFS shares with MCC -- fixing etc/fstab +</A></li> + <LI>Next message: <A HREF="005702.html">[Mageia-discuss] Setting up NFS shares with MCC -- fixing etc/fstab +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#5698">[ date ]</a> + <a href="thread.html#5698">[ thread ]</a> + <a href="subject.html#5698">[ subject ]</a> + <a href="author.html#5698">[ 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> |