All of lore.kernel.org
 help / color / mirror / Atom feed
From: Larry Alkoff <labradley@mindspring.com>
To: Neil Brown <neilb@cse.unsw.edu.au>
Cc: nfs@lists.sourceforge.net
Subject: Re: Exportfs does not accept Knoppix /ramdisk/home
Date: Tue, 14 Jun 2005 00:07:29 -0500	[thread overview]
Message-ID: <42AE6611.4000709@mindspring.com> (raw)
In-Reply-To: <17070.5793.185404.226427@cse.unsw.edu.au>

Neil Brown wrote:
> On Monday June 13, labradley@mindspring.com wrote:
> 
>>Can you tell me why exportfs isn't working with the home ramdisk and
>>suggest any workarounds?
> 
> 
> I assume it is actually a tmpfs rather than a regular filesystem on a
> true ramdisk ? (what does 'cat /proc/mounts' show?)
> 
> A tmpfs doesn't have a stable identifier (like a device number) to use
> to identify the filesystem.  You need to give it one.
> Try adding
>    fsid=27
> to the export options for the problematic filesystem. e.g.
> 
> /ramdisk/home/knoppix   knoppix(sync,rw,no_root_squash,fsid=27)
> 
> NeilBrown
> 
> 


Thanks for answering my plea for help.
I had tried to contact both you and Olaf Kirch, listed as exportfs 
maintainers in the man page, but in both cases my emails bounced.
In your case the bounce message was:
     SMTP error from remote mailer after MAIL 
FROM:<labradley@mindspring.com>:
     host tone.orchestra.cse.unsw.edu.au [129.94.242.59]:
     550 Sorry, that From address is rejected

I fully expect that the reply to your To: address in au will bounce 
also.  Do you have a really tight whitelist or does unsw hate 
mindspring.com?


The good news - I tried your line exactly as above and
exportfs -rav
worked as expected.

Bad news - for some reason I'm getting the error message:
Mounting knoppix
mount: RPC: Remote system error - No route to host

I've seen that before but it was always fixed by making sure
portmap, nfsd, mountd and statd were running.

They are running on both machines except that on knoppix it's
just "portmap" and on my normal Slackware machine it's "RPC.portmap" 
plus a new one "RPC.quotad".

It's been a while since I fooled with nfs.  Do I need entries in fstab?

You were correct about a tmpfs and
here are my cat /proc/mounts and cat mtab from Knoppix:

cat /proc/mounts
----------------
rootfs / rootfs rw 0 0
/dev/root.old / ext2 rw 0 0
/proc /proc proc rw,nodiratime 0 0
/sys /sys sysfs rw 0 0
/dev/hdd /cdrom iso9660 ro 0 0
/dev/cloop /KNOPPIX iso9660 ro 0 0
/ramdisk /ramdisk tmpfs rw 0 0
/UNIONFS /UNIONFS unionfs 
rw,noatime,dirs=/ramdisk=rw:/KNOPPIX=ro,debug=0,err=tryleft,delete=all,copyup=preserve,setattr=left 
0 0
/dev/pts /UNIONFS/dev/pts devpts rw 0 0
/proc/bus/usb /proc/bus/usb usbfs rw 0 0
automount(pid2172) /mnt/auto autofs rw 0 0


cat /etc/mtab/dev/root / ext2 rw 0 0
-------------------------------------
/dev/hdd /cdrom iso9660 ro 0 0
/dev/cloop /KNOPPIX iso9660 ro 0 0
/ramdisk /ramdisk tmpfs rw,size=399824k 0 0
/UNIONFS /UNIONFS unionfs rw,noatime,dirs=/ramdisk=rw:/KNOPPIX=ro 0 0
/dev/pts /dev/pts devpts rw 0 0
/proc/bus/usb /proc/bus/usb usbfs rw,devmode=0666 0 0
automount(pid2172) /mnt/auto autofs 
rw,fd=4,pgrp=2172,minproto=2,maxproto=4 0 0


Larry

-- 
Larry Alkoff N2LA - Austin TX
Using Thunderbird on Slackware Linux


-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
_______________________________________________
NFS maillist  -  NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs

  reply	other threads:[~2005-06-14  5:07 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-06-13 23:19 Exportfs does not accept Knoppix /ramdisk/home Larry Alkoff
2005-06-13 23:28 ` Neil Brown
2005-06-14  5:07   ` Larry Alkoff [this message]
2005-06-14  5:29     ` Neil Brown

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=42AE6611.4000709@mindspring.com \
    --to=labradley@mindspring.com \
    --cc=neilb@cse.unsw.edu.au \
    --cc=nfs@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.