NFS problem in Fedora Core 4


 
Thread Tools Search this Thread
Operating Systems Linux NFS problem in Fedora Core 4
# 1  
Old 05-30-2006
NFS problem in Fedora Core 4

Hi all,
I'm experiencing a problem with Fedora Core 4, by which I don't know how to export a directory exclusively in NFSv3.
I have two raid arrays "/dev/md0" and "/dev/md1" both to be visible to SGI machines via NFSv3...
My situation is that Fedora runs NFSv4 and that causes problems with the SGI's not being able to access the arrays.
I'd greatly appreciate any advice as to how to export those arrays as NFSv3.
I realize this is a relatively slight matter for the experienced user, but alas, I am just a newbie.
Thanks ahead of time for any and all help!
-Joe
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. SuSE

Navigation of Fedora Core 6

Hi. Not sure if this should go in the beginners section, so forgivness please if it's not correctly placed. I just installed Linux Fedora Core 6 on my home computer (and am very very new to this) so I can learn more about it. However, I am looking for the FC6 equivalent to the System Device... (2 Replies)
Discussion started by: Carl1976
2 Replies

2. Linux

BIND problem in Fedora Core

Hi , I am facing a strange with BIND in Fedora Core 6. Here is the config for more info. #cat /etc/named.caching-nameserver.conf options { listen-on port 53 { any; }; directory "/var/named"; // dump-file "/var/named/data/cache_dump.db"; ... (3 Replies)
Discussion started by: narasimhulu
3 Replies

3. Linux

mysql in fedora core 4

hi i dont know much about linux but my boss gave me a job to backup all the mysql database and tables from fedora core4 running as web/database server. i can enter in fedora using remote desktop from my laptop but after that i am unable to do anything. if any one can help me in finding mysql and... (3 Replies)
Discussion started by: obstinate
3 Replies

4. Linux

fedora core 6 problem

hi all i am currently using fedora core 3 . i downloaded the iso image of fedora core 6 but after installing the fedora core 6 . while starting linux it gives a error saying init is been killed . wht is happened? thank u (3 Replies)
Discussion started by: nageshrk
3 Replies

5. UNIX for Dummies Questions & Answers

help installing fedora core 5

Hello I'm trying to install fedora core 5 and I'm currently at this screen here: http://fedora.redhat.com/docs/fedora-install-guide-en/fc5/figs/installingpackages.png However, the bottom bar is completely gray and there's nothing telling me the "status" of the install. I also told it to format... (2 Replies)
Discussion started by: obeseogre
2 Replies

6. UNIX for Dummies Questions & Answers

Installing Fedora Core 4

Hello, I am about to install Fedora on a partition on my hard drive. I got the CD from a magazine and it isnt a LiveCD so the magazine says "fedora core installer isn't a LiveCD, so it will merrily destroy your primary partition when you install on your machine", now I'm guessing the primary... (1 Reply)
Discussion started by: ArkNia
1 Replies

7. Linux

fedora core 2 selinux problem

in fedora core 2 with enforcing mode in selinux , why even as a root OS doesnt give permission to create any directory or file in /home ? (1 Reply)
Discussion started by: the.last.soul
1 Replies

8. Linux

Using Fedora Core 2

I've been using FC2, but my sound card doesn't work I'm new with linux systems.. but there says that needs to recompile kernel how can i do it with a kernel 2.6.5 i386 ? by the way,. my sound card chipset is an ESS 1869F, with a compaq deskpro Smal Form Factor. but i have not found a... (4 Replies)
Discussion started by: Quake
4 Replies

9. Linux

Migrate from RH 8.0 to Fedora Core 2

I have done some research on the Fedora Project and trying to find clear cut answer on how to migrate from current OS - RH 8.0 Pro to Fedora Core 2. Can anybody help me with this and does Fedora Core 2 include OpenOffice and Ximian Evolution like with my RH 8.0 Pro. (3 Replies)
Discussion started by: Mark McWilliams
3 Replies

10. Linux

Fedora Core 2 Snapshot

These are not my desktop (I am still using FC1), they are from Internet forum. http://gator.dt.uh.edu/~yangm001/snapshot1.jpg http://gator.dt.uh.edu/~yangm001/snapshot2.jpg (0 Replies)
Discussion started by: HOUSCOUS
0 Replies
Login or Register to Ask a Question
Bootloader::Core::NONE(3)				User Contributed Perl Documentation				 Bootloader::Core::NONE(3)

NAME
Bootlader::Core::NONE - library for blank configuration PREFACE
This package is the NONE library of the bootloader configuration SYNOPSIS
use Bootloader::Core::NONE; "$obj_ref = Bootloader::Core::NONE->new ();" "$files_ref = Bootloader::Core::NONE->ListFiles ();" "$status = Bootloader::Core::NONE->ParseLines (\%files, $avoid_reading_device_map);" "$files_ref = Bootloader::Core::NONE->CreateLines ();" "$settings_ref = Bootloader::Core::NONE->GetSettings ();" "$status = Bootloader::Core::NONE->SetSettings (\%settings);" "$status = Bootloader::Core::NONE->InitializeBootloader ();" DESCRIPTION
"$obj_ref = Bootloader::Core::NONE->new ();" Creates an instance of the Bootloader::Core::NONE class. "$files_ref = Bootloader::Core::NONE->ListFiles ();" Returns the list of the configuration files of the bootloader "$status = Bootloader::Core::NONE->ParseLines (\%files, $avoid_reading_device_map);" Simulate parsing lines. Do nothing. Return non-zero for success. "$files_ref = Bootloader::Core::NONE->CreateLines ();" Simulate creating lines and return empty lines hash structure. "$settings_ref = Bootloader::Core::NONE->GetSettings ();" returns the complete settings in a hash. Does not read the settings from the system, but returns internal structures. "$status = Bootloader::Core::NONE->SetSettings (\%settings);" Do nothing, as none bootloader cannot change internal settings. "$status = Bootloader::Core::NONE->InitializeBootloader ();" Simulate initializing bootloader. Allways success. perl v5.12.1 2009-06-02 Bootloader::Core::NONE(3)