LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 07-21-2016, 02:59 AM   #1
fhleung
Member
 
Registered: Aug 2004
Distribution: Lubuntu Live OS
Posts: 432

Rep: Reputation: 30
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"

Last edited by fhleung; 07-24-2016 at 10:16 PM.
 
Old 07-21-2016, 06:56 AM   #2
michaelk
Moderator
 
Registered: Aug 2002
Posts: 26,854

Rep: Reputation: 6356Reputation: 6356Reputation: 6356Reputation: 6356Reputation: 6356Reputation: 6356Reputation: 6356Reputation: 6356Reputation: 6356Reputation: 6356Reputation: 6356
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.
 
Old 07-23-2016, 09:15 PM   #3
fhleung
Member
 
Registered: Aug 2004
Distribution: Lubuntu Live OS
Posts: 432

Original Poster
Rep: Reputation: 30
AP access point

the error was : something "superblock"

Last edited by fhleung; 07-24-2016 at 10:17 PM.
 
Old 07-23-2016, 10:53 PM   #4
michaelk
Moderator
 
Registered: Aug 2002
Posts: 26,854

Rep: Reputation: 6356Reputation: 6356Reputation: 6356Reputation: 6356Reputation: 6356Reputation: 6356Reputation: 6356Reputation: 6356Reputation: 6356Reputation: 6356Reputation: 6356
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
 
Old 08-04-2016, 08:30 PM   #5
fhleung
Member
 
Registered: Aug 2004
Distribution: Lubuntu Live OS
Posts: 432

Original Poster
Rep: Reputation: 30
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

Last edited by fhleung; 08-04-2016 at 08:40 PM.
 
Old 09-08-2016, 09:25 PM   #6
fhleung
Member
 
Registered: Aug 2004
Distribution: Lubuntu Live OS
Posts: 432

Original Poster
Rep: Reputation: 30
I mean the superblock error fixed, no more superblock message

but still not work

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

Last edited by fhleung; 09-08-2016 at 09:28 PM.
 
Old 11-20-2016, 11:53 PM   #7
fhleung
Member
 
Registered: Aug 2004
Distribution: Lubuntu Live OS
Posts: 432

Original Poster
Rep: Reputation: 30
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
 
Old 11-21-2016, 05:22 AM   #8
michaelk
Moderator
 
Registered: Aug 2002
Posts: 26,854

Rep: Reputation: 6356Reputation: 6356Reputation: 6356Reputation: 6356Reputation: 6356Reputation: 6356Reputation: 6356Reputation: 6356Reputation: 6356Reputation: 6356Reputation: 6356
Again without knowing the make/model or have any information on this device how do you know it supports nfs?
 
Old 02-01-2017, 02:02 AM   #9
fhleung
Member
 
Registered: Aug 2004
Distribution: Lubuntu Live OS
Posts: 432

Original Poster
Rep: Reputation: 30
what is the command?
to mount into router box
 
Old 02-01-2017, 03:00 AM   #10
TheEzekielProject
Member
 
Registered: Dec 2016
Distribution: arch
Posts: 668

Rep: Reputation: 190Reputation: 190
I think you are looking for your gateway?

Just type 192.168.1.1 into a web browser

Last edited by TheEzekielProject; 02-01-2017 at 03:02 AM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Mount: wrong fs type, bad option, bad superblock missing codepage or other error twaddlac Linux - Virtualization and Cloud 3 09-29-2010 09:24 AM
Mount: wrong fs type, bad option, bad superblock missing codepage or other error twaddlac Red Hat 4 09-28-2010 04:45 AM
mdadm : mount = specify filesystem or bad superblock error ron7000 Linux - Software 3 05-14-2008 02:48 PM
Internet via router/accesspoint MagicMaxi Linux - Networking 1 03-24-2007 02:29 PM
error mounting ext3 filesystem... mount: /dev/hdd1: can't read superblock versaulis Linux - Software 5 11-26-2006 08:34 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 11:31 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration