Go Back   { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Linux > Linux Networking

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-16-2008, 01:20 PM
Jim Anderson
 
Posts: n/a
mount mount file system using nfs


I have 3 Kubuntu/Linux PCs running on my LAN. PC1 is my primary
PC that I do most of my work on. It runs the 'feisty' release
of kubuntu, which I believe is release 7.04. PC2 is on
the network mostly so I can use the disk space for backups.
It also runs the 'feisty' release. PC3 is a new PC on
which I plan to do a special project. From PC3 I would like
to mount files systems from PC1 so I have access to information
on my primary PC. PC3 runs the 'gutsy' release of Kubuntu
which is release 7.10.

NFS is working fine when I mount the filesystem on PC2 on to
PC1. However, when I try to mount the filesystem on PC2 on to
PC3, or when I try to mount a filesystem from PC1 on PC3,
I get the following error.

> mount -t nfs 192.168.2.100:/media/hdc2 /mnt/hdc2
> mount: wrong fs type, bad option, bad superblock on
> 192.168.2.100:/media/hdc2,
> missing codepage or helper program, or other error
> In some cases useful info is found in syslog - try
> dmesg | tail or so


Can anyone guide me on how to handle this error message?

When I run 'dmesg | tail -20', I get the following results.

> [ 39.294153] ACPI: Sleep Button (CM) [SLPB]
> [ 41.412964] e100: eth0: e100_watchdog: link up, 10Mbps, half-duplex
> [ 43.024546] NET: Registered protocol family 10
> [ 43.025211] lo: Disabled Privacy Extensions
> [ 43.544453] ppdev: user-space parallel port driver
> [ 43.884688] audit(1216092777.003:3): type=1503
> operation="inode_permission" requested_mask="a" denied_mask="a"
> name="/dev/tty" pid=4651 profile="/usr/sbin/cupsd"
> [ 44.019415] apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)
> [ 44.019425] apm: overridden by ACPI.
> [ 45.357931] Failure registering capabilities with primary security

module.
> [ 45.848322] Bluetooth: Core ver 2.11
> [ 45.848560] NET: Registered protocol family 31
> [ 45.848565] Bluetooth: HCI device and connection manager initialized
> [ 45.848573] Bluetooth: HCI socket layer initialized
> [ 45.885916] Bluetooth: L2CAP ver 2.8
> [ 45.885925] Bluetooth: L2CAP socket layer initialized
> [ 46.110762] Bluetooth: RFCOMM socket layer initialized
> [ 46.110991] Bluetooth: RFCOMM TTY layer initialized
> [ 46.110996] Bluetooth: RFCOMM ver 1.8
> [ 50.941967] NET: Registered protocol family 17
> [ 64.799877] eth0: no IPv6 routers present


I don't think the dmesg is meaningful, because if I run the
mount command again, the output from dmesg does not change
at all.


Jim Anderson
Reply With Quote
  #2 (permalink)  
Old 07-16-2008, 01:35 PM
Jim Anderson
 
Posts: n/a
Re: mount mount file system using nfs

Jim Anderson wrote:
>
> I have 3 Kubuntu/Linux PCs running on my LAN. PC1 is my primary
> PC that I do most of my work on. It runs the 'feisty' release
> of kubuntu, which I believe is release 7.04. PC2 is on
> the network mostly so I can use the disk space for backups.
> It also runs the 'feisty' release. PC3 is a new PC on
> which I plan to do a special project. From PC3 I would like
> to mount files systems from PC1 so I have access to information
> on my primary PC. PC3 runs the 'gutsy' release of Kubuntu
> which is release 7.10.
>
> NFS is working fine when I mount the filesystem on PC2 on to
> PC1. However, when I try to mount the filesystem on PC2 on to
> PC3, or when I try to mount a filesystem from PC1 on PC3,
> I get the following error.
>
> > mount -t nfs 192.168.2.100:/media/hdc2 /mnt/hdc2
> > mount: wrong fs type, bad option, bad superblock on
> > 192.168.2.100:/media/hdc2,
> > missing codepage or helper program, or other error
> > In some cases useful info is found in syslog - try
> > dmesg | tail or so

>
> Can anyone guide me on how to handle this error message?
>
> When I run 'dmesg | tail -20', I get the following results.
>
> > [ 39.294153] ACPI: Sleep Button (CM) [SLPB]
> > [ 41.412964] e100: eth0: e100_watchdog: link up, 10Mbps, half-duplex
> > [ 43.024546] NET: Registered protocol family 10
> > [ 43.025211] lo: Disabled Privacy Extensions
> > [ 43.544453] ppdev: user-space parallel port driver
> > [ 43.884688] audit(1216092777.003:3): type=1503
> > operation="inode_permission" requested_mask="a" denied_mask="a"
> > name="/dev/tty" pid=4651 profile="/usr/sbin/cupsd"
> > [ 44.019415] apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)
> > [ 44.019425] apm: overridden by ACPI.
> > [ 45.357931] Failure registering capabilities with primary security

> module.
> > [ 45.848322] Bluetooth: Core ver 2.11
> > [ 45.848560] NET: Registered protocol family 31
> > [ 45.848565] Bluetooth: HCI device and connection manager initialized
> > [ 45.848573] Bluetooth: HCI socket layer initialized
> > [ 45.885916] Bluetooth: L2CAP ver 2.8
> > [ 45.885925] Bluetooth: L2CAP socket layer initialized
> > [ 46.110762] Bluetooth: RFCOMM socket layer initialized
> > [ 46.110991] Bluetooth: RFCOMM TTY layer initialized
> > [ 46.110996] Bluetooth: RFCOMM ver 1.8
> > [ 50.941967] NET: Registered protocol family 17
> > [ 64.799877] eth0: no IPv6 routers present

>
> I don't think the dmesg is meaningful, because if I run the
> mount command again, the output from dmesg does not change
> at all.
>
>
> Jim Anderson



Nevermind! I found the solution. I installed the nfs-common
package on PC3 and I was then able to mount using nfs.
I'm sorry I did not try that before posting.
Reply With Quote
  #3 (permalink)  
Old 07-16-2008, 09:19 PM
Bryce
 
Posts: n/a
Re: mount mount file system using nfs

Jim Anderson wrote:

> Jim Anderson wrote:
>>
>> I have 3 Kubuntu/Linux PCs running on my LAN. PC1 is my primary
>> PC that I do most of my work on. It runs the 'feisty' release
>> of kubuntu, which I believe is release 7.04. PC2 is on
>> the network mostly so I can use the disk space for backups.
>> It also runs the 'feisty' release. PC3 is a new PC on
>> which I plan to do a special project. From PC3 I would like
>> to mount files systems from PC1 so I have access to information
>> on my primary PC. PC3 runs the 'gutsy' release of Kubuntu
>> which is release 7.10.
>>
>> NFS is working fine when I mount the filesystem on PC2 on to
>> PC1. However, when I try to mount the filesystem on PC2 on to
>> PC3, or when I try to mount a filesystem from PC1 on PC3,
>> I get the following error.
>>
>> > mount -t nfs 192.168.2.100:/media/hdc2 /mnt/hdc2
>> > mount: wrong fs type, bad option, bad superblock on
>> > 192.168.2.100:/media/hdc2,
>> > missing codepage or helper program, or other error
>> > In some cases useful info is found in syslog - try
>> > dmesg | tail or so

>>
>> Can anyone guide me on how to handle this error message?
>>
>> When I run 'dmesg | tail -20', I get the following results.
>>
>> > [ 39.294153] ACPI: Sleep Button (CM) [SLPB]
>> > [ 41.412964] e100: eth0: e100_watchdog: link up, 10Mbps, half-duplex
>> > [ 43.024546] NET: Registered protocol family 10
>> > [ 43.025211] lo: Disabled Privacy Extensions
>> > [ 43.544453] ppdev: user-space parallel port driver
>> > [ 43.884688] audit(1216092777.003:3): type=1503
>> > operation="inode_permission" requested_mask="a" denied_mask="a"
>> > name="/dev/tty" pid=4651 profile="/usr/sbin/cupsd"
>> > [ 44.019415] apm: BIOS version 1.2 Flags 0x03 (Driver version
>> > [ 1.16ac) 44.019425] apm: overridden by ACPI.
>> > [ 45.357931] Failure registering capabilities with primary security

>> module.
>> > [ 45.848322] Bluetooth: Core ver 2.11
>> > [ 45.848560] NET: Registered protocol family 31
>> > [ 45.848565] Bluetooth: HCI device and connection manager
>> > [ initialized 45.848573] Bluetooth: HCI socket layer initialized
>> > [ 45.885916] Bluetooth: L2CAP ver 2.8
>> > [ 45.885925] Bluetooth: L2CAP socket layer initialized
>> > [ 46.110762] Bluetooth: RFCOMM socket layer initialized
>> > [ 46.110991] Bluetooth: RFCOMM TTY layer initialized
>> > [ 46.110996] Bluetooth: RFCOMM ver 1.8
>> > [ 50.941967] NET: Registered protocol family 17
>> > [ 64.799877] eth0: no IPv6 routers present

>>
>> I don't think the dmesg is meaningful, because if I run the
>> mount command again, the output from dmesg does not change
>> at all.
>>
>>
>> Jim Anderson

>
>
> Nevermind! I found the solution. I installed the nfs-common
> package on PC3 and I was then able to mount using nfs.
> I'm sorry I did not try that before posting.


Bewilderment, plea for help, inspiration, installation, success.
All this in 15 minutes. Another small step for Linuxkind.
We knew you could do it!
Reply With Quote
Reply

  { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Linux > Linux Networking


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

vB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 08:58 AM.


Powered by vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
© 1999-2008 mindfrost82.com v11.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109