Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 336219 - nfs problem
Summary: nfs problem
Status: RESOLVED NOT_ECLIPSE
Alias: None
Product: CDT
Classification: Tools
Component: cdt-core (show other bugs)
Version: 8.0   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Doug Schaefer CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-03 07:00 EST by alberto CLA
Modified: 2011-02-03 09:37 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description alberto CLA 2011-02-03 07:00:30 EST
Build Identifier: 

I'm using a SPEAr300 to mount through NFS a folder from a Fedora 13 PC. 
Unfortunately I get this error when I try to mount the folder:

# mount 192.168.4.105:/opt/STM/STLinux-2.3/devkit/arm/target /mnt/home
mount: mounting 192.168.4.105:/opt/STM/STLinux-2.3/devkit/arm/target on /mnt/home failed: Protocol not supported



Reproducible: Always

Steps to Reproduce:
1.configure /etc/exports in the PC host in this way:
--
/opt/STM/STLinux-2.3/devkit/arm/target 192.168.4.92(rw,no_root_squash,sync)
--
2.
run all the daemons required on the PC host to have nfs running

3.
run mount on the SPEAr300 
# mount 192.168.4.105:/opt/STM/STLinux-2.3/devkit/arm/target /mnt/home
mount: mounting 192.168.4.105:/opt/STM/STLinux-2.3/devkit/arm/target on /mnt/home failed: Protocol not supported
Comment 1 Chris Recoskie CLA 2011-02-03 09:37:43 EST
Uh, what does this have to do with Eclipse or CDT?