Server :: Mount A Mounted NFS Share?

Oct 23, 2009

I'm trying to mount a mounted NFS share. I have a server that connects through VPN to a network, that has the NFS share exported. I am able to successfully mount the NFS share on that server, in /media/iSCSI. Now I want to share this NFS share with other servers, that are on the same network as the VPN-ed server, but are not connected to VPN. When I try to export the mounted share, I get:

Code:

/etc/init.d/nfs-kernel-server restart
Stopping NFS kernel daemon: mountd nfsd.
Unexporting directories for NFS kernel daemon....

[code]....

View 2 Replies


ADVERTISEMENT

Server :: Can Mount WinXP Share But Not Win7 Share In Fstab

Jun 8, 2010

this has happened in different distros, so far i have tried slack, arch, and mint at work i have an xp box with a shared folder i created. on my linux box i setup fstab as follows

Code:

//winxp/temp$ /home/user/temp cifs rw,uid=1000,gid=1000,credentials=/home/user/.creds 0 0

this gets mounted correctly and i can read/write the shared folder at home i have a win7 box that i create a share on and use the exact same code in fstab, but it wont mount the share. i get something like permission denied or access denied is there a difference in how winxp and win7 share folders? my usernames on the linux boxes match those of my windows boxes at each location. i have given my win accounts full access and control over the win shares.

View 9 Replies View Related

Server :: How It Can Be Mounted To Access Windows Share

Oct 15, 2010

My windows share drive is D: how it can be scene in linux that it is shared, moreover how it can be mounted on linux to access windows share on linux.

View 2 Replies View Related

CentOS 5 Server :: NFS Mount Of Loop Mounted ISO's Showing No Files

Jul 16, 2009

I'm having a problem accessing files via nfs where an iso has been mounted through the loop device on the nfs server. Basically what I am attempting to do is access the 6 CentOS 5.2 ISO's via NFS from one of my client machines. The client is able to mount the share and see its sub directories leading up to the mount point of the ISO, but the contents of the mounted ISO image are simply not visible (on the client, they are visible on the server).

Server config (CentOS 5):

/etc/fstab:
/home/user/iso/CentOS-5.2-x86_64-bin-1of7.iso /exportiso/centos/x64/5.2/disc1 iso9660 defaults,loop 0 0

[code].....

NFS is working correctly for other mounts between these two boxes, however.

View 1 Replies View Related

Ubuntu Networking :: Samba Share : Get An Error Message "unable To Mount Location, Failed To Mount Windows Share"?

Jan 22, 2011

I have installed ubuntu 10.10 and the Samba addon to configure my shares to my Windows terminals.This is what I got

Firewall off (utf disabled)

Internal Sata /dev/sda1 (EXT4 FS)

External USB HDD /dev/sdb1 mounted at /media/SG1500GB (EXT4 FS)

I have two shares

1. //home/test - Which I can see and access with no problems (can't write to it though even though I set the share as writable?, but, I can read from it). This is available to everyone. My windows terminal can see this folder and access it. This is on my main 80GB internal drive /dev/sda1.

2. //media/SG1500GB/Music. I set this up for everyone full access and I can see it at all my Windows machines but,I can't get into the folder. Windows keeps giving me an error stating network path not found.I also try to access it via the Nautilus (Places/Network/system/music) and get an error message "unable to mount location, Failed to mount windows share". This drive is mounted per the disk utility.

View 4 Replies View Related

General :: Mount The File Server Share On Application Server And Execute

Jan 8, 2010

i have purchased sun server for my visualization project. Request you to help me finding the io for disk .I have put storage(disks) on different location (File Server) and on server (Application) i have configured 4 virtual machines.

How would i monitor the io for file server from the Application server where i have configured 4 virtual machine. one way to mount the file server share on application server and execute

dd if=/dev/zero of=/share/test.out bs=1024 count=1024 to check the read and write Is there any other way of doing this.

View 1 Replies View Related

Server :: Share CIFS Mount As NFS?

Mar 15, 2011

I am trying to image about 30 laptops with WinXP, and I am using Clonezilla and DRBL for the task. We will start migration to Win7 starting Q4, so for now we are still using XP. I used a Clonezilla live USB to capture a standardized image to a CIFS/SAMBA share on the enterprise file server. The file server does not support NFS. To deploy the image, I used Virtualbox to build a VM with Centos 5.5 and then later Ubuntu 10.10. I mounted the CIFS share to /home/partimag but I found that I cannot share this CIFS mount out as NFS so I was unable to deploy the image with the image still residing on the CIFS; I had to copy the image to the VM's local drive.

Now using the DRBL live distribution, which is Debian based, I was able to obtain the image from a CIFS share and then share it out to the clients to be imaged as NFS (I think). I was able to use the DRBL live for some older computers, but since that hasn't been updated in nearly 2 years, I think it's missing some device drivers for my newer machines so it doesn't work on them -- this is why I looked at using CentOS and Ubuntu. To mount the CIFS shares, I'm using the following command:

mount -t cifs -o user@domain //share_ip_addr/share_name/folder /home/mount_point

Do I need to do something different to enable the mounted CIFS share to be shared out as a NFS share so that the clients to be imaged can see the contents from the CIFS share as a NFS share? The below image depicts my setup. The workstation has two NICs. The 10 network is the enterprise network and the 192 network is for DRBL imaging only. DRBL/Clonezilla does PXE boot and leases DHCP for the laptops. The laptops are shielded from the enterprise LAN; I am not doing any kind of NAT on on the server. The Linux VM is built with dual NICs and are set to bridged mode so they appear to be a separate NIC from the VM host on the network even though they going into the same port on the wall. [URL]

View 4 Replies View Related

Server :: Fstab - NFS Share To Mount Automatically

Apr 13, 2011

On a production server, I want an NFS share to mount automatically. What is the best practice to use?

[Code]...

My understanding is that it is always best practice to use IP addresses in the fstab because the server will fail to mount the share upon booting if DNS is unavailable. I've also been told that if one MUST use names in the fstab, there should be a hosts file entry for it so that the server doesn't depend on DNS on boot.

View 7 Replies View Related

Server :: Mount A Win-share On Debian Using SAMBA?

Jan 6, 2010

"My network" is behind a firewall inside a larger windows network with AD. My network has a Debian Server with samba 3.2 running. There are 50 users on my server. Users has accounts on the win-server, but is only using this to read mail. How do I mount a windows share on my Debian server in a way that all my users can read and write there?

View 3 Replies View Related

Server :: Unable To Mount Samba Share

Nov 11, 2010

I've began to work on getting my access control, set up properly on my server, and want to create a "my documents" folder for each user I add. I do not want it being part of the home directory and have read everything and still can't seem to get it to work. I've got a second drive that is mounted at /private on my server, with a folder that is underlying on it call users and groups. Then from there is has the exact unix username that I set up in Users and Groups. Ex. /private/user/gary . With Samba, I added the following code:

Code:

[My Documents]
guest ok = no
comment = %u's Documents

[code]....

I've tried using %u,%U,%S, and the normal username and of all of them, it will only work with the username. I've even used force user. added root to the valid users list and it still gives me access denied or the multiple connections to a single share with multiple user names prohibited but nothing is mounted on this share. On Webmin, it doesn't show any connections to the share. I'm rather at a stumped state in which is frustrating me, because I want to have this so when I go from my desktop to my laptop I have "My Documents" On either unit. Security on the server is set to User because I've searched to see if I can't find a way to make shares visible by a guest but read only to them and when I access them from my log in to make it read write using the "Share" option.

View 9 Replies View Related

Server :: Mount Samba Share On Windows Permanently?

Jul 7, 2010

Client OS :- Windows XP
Server OS :- Centos 5.4
Service :- samba or smb

Actually i want to take a back of windows xp's users data which on d: or etc and that backup i want to store in samba share which i made on my centos 5.4 . To do this we need to mount samba share as local drive then any script or any software can detect that share easily in that drive.

View 4 Replies View Related

Server :: Unable To Permanently Mount Samba Share

Nov 13, 2010

my samba server is working properly but i want to mount it permanently on linux (red hat) client.i have tried /etc/fstab and also autofs service but both are not working for me.

1. /etc/fstab i made the following entry in it //192.168.0.254/myshare /temp smbfs credentials=/root/pass 0 0 and when i use comman mount -a it shows "unknown filesystem smbfs" why this is so?

2. using autofs

my auto.master file is shown below

#
# $Id: auto.master,v 1.4 2005/01/04 14:36:54 raven Exp $
#
# Sample auto.master file

[code]....

View 13 Replies View Related

Ubuntu Installation :: Duplicate Drives In "Places" - Error "mount: /dev/sdd1 Already Mounted Or /media/Data Busy Mount: According To Mtab, /dev/sdd1 Is Already Mounted On /media/Data"

Feb 13, 2010

Just moved to Ubuntu from XP. Whole process has gone very smoothly, but left with a small problem (i.e. it isn't actually affecting usability) that I don't seem to be able to fix and can't find on forums/internet. I also have a problem with the Floppy drive, but I've seen that problem elsewhere in the forums.

It's a dual boot system with both NTFS and Ext4 drives. All are visible and fully accessible. I decided to convert one of the NTFS drive to Ext4. That appeared to be successful and was successfully remounted as an Ext4 drive. The drive label is "Data". I did have a bit of a problem getting it remounted so that I could see/use it under my log-in as opposed to just under root. It's at this point I think that I did something to create the problem.

I now have two entries for "Data" in drop down menu for Places. The true one is shown as a standard hard drive icon, but the false one is shown as a different icon - possibly an external drive icon (note that the floppy drive is also showing as the same icon and I can't access that, but I've seen that's a problem elsewhere in the forums).

I can write and read to the true "Data" hard drive. If I click on the other false "Data" icon, I get the message "mount: /dev/sdd1 already mounted or /media/Data busy mount: according to mtab, /dev/sdd1 is already mounted on /media/Data". If unmount the true drive and try to mount the false drive, the system mounts the true drive instead. If I log into nautilus as root, neither the false data drive or the floppy appear in the left hand panel.

View 9 Replies View Related

General :: Unable To Mount Windows Server 2008 Share?

Aug 22, 2010

I am trying to mount a shared drive on a Windows Server 2008 machine using a Linux machine (Fedora 13). I try mounting by

# mount //HOSTNAME/SHARENAME /mnt/FOLDER

and I get mount error(13): Permission denied.

I have tried other options like # mount -t nfs //HOSTNAME/SHARENAME /mnt/FOLDER -o username=USERNAME and the same thing with different filesystem types (ntfs, smbfs, cifs).

I have:

checked all firewall configurations.
verified security/sharing settings
for the drive
verified registry keys under HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesNfsSvrParameters
verified NFS server is running

I am familiar with Windows Server 2008 but I have never configured a system from scratch on my own. The computer I'm using used to have Windows 7 for sharing folders to a Linux server. I have just switched to Server 2008 and have not been able to mount anymore.

One thing that I think is that I tried setting up an identity mapping solution; however, I do not have a domain controller setup. I am still functioning on a workgroup.

View 1 Replies View Related

Ubuntu Networking :: Failed To Mount Windows Share (Server)

Mar 21, 2010

I'm trying to connect to the other computers on the network in my house, but, when I try to view the main file folders it tells me "unable to mount location: failed to mount windows share" I've looked everywhere I can think of and have done everything they've told me to do, and I still can't get it to work.

View 9 Replies View Related

Server :: Mounting CIFS Share Causes The Mount Point To Be Destroyed?

Jun 18, 2009

I've been trying for a while mounting a EMC NAS share on linux. As far as I know the NAS share behaves just like a regular windows share, so the mount process should be very similar. On the NAS server, the disc "Disc1" is shared, and I need to mount a sub-subfolder of that share. This is my line in /etc/fstab:

Code:

//windows_box/Disc1$/folder1/subfolder /var/tmp/mount_test cifs defaults,acl,soft,uid=srvadm,gid=adm,umask=0027,file_mode=0600,dir_mode=0700,credentials=/root/cred.txt,sec=ntlmv2 0 0

When mounting the share, this is what happens:

Code:

[root@server1 tmp]# ll
total 8
drwxr-xr-x 2 root root 4096 Jun 18 10:39 mount_test

[code]....

In the console (i.e. bash), the "mount_test" word on the last line has a red background. When I issue "umount mount_test", everything is back to normal.

View 13 Replies View Related

Server :: Use Autofs To Mount CIFS Share And Busy Files?

Apr 29, 2010

We have a homegrown process that runs on a windows box and produces a csv file. We mount the directory these are output to using autofs/cifs and then process them using a program on our linux database servers.

Is there a way from linux, looking at the cifs share, to tell if the target file is currently in use by a process on the windows box? We are having issues where an incomplete file is being processed occasionally.

View 5 Replies View Related

Ubuntu Networking :: Cannot Mount Failed To Retrieve Share List From Server ?

Mar 2, 2011

When i open my network all my computers and other terms show up but when i click on them all i get is cannot mount failed to retrieve share list from server im running ubuntu 10.10 and gnome i thought i had samba4 all installed what else could i be missing.

View 1 Replies View Related

General :: Can Browse Files Via Windows Mount Point But Not Through The Server/share

Aug 20, 2009

Using SUSE 11 with Gnome. I mounted a CIFS share from a Windows server as /mnt/win. With the file browser, I can browse to file system/mnt/win and then the files and folders of the Windows share come up fine and I can open them. When I use the file browser to browse to network, the server hosting this share is listed. Then I browse to that server and it lists no shares (nothing at all). I can't go any further than the server. Is there a separate authentication necessary for the file browser to see this share from the network place?

View 2 Replies View Related

Ubuntu :: Unable To Mount Location: Failed To Retrieve Share List From Server

Mar 19, 2010

I am running Ubuntu 9.10 on VMware Player and wish to access my Windows files inside Ubuntu. When I go to Place -> Network there exists a folder called Windows Network. When I try to open it I get the message: Unable to mount location: Failed to retrieve share list from server

View 1 Replies View Related

Ubuntu :: Unable To Mount Location; Failed To Retrieve Share List From Server

Oct 18, 2010

My network was running happily with no problems. After clicking "Places," then "Network," I double-clicked "Windows Network." My wife's laptop appeared merrily ready to be clicked. I browsed through and accessed the "Public" folder. Ubuntu auto-mounted the "Public" folder on the Windows Vista machine to the desktop. All was well.

I wanted to change the icon to a disk so it would mimic a "mapped" drive like in Windows. I right-clicked the shared folder mounted on the desktop, clicked "Properties," and then clicked the picture of the folder. I then clicked through to "/usr/share/icons/Human/scalable/devices" and selected the "drive-harddisk.svg" icon. The icon changed and I could still browse. I unmounted and re-mounted the folder with no problems, then changed back the disk to the regular folder icon.

After restarting the computer, if I click "Places," then "Network," then double-click "Windows Network," I'm greeted with the following error message:

Unable to mount location. Failed to retrieve share list from server.

WORKAROUND: Opening Firefox and typing smb://IP-of-wife's-laptop shows the share list. I can open and access the "Public" folder no problem.

View 1 Replies View Related

Fedora Networking :: Unable To Mount Location - Failed To Retrieve Share List From Server

Aug 20, 2009

My network has several machines on it. They are all connected to a single router. Two of the machines are running Windows Vista, one Windows XP and one Fedora 11. When I go to places.network, I see an icon that says Windows Network. If I click on it, I get the message: Unable to mount location, Failed to retrieve share list from server. When I had Ubuntu running on this machine, I had no problem seeing and connecting to the Windows Vista machine.

View 11 Replies View Related

Ubuntu Networking :: Unable To Mount Location; Failed To Retrieve Share List From Server

Oct 18, 2010

My network was running happily with no problems. After clicking "Places," then "Network," I double-clicked "Windows Network." My wife's laptop appeared merrily ready to be clicked. I browsed through and accessed the "Public" folder. Ubuntu auto-mounted the "Public" folder on the Windows Vista machine to the desktop.

THE REASON:I wanted to change the icon to a disk so it would mimic a "mapped" drive like in Windows. I right-clicked the shared folder mounted on the desktop, clicked "Properties," and then clicked the picture of the folder. I then clicked through to "/usr/share/icons/Human/scalable/devices" and selected the "drive-harddisk.svg" icon. The icon changed and I could still browse. I unmounted and re-mounted the folder with no problems, then changed back the disk to the regular folder icon.

THE PROBLEM: After restarting the computer, if I click "Places," then "Network," then double-click "Windows Network," I'm greeted with the following error message: Unable to mount location. Failed to retrieve share list from server.

WORKAROUND: Opening Firefox and typing smb://IP-of-wife's-laptop shows the share list. I can open and access the "Public" folder no problem.

View 3 Replies View Related

Ubuntu Networking :: Unable To Mount Location - Failed To Retrieve Share List From Server

Sep 1, 2011

It seems this is a common problem. I used Samba to configure and connect the computer running Ubuntu 11.04 with my Windows Visa workgroup. This is a wired, not wireless, connection.

In Ubuntu, under Network, I can see the name of the other computer (NOVA_MORAI), but when I click, I get the error:

Unable to mount location - Failed to retrieve share list from server

I tried the nmblookup command, here is the output:

eleos@Planet-Morai:~$ nmblookup NOVA_MORAI
querying NOVA_MORAI on 192.168.1.255
192.168.1.2 NOVA_MORAI<00>
And:
eleos@Planet-Morai:~$ nmblookup -A 192.168.1.2

[Code]....

There it it. But when I try the findsmb command, it does not show up.

The error message seems common, but I have been trying solutions all day, and I am still not getting a connection.

View 4 Replies View Related

Ubuntu :: Buffalo NAS - Unable To Mount Location - Failed To Retrieve Share List From Server

Mar 20, 2011

I have a Buffalo Link Station NAS. I can connect to the NAS via my browser and set up users and groups, but I can't get contact through Network.

If I open Shortcuts and select a folder, the Network icon shows in the left pane. Clicking Network opens the folder and Windows Network icon shows.

When I click on the icon, eventually, this message appears - Unable to mount location- Failed to retrieve share list from server

I did have this unit working some time ago under Ubuntu, and then we changed IP to Virgin and have a new cable router.

View 1 Replies View Related

Ubuntu :: How To Share A Mounted Iso

Jul 18, 2011

Im having trouble sharing a mounted iso in narty. i have mounty installed which is what i use to mount my iso's with and i attempted to share the folder it creates in my home folder over the network to a windows based machine with no luck.

View 9 Replies View Related

Fedora Networking :: Connecting To NAS - Message - Unable To Mount Location - Failed To Retrieve Share List From Server

Jul 3, 2009

I'm having trouble connecting to my freenas server.

It's part of my windows network and when I try to connect to it,I get this message: Unable to mount location,Failed to retrieve share list from server.

Is there something I need to enable on the server or my OS(CIFS or something)?

View 1 Replies View Related

Ubuntu Servers :: Mounted NFS Share Will Not Unmount?

Jan 8, 2010

We have a server running Hardy. I configured it as an NFS client and mounted a share. The NFS server is remote and accessed through TCP only (no UDP allowed through the firewall). Now I've mounted it, though, I can't unmount it!

Code:
david@scatha $ mount | grep nfs
example.com:/home/david on /mnt/tmp type nfs (rw,tcp,addr=123.123.123.123)
Now when I try to unmount it:

[Code]...

View 4 Replies View Related

Ubuntu Networking :: How To Share Drives That Should Be Mounted?

Mar 25, 2010

most of the partitions on my computer are ntfs type and need to be mounted via ubuntu so how can i share the entire partition or folders from it and for it to mount automatily when remote computer reqest to enter one of those partitions?

View 3 Replies View Related

Ubuntu Servers :: Mounted File Share In 10.04 LTS

Sep 13, 2010

I'm having a some pretty weird problems with some mounted file share in Ubuntu Server 10.04 LTS. Currently we are mounting several file share stored on a SLES Files Server onto our Ubuntu Web Servers using the CIFs protocol. Occasionally ( no rhyme or reason ) we will find that when you do a directory listing on the mounted share, while you are on the Ubuntu Server, there are no files being listed. Yet if you browse the SLES File Server or any other of the identical Ubuntu Servers (with the same mounts), the files are there ready to go.

Before using SLES for our file server we tried windows, and experience many of the problem you that you see on the forums of CIFs errors on the console screen. I'm beginning to wonder if 1. we can resolve the CIFs problems in Ubuntu 10, or do we need to down grad to Ubuntu 9 or 3.) change to something other than CIFs.

View 2 Replies View Related







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