NFS at last - problem solved

Filemanagers, partitioning tools, etc.
Post Reply
Message
Author
User avatar
DC
Posts: 360
Joined: Sun 30 Apr 2006, 15:07
Location: Maidenhead, England

NFS at last - problem solved

#1 Post by DC »

For many weeks I've been trying to find out why I could not mount my Readynas Duo using NFS in newer puppies.

previously in the 525/528 series of Puppy Linux I've been using the command

Code: Select all

mount-FULL -t nfs -o nolock 192.16.16.200:/media /mnt/nas_media
This would not work in any of the newer puppies. I've now discovered that the command that works is

Code: Select all

busybox mount -t nfs -o nolock 192.16.16.200:/media /mnt/nas_media
I've tested it with these puppies that are some of the ones currently on my desktop pc
squeeze-5_X_3_2_11-SCSI
precise-5_2_55
FATSlacko-5_3_3x-SCSI
luci-001_003
spup-312


DC
:shock: :lol:
a little bit of knowledge and I'm dangerous

User avatar
Karl Godt
Posts: 4199
Joined: Sun 20 Jun 2010, 13:52
Location: Kiel,Germany

#2 Post by Karl Godt »

Can not say anything about mounting network shares, but i am a fan of busybox .

User avatar
stekel8812
Posts: 45
Joined: Tue 16 Sep 2008, 19:31
Location: NL

#3 Post by stekel8812 »

What would the syntax look like if I need to suply username&password?
I now get: permission denied. Which is actually quit good, because it means a connection is trying to be made :lol: Slowly I'm progressing...

step
Posts: 1349
Joined: Fri 04 May 2012, 11:20

Re: NFS at last - problem solved

#4 Post by step »

THANK YOU! Your solution works on saluki 023 too.
Unfortunately this post is too low on google's rank for people with NFS mount problems to notice. Lots of older posts I've tried lead nowhere, yours is a savior.

BTW, on saluki mount-FULL -t nfs fails because it can't find mount.nfs, which is indeed missing, and I can't find it in common repositories either. If anyone can point me to a package with that file I'll be grateful.
DC wrote:For many weeks I've been trying to find out why I could not mount my Readynas Duo using NFS in newer puppies.

previously in the 525/528 series of Puppy Linux I've been using the command

Code: Select all

mount-FULL -t nfs -o nolock 192.16.16.200:/media /mnt/nas_media
This would not work in any of the newer puppies. I've now discovered that the command that works is

Code: Select all

busybox mount -t nfs -o nolock 192.16.16.200:/media /mnt/nas_media
I've tested it with these puppies that are some of the ones currently on my desktop pc
squeeze-5_X_3_2_11-SCSI
precise-5_2_55
FATSlacko-5_3_3x-SCSI
luci-001_003
spup-312

Post Reply