LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   mount to router AP accesspoint error superblock (https://www.linuxquestions.org/questions/linux-networking-3/mount-to-router-ap-accesspoint-error-superblock-4175585196/)

fhleung 07-21-2016 02:59 AM

mount to router AP accesspoint error superblock
 
I got error when mount command to AP or router or small box,
mount to router AP accesspoint
the error was = superblock

what was that meaning?

Code:

#mount -t nfs 192.168.0.100:/nfsshare /mnt/nfsshare

#mount -F 192.168.0.1:/directory /directory

I have no manual, I don't know the model of the box was...
need NFS nfs running ?? most distro include having this NFS nfs already? isn't it? how can I tell I got this nfs or NOT?

please tell more, please tell what command I need to enter ?
like #mount -F 192.168.0.1:/directory /directory


reply again: thx, I tryED the command(s), the error was something "superblock"

michaelk 07-21-2016 06:56 AM

What do you mean by "AP or router or small box"?

Post distribution/version or make/model of devices where applicable. You need nfs running as well as configuring shares (/etc/exports) on the server device.

fhleung 07-23-2016 09:15 PM

AP access point

the error was : something "superblock"

michaelk 07-23-2016 10:53 PM

I know what AP means. Makes it very difficult to help if you know nothing about what sort of box you got.

If your router is a commercial unit the model number should be printed on the bottom. If nfs is available then you need to access the router's configuration pages to enable the service as well as setup a share. In most cases you need a drive of some sort connected to the USB port.

If not a commercial unit then it depends on distribution/version since typically nfs is not started by default and shares need to be configured. Not all distributions install nfs by default.

The command is:
mount -t nfs 192.168.0.1:/sharename

fhleung 08-04-2016 08:30 PM

nfs-common install , better , but not work

Code:

#mount -t nfs4 ip:/192.168.1.1/directory /mnt
#mount -t nfs4 192.168.1.1 /mnt
#mount -t nfs ip:/192.168.1.1/directory /mnt
#mount -t nfs 192.168.1.1/directory /mnt


sudo su
dpkg -i --ignore-depends=libgssglue1 libnfs4_1.9.5-2_i386.deb

fhleung 09-08-2016 09:25 PM

I mean the superblock error fixed, no more superblock message

but still not work :(

rpcbind https://packages.debian.org/wheezy/rpcbind

fhleung 11-20-2016 11:53 PM

now was many connection refused
then Connection timed out


please try following command
mount.nfs 192.168.1.1:/admin /media -o whatOptions -v
mount.nfs 192.168.1.1:/whichDirectory /media -o mountport=80 -v
mount.nfs 192.168.1.1:/whichDirectory /media -o port=80 -v
mount.nfs4 192.168.1.1:/whichDirectory /media -o mountport=80 -v
mount.nfs4 192.168.1.1:/whichDirectory /media -o port=80 -v
mount.nfs4 192.168.1.1:/whichDirectory /media -o port=80,X,Y,Z -v
please append -v verbose end of the command

michaelk 11-21-2016 05:22 AM

Again without knowing the make/model or have any information on this device how do you know it supports nfs?

fhleung 02-01-2017 02:02 AM

what is the command?
to mount into router box

TheEzekielProject 02-01-2017 03:00 AM

I think you are looking for your gateway?

Just type 192.168.1.1 into a web browser


All times are GMT -5. The time now is 04:55 PM.