[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Installer problem



On Friday 31 May 2002 09:54, Jeremy Drake wrote:
> On Fri, 31 May 2002, Helge Deller wrote:
> > I assume the portmapper isn't running.
>
> The portmapper is running on the server.  
> Does the client need it too?

Yes, I think so. If not, I think you'll need the right mount option.

> > It's an old problem - you may search
> > the parisc-linux list archives. I think to remember that there was one
> > commandline parameter to mount with which it partly worked.
>
> I couldn't find anything like this in the archive.  I have actually seen
> this work before -- I think it must be a kernel version/installer version
> issue.  I will try older lifimages tomorrow.  Maybe you could find what
> mount option works, and let me know in case it doesn't work?

I thought it was something with "nolock", but looking at the sources 
    {"async", ~MS_SYNCHRONOUS, 0},
    {"atime", ~0, ~MS_NOATIME},
    {"defaults", ~0, 0},
    {"dev", ~MS_NODEV, 0},
    {"diratime", ~0, ~MS_NODIRATIME},
    {"exec", ~MS_NOEXEC, 0},
    {"noatime", ~0, MS_NOATIME},
    {"nodev", ~0, MS_NODEV},
    {"nodiratime", ~0, MS_NODIRATIME},
    {"noexec", ~0, MS_NOEXEC},
    {"nosuid", ~0, MS_NOSUID},
    {"remount", ~0, MS_REMOUNT},
    {"ro", ~0, MS_RDONLY},
    {"rw", ~MS_RDONLY, 0},
    {"suid", ~MS_NOSUID, 0},
    {"sync", ~0, MS_SYNCHRONOUS},
    {"bind", ~0, MS_BIND},
nothing seems to fit.
Anyway, I'll try myself next week again ...

Greetings,
Helge


-- 
To UNSUBSCRIBE, email to debian-hppa-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: