Page 1 of 1

NFS at last - problem solved

Posted: Tue 29 May 2012, 20:16
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:

Posted: Fri 01 Jun 2012, 23:08
by Karl Godt
Can not say anything about mounting network shares, but i am a fan of busybox .

Posted: Thu 31 Jan 2013, 11:05
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...

Re: NFS at last - problem solved

Posted: Fri 22 Feb 2013, 14:24
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