Fedora :: Submounts Not Exported With NFS

Jan 29, 2010

I have a filesystem mount at /A. I can export that filesystem via nfs with no issues.

I then mount an ISO image in a folder under /A: mount -o loop fname.ISO /A/isomnt. The original mount /A had the nohide option.

The files in the ISO image are available on the local machine, but the submount doesn't get exported by nfs to any other systems (FWIW: it does show up via samba). I have even run exportfs -a after the ISO mount, but that did nothing.

I have several ISO files that I would like to make available this way, without having to make several nfs exports for all of these, and then make mount commands on all of the remote systems.

Is this possible? If so, what do I need to do to make this work?

View 3 Replies


ADVERTISEMENT

Fedora Servers :: NFS: Submounts Under Exported Mount

Dec 9, 2009

I have an exported (via NFS) file system that contains other sub-mounted file systems (eg, DVD drives, ISO files, etc). While the sub-mounts show up locally, they aren't visible when the parent mount is exported.

In /etc/exportfs, the nohide option is specified for that export.

What else do I need to do?

View 3 Replies View Related

Programming :: Dereferencing Exported Variable?

Jul 6, 2010

This is probably a very easy thing to do, but I don't know how: I'd like to export an env't variable, and then use its reference in a Bash script

Code:

View 5 Replies View Related

Server :: Read An LVM Volume That Was Not Exported?

Feb 8, 2011

I have a machine which had a hardware fault and I want to read the disks by plugging them into a SATA-USB docking station in another machineWhen I do thisI can see the partitions on the old disk, but cannot read the LVM volumes on one of these physical partitions.Commands like pvscan do not find anything on this disk. Apparently you are supposed to export the volumes before trying to read them on a new system, but this was not performed. Does anyone know how to access the data on this disk? Surely it is possible.

View 1 Replies View Related

Software :: [bash] Exported Variable Gone After End Of Script?

Apr 22, 2011

I'm using a simple Bash script to export an environment variable, eg.

Code:
export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/my/own/dir

[code]....

View 2 Replies View Related

Software :: Referencing Non Exported Kernel Symbol In LKM

Aug 21, 2010

So after much intense reading of linux documentation and posts I can't find an answer to my question. Maybe someone can help.I am trying to access a kernel symbol that isn't exported (the symbol exists in /proc/kallsyms but not in Modules.symvers). Is there a non intrusive way (by avoiding compiling the kernel with CONFIG_KALLSYMS and parsing /proc/kallsyms in my LKM) to reference kernel symbols that are in /proc/kallsyms and not in Modules.symvers i.e. not exported symbols.

View 1 Replies View Related

OpenSUSE Network :: Cannot Mount NFSv4 Exported Dirctories?

Oct 20, 2010

I am using OpenSuSE 11.3 (64 bit) and am trying to force my new server use NFSv4. Later, GSSAPI, sould be added, but for beginning, I want to configure without it for now. If I try using NFSv3, this works good, but I need NFSv4. I have exported my directory:

Code:
omega:/ # cat /etc/exports
/distrib *(ro,no_root_squash,sync,no_subtree_check)
After mount attempt I have a error:
Code:
omega:/ # exportfs -var

[Code]...

View 4 Replies View Related

Ubuntu Servers :: Very Slow Response Of Browser Exported On Ssh Connection

Jul 19, 2010

firstly it took a very long time to display the browser.After the browser was working on my localmachine it took really long time to show the response.I am doing all this on internet and the server has bandwidth as 6Mbps and my internet connection has a speed 1Mbps what could be the reason for such a slow response.The same exists in case of Chromium is there a way to make it fast.Ubuntu 10.04 server edition and ssh2.

View 2 Replies View Related

General :: Know Which Display Number For The Variable DISPLAY To Be Exported When Ssh To Server?

Dec 26, 2010

When i ssh to server using -X, i always confuse about which display number i should export. It seems to me sometimes the display number has been used by something, so what i can do is only

export DISPLAY=localhost:0 && xclock
export DISPLAY=localhost:1 && xclock
export DISPLAY=localhost:2 && xclock

[code]....

View 1 Replies View Related

General :: Upgrade From Fedora 5 To Fedora 11 With A Fedora 11 Live CD?

Sep 30, 2009

I just wanted to upgrade to fedora 11 from the current version 5 with the of a live cd.I dont want to loose the previous configuration files. upgrade everything except the / directory. How do you do that? I also have a retarded WINXP partition on the same drive which I dont wanna loose.

View 9 Replies View Related

Fedora Installation :: Import An X11 Xorg.conf File From Debian To Fedora And Have It Work?

Feb 26, 2009

Is it possible to import an xorg.conf file from Debian to Fedora and have it work? The reason for this is that I have an older monitor that only offers 800x600 as the maximum resolution.

View 2 Replies View Related

Fedora :: Versions Of Localepurge, Deborphan And Debfoster - Do They Exist In The Fedora Software Repository

Mar 7, 2009

install of Fedora, always used Debian or Ubuntu before now, and am looking for versions of localepurge, deborphan and debfoster - do they exist in the Fedora Software Repository?

View 10 Replies View Related

Fedora Networking :: Samsung N130 Realtek 8192 Doesn't Work In Fedora 12

Apr 2, 2010

I have a Samsung N130 with a Realtek 8192 wifi card (possibly 8192e, I'm not sure) and I am trying to run Fedora 12 on it. I used to run Ubuntu until trying their latest beta and realizing it's not very good, so I looked for something else. Ubuntu was at least easy to get the wifi working with just a few quick commands that were written out, word for word, in order, on the Ubuntu forums. I tried openSUSE on here and it didn't have wifi working out of the box either but people on their forums refused to give me actual instructions and just kept bumping me from thread to thread with people giving vague advice or else just telling me I was looking in the wrong place. I'm hoping that someone can give me clear and detailed instructions on how to get this wifi card working. Keep in mind that I am coming from Ubuntu and so I'm not super comfortable in CLI, if I need to do some CL stuff I will need clear and detailed instructions on how to do that.

View 4 Replies View Related

Fedora Networking :: Bulk Abd Real Data Transfer Over Ad Hoc / WLAN Network Under Fedora 13

Aug 21, 2010

I am newbie to linux, I am dealing with Fedora core 13. I have already succeedded in building an ad hoc network and a WLAN network. My next step is to get some networking statistics such delay, throughput, etc. So, I need traffic to flow through the network for both multimedia traffic and bulk data traffic. How to send files between nodes on the network (I found commands ftp, rcp but do not know whether they are the correct choice for this). ID their any application to perform this?

Also, I want to perform some video streaming between two nodes to study the behavior of real time data transfer. Is thier any application to perform this?

View 4 Replies View Related

Fedora X86/64bit :: Dell N5010 - Unable To Install Fedora On Unallocated Space

Sep 13, 2010

My laptop is currently running on Windows 7 Ultimate. I have a 320 GB HDD, which I have partitioned as follows. C: Drive as Windows 40 GB capacity and successively partitioned the rest of the drives for 50 GB capacity and left an unallocated space of 67 GB for fedora 13 x64 installation. The problem that I am facing is, that I am unable to install fedora on this unallocated space..even though I am checking the option for "Creating custom Layout". When I check the option for "Creating Custom Layout" Ive been shown with the only option to install fedora on the unused space on the HDD which is around 265 GB. I am also attaching a screen shot of my disk management. how I can install Fedora on this unallocated space of 67 GB?

View 12 Replies View Related

Fedora :: Error To Rebuild Inkscape Srpm Fedora 14 : Glib.h: No Such File Or Directory?

Dec 23, 2010

my problem is inkscape-0.48.0-1.fc14.3.src.rpm in fedora 14 64 bittry rebuild --source inkscape-0.48.0-1.fc14.3.src.rpm and this my error:I think something wrong pkgconfig .

attributes.cpp:20:32: fatal error: glib.h: No such file or directory
compilation terminated.
arc-context.cpp:21:28: fatal error: gdk/gdkkeysyms.h: No such file or directory

[code]....

View 6 Replies View Related

Fedora Hardware :: Parallel Printer CUPS Fedora 15 HP Doesn't Install Driver

Jun 3, 2011

This post is for an HP parallel printer but I think it should work for at least "some" other parallel printers.I am sure that someone smarter than me will follow up this post with a "well, just do this and that" and you will have your HP Laserjet 6P printer ready to go, but since questions litter the forums of MANY distros on how to get "at least" an HP parallel printer to work, I'll post this anyway.This may or may not work for you if you do not have an HP but you can try it.The install printer box will let you do an install for an HP Parallel and it asks for how it is to talk to it, through CUPS sock or "local host'. When we get through what I recommend you should chose "local host".

View 2 Replies View Related

Fedora Networking :: Fedora 10 Unable To Access To Windows Share Folders On LAN

Jan 8, 2009

I am using F10 desktop edition, all the computers using windows are able to access the shared folders over lan except me using F10. I have tried many things with smb but still unable to connect.I am new to linux so i dont khow much of its technicalities.kindly suggest how can i be able to access the shared documents ..

View 1 Replies View Related

Fedora Installation :: Uable To Boot Fedora From A CD While Keeping Other File On Computer?

Feb 14, 2009

I'm setting up my first Linux install and I was wondering if I would be able to boot Fedora from a CD while keeping every other file on my computer, or in other words if I would be able to put the /boot partition onto a cd. I've also read that Linux can be booted entirely from a logical partition. If that's true then can anyone help me in setting that up. Mostly my problem is I already have four primary partitions, one being a logical drive with plenty of free space in it, and I can't get rid of the primary partitions I already have.

View 1 Replies View Related

Fedora Networking :: How To Make Internet Sharing In Fedora With Two Inputs & One Output?

Feb 19, 2009

How to make internet sharing in Fedora with two inputs & one output.

View 14 Replies View Related

Fedora Networking :: How To Access Shared Windows Files From Fedora System?

Mar 24, 2009

How can I access shared Windows files from a fedora system

View 3 Replies View Related

Fedora Networking :: Fedora 10 Live Usb Detects Other WiFi Connections / Not Router

May 27, 2009

ok so the router works in windows and i know the config details of it.i can see other wifi access points in the area but not my one. i have tried joining it as a "hidden network" to no avail.is there any reason why fedora would not detect my own wifi when it detects substantially weaker signals instead??

View 2 Replies View Related

Fedora Servers :: Making A Fedora-based Video Hosting Server?

Jul 2, 2009

If any of you have successfully created a video hosting server with Fedora, can you give me any ideas of what software to get and how to configure it and so on? Or, if you have been unsuccessful, can you tell me what doen't work?

View 1 Replies View Related

Fedora Networking :: Unable To Access Fedora 10 Shared Folder From Windows

Aug 17, 2009

Linux OS : Fedora 10 (No graphical mode)Windows OS : XP and Windows Server NT...I am able to access from my windows to linux using following step//fedora10 ip username of admin and password...I am able to view the admin and shared printer of fedora 10.When i try to enter in the admin folder i am not able to access it. It is giving error "Access is denied".

View 6 Replies View Related

Fedora Installation :: Noobie> Fedora Server > Wanna Install Kde Or Gnome?

Sep 23, 2009

i am justin i'm 17 years old and new with linux, i use ubuntu and linux mint 7 and a friends of my has a dedicated fedora server. he asked me to intall a desktop manager ( or something that is the same, dont know how to call it ) so he could use remote desktop to acces his server

i have connected the server trought ssh and i am in the terminal. Now i want to install kde or gnome so i and my friend could use the server as a mail en WWW bla bla bla server. and my question is how i need to do that i tryd : yum groupinstall "KDE (K Desktop Environment)" and yum groupinstall "X Window System" but none works i have seen those commands on this forum so i tryd it.

View 14 Replies View Related

Fedora Installation :: How To Install Fedora 11 On External USB Drive With Anti-virus?

Sep 28, 2009

I have a Western Digital Pasport 320 GB hard drive. I wanted to create a live installation on it like a USB stick. I wanted it to serve as a portable OS that I could use to boot any other computer off of, and use it for diagnostics and anti-virus scanning on Windows based computers. The additional space is for my own personal use, kind of like having a mobile desktop where I have all of my documents in one place.What I need to know is how to set up Fedora 11 so that the hard drive will boot on most PCs regardless of their architecture. I also need to know what's a good Anti-virus to install onto it for the sake of fixing Windows hard drives.

Please keep in mind I'm a noob when it comes down to a lot of things, so if there's an antivirus I have to install manually, please included a step by step.

View 1 Replies View Related

Fedora :: Mounting Windows Server08 From Fedora 8 With Read/write Permissions?

Oct 7, 2009

I have Fedora 8 and we just switched over from a Windows "File Server" to Windows Server 2008 (10.1.1.17). I updated my fstab file and now when I go onto the Windows folders, I can list and read files, even save them, but new files are always read only.

fstab file (some, without the asterisks):
//10.1.1.17/USERS/Jeff/fs /home/mriuser/Desktop/fs cifs rw,username=jsadino,password=**** 0 0

I've tried ntfs-3g, auto, ntfs, smb, some umask combinations, changing ownerships, changing permissions, everything I could think of, but still can't modify new files.

[root@localhost tmp10]# mkdir tmp2
[root@localhost tmp10]# cd tmp2
[root@localhost tmp2]# touch tmp
[root@localhost tmp2]# ls -l

[Code]...

View 3 Replies View Related

Fedora :: Fedora 11+KDE - Login Screen Not Responding To Keyboard And Mouse After Update?

Nov 10, 2009

It's two days now I'm in deep troubles after my last "yum update". The system boots as usual, the graphical login pops up the normal way but no input is handled by either the internal keyboard (the system is a laptop), the mouse pad, the external USB mouse and keyboard.

The hardware itself seems to be working as I can pop up the BIOS menus and even edit the GRUB booting line. But, after GRUB there's no possible input. I've tried to boot the system with the Fedora 11 DVD, rescue menu and then chroot. This in order to run a "yum update" in the hope that the problem was in some broken update. No chance: there's no update.

My questions are:

1. Is there a way to boot Fedora withou any graphical interface from GRUB (or anything else to skip the KDE)?

2. Is there a way to have the (cabled) network activated at boot *before* the graphical login?

3. What the he** is happening to my otherwise pefectly working laptop?

View 8 Replies View Related

Fedora Networking :: Fedora Locks Up Connecting By Wireless To OpenWRT Router

Nov 16, 2009

I dual boot Windows/Fedora 11 on my Dell Latitude D830 laptop, which has an Intel PRO/Wireless 3945ABG card and I have just bought a Linksys WRT160NL wireless router. I am currently trying to set up OpenWRT linux on the router. Because of the nature of my problem I have also posted this on their forum.I am having trouble connecting to my OpenWRT install via Fedora. Things seem okay in Windows, but when I try to connect from linux my laptop locks up completely and I have to hard reboot. I previously have never had any trouble connecting to any other router with this install of Fedora.

View 3 Replies View Related

Fedora :: Fedora/GNOME Didn't Install With Add/Remove Programs Feature?

Feb 20, 2010

Recently installed F12 through the text based install and have got to GNOME gui but when i got to system/administration i only get two options and those are for display changes. Is there some way to install the features i missed out on? namely Add/remove programs which i can't seem to find anywhere

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved