Fedora Networking :: How To Access NFS Share In 12

Dec 3, 2009

In my office i've installed fedora 12, when ever i was trying to access NFS share in LAN environment i was getting these errors. $sudo mount x.x.x.x:/misc/export /misc/local , after executing this command i was getting these errors.

/usr/sbin/start-statd: line 8: /sbin/rpc.statd: Permission denied
/usr/sbin/start-statd: line 8: /sbin/rpc.statd: Success
mount.nfs: rpc.statd is not running but is required for remote locking.
mount.nfs: Either use '-o nolock' to keep locks local, or start statd.
mount.nfs: an incorrect mount option was specified

View 2 Replies


ADVERTISEMENT

Fedora Networking :: Access Windows Share From Machine

Nov 2, 2009

he moved in a new place and there is a huge share on the network machine which runs windows... however he has fedora 10 installed on a desktop pc with a big screen and asked me to configure it so it can access the share... i have almost no experience with fedora and i've been trying to do this for two days now... i installed the samba package, but now what? how to do this because the exact commands are unknown to me... i have the root password and everything else on the network... so i just need to know what ot write in order to be able to mount all the TBs of information on the server...

View 4 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 Networking :: Trying To Access Restricted Windows Share From Fedora

Dec 27, 2009

I've lasted a lot longer than usual before resorting to asking around, but I've finally gone delightfully mad. I've been trying to access shares based on Windows 7 Ultimate with limited user access on said shares. I've managed to get into my XP machine, another mate's Vista machine and various Linux boxes with no issues, but that's only for shares that are accessible by everyone. The moment I try to get into a share that requires user credentials, I get "Error returning browse list: NT_STATUS_ACCESS_DENIED".If I try to access restricted shares (be it machine or folder) through Nautilus, I will get a user logon prompt, but it fails. Using smbclient results in just as little success, and now I'm munching through O'Reiley's Samba manual from '99, after realising that I need to basically learn Samba in its entirety to have a hope in hell at getting this to work. The trouble is though, every HOWTO and relevant forum post I get my hands on all seem to concentrate more on the server side of things, and usually servering from a linux box, not the other way around as I'm trying to.

The above Windows 7 machine won't even allow me to view its share contents, whereas the XP machine previously will allow me to browse, but won't allow me to access folders with restricted access. I'm pretty sure there aren't any major issues with the way the Windows 7 machine is setup, as it can be accessed with logon from my Xbox, Ubuntu machine, XP and Vista, with only Fedora having problems getting in as it constantly fails logon. What I'm trying to establish is, if Ubuntu can get in, is there something in my Fedora samba config I'm missing that's preventing me access? My thanks in advance to those of you who've been able to put up with me rambling.

View 8 Replies View Related

Fedora Networking :: Samba Share With Two Network Cards - No Internet Access

Mar 1, 2009

I have a fedora 10 box with two network card on eth0 I have a pppoe connection to the internet, on second card eth1 I share my internet connection end I set up a samba server but I don't know if the settings are good. How to do this settings right to work fine, the ip are assigned by dhcp I don't use any static ip .When I try to browse the internet from the other computers some site's like {.com ; .org ; .info} are block, other site from {.ro} are working. Someone tell me something about turn off all my filters, but I don't know where to find this filter to turn it off. And when I use samba I can't have and internet access or vice versa. My network look like that:

Code:
eth0
|<--pppoe connection
|
MyComputer
(fedora 10)
|
eth1
|
switch
|
comp.1 comp.2
Win OS MacOS

View 2 Replies View Related

Ubuntu Networking :: Access Samba-share From App?

May 3, 2011

I have a samba-share that mounts on my desktop. But how do I find it from applications?
When I browse from application is not visible in the desktop folder.

PS. I find it with smb://pathway, but I don't know how I can do it from some gui-applications.

View 1 Replies View Related

Networking :: Access FreeNAS Share From Ubuntu?

Aug 2, 2011

I just set up a FreeNAS server and have a shared drive set up that I can currently access from Linux, Windows and OSX. I'm having a problem getting the trash folder to work for files deleted from my Linux machines though.

I know this may be more of a FreeNAS forums question, but I've tried asking there and haven't gotten a response. And the recycle bin is working when a file is deleted from a Windows machine on my network so it is an issue specific to Linux.

So my question is, what services, protocol, etc... has to be used (on the server and/or on my Linux machine) to have a functional recycle bin on the FreeNAS shared drive? If I delete a file on the shared drive from my Linux machine, I would expect it to go to a trash folder and still be on the shared drive. It's working from Windows but not Linux.

View 1 Replies View Related

Networking :: New Drive Installed But Cannot Access Share

Jun 23, 2010

I have just built 2 Ubuntu Desktop machines with a 2TB drive in each. The machines are to sit on a Windows network one as media storage the other to as backup for the first. I have shared a folder on each machine and all the shares can be accessed from the other Ubuntu machine and from the windows machines. The problem: I have installed another 2TB hard drive in each machine and formatted as ext4 file system. I then created a folder on each machines new hard drive and shared as usual. The shared folders can be seen on the network but cannot be accessed by network machines. The error is "Unable to Mount location" "Failed to mount Windows Share".

View 5 Replies View Related

Networking :: Can't Access Mounted Windows Share?

Jan 6, 2010

It's the strangest thing, I've done this on a couple othervers with no issues whatsoever... here goes:I need to mount a windows share to copy some files to it, so I used this command which gets no errors:

Code:
sudo mount -t smbfs -o username=XXXXX,password=XXXXX,domain=XXXX.com //192.168.12.30/operrors /home/XXXX/scripts/operrors

[code]...

View 1 Replies View Related

Networking :: Unable To Access NFS Share Which Is Shared On HP NAS Box?

Aug 3, 2010

Currently I am using HP NAS box and we have installed HP Storage Works storage Mirroring on NAS for Replication. Windows 2008 is installed on this NAS box. I have shared a directory as NFS share on this NAS box and allow anonymous read and write access to all machines. I want to mount and access this NFS share directory on one LINUX machine and this Linux machine has Redhat 5.3 Enterprise edition.

1.The issue I am facing here is, I can mount the NFS share on my Linux machine successfully but I can not do read/write on this NFS share. Whenever I try to access this mounted NFS share, I always get error Permission denied. I can do any read/write operation on this mount point. Please provide the inputs to resolve this issue.

2.How do I mount NFS share with user credential and password? Can I share a directory as NFS share with user credential which I can use when I mount the share? 3.Is there any other way to access NFS share by using user authentication and password?

View 3 Replies View Related

Ubuntu Networking :: Unable To Access Windows 7 Share?

May 5, 2010

I'm currently using ubuntu on my laptop, and I want to access my windows 7 folders via network and file sharing...but there's this problem...

Everytime I want to connect to my Windows 7 pc, it will just prompt me a "password required for xx pc"...and keep looping on every username/password [afaik from the windows account], and I'm unable to login to it.

Even tho I've set "LmCompatibilityLevel" dword key, 1 or 2 [restarted every set] under LSA..it's still the same thing happens...

View 4 Replies View Related

Ubuntu Networking :: New Drive Installed But Cannot Access Share?

Jun 23, 2010

I have just built 2 Ubuntu Desktop machines with a 2TB drive in each.

The machines are to sit on a Windows network one as media storage the other to as backup for the first.

I have shared a folder on each machine and all the shares can be accessed from the other Ubuntu machine and from the windows machines.

I have installed another 2TB hard drive in each machine and formatted as ext4 file system.

I then created a folder on each machines new hard drive and shared as usual. The shared folders can be seen on the network but cannot be accessed by network machines.

The error is "Unable to Mount location" "Failed to mount Windows Share"

View 9 Replies View Related

Ubuntu Networking :: Win 7 Cannot Access Share - Using Webmin To Administer?

Jul 9, 2010

I'm pretty new here and I want to be able to set up my Linux box as a shared drive (so that I can use it as a backup drive to my win7 machine). I'm using webmin to administer Samba and I get to the point where it shows:

Share Name Path Security
homes All Home DirectoriesRead/write to everyone

When I go to my win7 machine it I can browse to the machine (called jira2) and see the folder called homes, but when I click on the folder it says Windows cannot access \JIRA2homes. if I expand the details it says Error code 0x80070035 I am running Ubuntu 10.04.

View 1 Replies View Related

Ubuntu Networking :: Remote Access To Samba Share

Sep 22, 2010

I need to access a windows share at my university's server. When I am at the university, I can access the share by nautilus (or dolphin) in a similar way to ftp:

smb://domain%5Cusername@server/share

The thing is that when I try the above anywhere else except the university, it does not connect. I guess it has something to do with the domain, but I am not sure.

View 5 Replies View Related

Ubuntu Networking :: How To Remotely Access Samba Share

Dec 19, 2010

My work uses an internal software suite where the data is hosted with a linux server. It uses mysql and samba shares. We are currently opening a new location and need to be able to access the samba shares. We are able to access the mysql databases. The samba shares are used to store various files for the software such as updates, invoices (as pdf files), etc. I've setup vpn connections using windows servers in the past but I can't, for the life of me, get a VPN server setup on our linux server that windows will connect to. I've tried openvpn and pptp. I'd prefer to use the built in windows client to connect.

View 8 Replies View Related

Networking :: Share Internet Through A Wireless Access Point?

Aug 8, 2010

I started using Arch just a few days ago. forward traffic to the Wireless access point I created on arch. i am using cable internet (ppp0) which I want to share via a usb wifi adapter running as a WAP. I followed the instructions in this link to enable the AP mode. Afterwards I followed the instructions provided in the Arch Wiki to forward the traffic but because of my inexperience I am still unable to connect to the internet. Here is the output of iptables -nvL :

Code:

Chain INPUT (policy DROP 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
77 31312 ACCEPT all -- lo * 0.0.0.0/0 0.0.0.0/0
0 0 DROP all -- * * 0.0.0.0/0 0.0.0.0/0 state INVALID

[code]....

View 2 Replies View Related

CentOS 5 Networking :: Samba Share Access Restriction?

Apr 29, 2010

cannot restrict share access to a single user. I've played with the security and valid users options in the smb.conf and I can get it to mount if I remove the valid users option, but this does not provide the access restriction I need. I also left it open and tried making the folder permissions rwx for backupadmin only and that didn't work. I'm using a credentials file which I include below, but I've tried manually entering them in the command too.

[root@aaphst02 /]# mount -t cifs //aapsan01/aapxen01 /mnt/aapxen01 --verbose -o credentials=/root/smbcreds
mount.cifs kernel mount options: unc=//aapsan01aapxen01,ip=10.0.1.34,user=backupadmin,ver=1,rw,credentials=/root/smbcreds,pass=********

[Code].....

View 3 Replies View Related

Ubuntu Networking :: Mount A Samba Share To Access It From A Terminal?

Feb 3, 2010

I am trying to properly mount a samba share in order to access it from a terminal and run a script that I've written over a folder in the share. How could I do that? I tried smbclient but after successfully logging in I couldn't issue the sh command. Isn't it possible to have it mounted in the /mnt folder like a normal filesystem?

View 1 Replies View Related

Networking :: Can't Access Ubuntu Share From Windows 7 Machine / Resolve It?

Oct 8, 2010

I am running Ubuntu 9.10 on my desktop right now. I have an external western digital terabyte drive plugged into it. I am able to see it and view it fine. Let's work with my music folder for example. I want to be able to access this music from my Windows 7 laptop so that I may add it to my itunes. However, when I enter the \servershare from the windows 7 laptop it says that the "server" is found but the "share" seems to be invalid. I've checked this 20 times and setting the share name to "music". I've rebooted 2 times on each computer yet to no avail. If I make a share on the Ubuntu desktop I can access it from the laptop. So it seems like it just gets lost when looking inside the external. This was just working last week, then I had to blow away they win 7 lappy and now it just won't work!

View 2 Replies View Related

Ubuntu Networking :: Access A Windows Share With A Netbook Edition?

May 15, 2011

I had the previous edition of Ubuntu Desktop Edition installed on my Acer Aspire 1 and it asked me to upgrade which I then confirmed and proceeded to do. When it was done it started up with the Ubuntu Netbook edition and Samba was removed.

How do I access a windows share with a netbook edition, because there's no places menu? What programs / addons do I need to install to be able to access windows shares when using the netbook edition?? Otherwise, how can I revert back to my previous edition of Ubuntu which I was happy with?

View 2 Replies View Related

Networking :: Samba Config - Cannot Access Share On Home Network

Sep 1, 2010

I've used Samba for several years and when it works it's great. Unfortunately from time to time it seems to get messed up and either all the 7 machines on my home network can't be seen or I can't access the shares on some. I have 2 Windows XP computers 4 Kubuntu and one Linux Mint KDE, all the latest versions. I'd rather not plough through all the documentation for Samba, but would really like a "model" smb.conf with a few comments about parts that might have legitimate variants. I have researched this with Google searches many times but have failed to find the information I need in concise form.

View 4 Replies View Related

Ubuntu Networking :: Samba Share Cannot Access Symbolic Links To Other Drives?

Jan 10, 2011

I've created two samba shares, /media/disk1 and /media/disk2 say the structure is like this:

/media/disk1/dir1
/media/disk1/dir2 links to /media/disk1/dir1
/media/disk2/dir1 links to /media/disk1/dir1

so I can access /media/disk1/dir1 and /media/disk1/dir2 from samba share, but I cannot access /media/disk2/dir1, on Windows 7 it throws:

Quote:

[Window Title]
Location is not available
[Content]
N:dir1 is not accessible.
Access is denied.
[OK]

In conclusion, symbolic inside the same drive is okay, but when cross-drive links happened, I cannot access them..

View 2 Replies View Related

Ubuntu Networking :: Xfce Share Asks For Password But Wont Allow Access

Apr 20, 2011

Have setup using Samba a share on the documents folder. When I attempt to access it from another PC, when access is allowed to everyone, all works perfectly.However, when I allow access just to a user, on attempting to access this folder, it asks for a password but on entering the correct password it does not allow access.

View 3 Replies View Related

Ubuntu Networking :: Unable To Access Samba Share From Windows Machine?

Jul 15, 2011

I am unable to access samba share from my windows machine. I am getting the following error

View 9 Replies View Related

General :: How To Access Samba Share From Both Fedora And XP

May 12, 2011

I installed samba server on fedora13 last week and share some files from samba server GUI. I also created samba user and password for shared folders but I can't get access samba share folder from neither fedora machine nor Windows XP. When I open samba share from other fedora such as smb://192.168.10.2. I can see share file and when I browse folder, password required box is appeared but after I put samba username and password. The Error message is Unable to mount location Failed to mount Windows share. Even when I browsed samba share from windows xp.

Error message is \192.168.10.2smbshare is not accessible. You might not persioon to use this network resource. Contact the administrator. The network path was not found. How can I get access samba share from both fedora and XP that is what I installed on server:

[root@fedora2 mnt]# rpm -qa samba*
samba-winbind-clients-3.5.2-60.fc13.i686
samba-swat-3.5.8-74.fc13.i686
samba-client-3.5.8-74.fc13.i686
samba-3.5.8-74.fc13.i686
samba-common-3.5.8-74.fc13.i686

and here is my smb.conf file
# Samba config file created using SWAT
# from UNKNOWN (127.0.0.1)
# Date: 2011/04/29 22:05:08

[global]
workgroup = workgroup
server string = Samba Server Version %v
security = user
guest account = youth
log file = /var/log/samba/log.%m
max log size = 50
guest ok = yes
cups options = raw
smb passwd file = /etc/samba/smbpasswd
;encrypt passwords = yes

[homes]
comment = for all users
read only = No
;browseable = yes
path = /home/aung/smbshare

[printers]
comment = All Printers
path = /var/spool/samba
printable = Yes
browseable = No
[Public]
path = /home/aung/Public
read only = no
;browseable = yes
valid users = abrt, ftp, operator, youth, yu

[smbshare]
comment = personal share
path = /home/aung/smbshare
write list = yu
read only = no
;browseable = yes
valid users = youth

View 2 Replies View Related

Software :: Cannot Access Samba Share In Fedora 9

Jul 12, 2009

I'm relatively new to liunx and I have recently installed Fedora 9 to act as a media server. I thought everything was going well until I tried to connect to my Samba share but could not.Not sure what the netbios is but I believe this can be anything I want?So as far as I can tell, the laptop can see the Samba Share, Fedora can see it's own Samba share but nothing (both laptops XP and Vista or the Media Player) can connect to the /public folder..I don't login to either Laptop with a user account, so I believe I do not have to create a user.

View 7 Replies View Related

Ubuntu Networking :: Samba - Access The Share On 300 Windows Machine - Systems At A Time

Mar 8, 2011

I have ubunto desktop 10.04 LTS I installed samba and able to access the share on windows machines. However i want to access the share on 300 windows machine(for example) systems at a time Is it possible.

View 5 Replies View Related

Red Hat / Fedora :: Access Samba Share By Hostname From Win7

Mar 13, 2011

why cant I access samba share by short-hostname from win7.when I ping short-hostname, the answer is the actual ip and short-hostname.mydomain.com pinging short-hostname does work, but accessing it from start-run does not! accessing by ip or short-hostname.mydomain.com works fine.ssh by short-hostname from win7 works fine too.

View 2 Replies View Related

Fedora Servers :: Access Samba Share By Hostname From Win7

Mar 13, 2011

Running samba-3.5.6-71.fc14.x86_64. Why cant I access samba share by short-hostname from win7. When I ping short-hostname, the answer is the actual ip and short-hostname.mydomain.com

sa pinging short-hostname does work, but accessing it from start-run does not! Accessing by ip or short-hostname.mydomain.com works fine. ssh by short-hostname from win7 works fine too.

View 14 Replies View Related

Fedora :: Share Music Across Partitions / Operating Systems Without Allowing Complete Access?

Aug 9, 2009

I'm dual booting Mac and Fedora 11. My music is on the mac side, and is too large to copy to the Fedora partition. What is the best option for sharing between the two partitions.
I used to copy the itunes folder to public, but that allows anyone access.

What's the best way to do this without allowing complete access?

View 14 Replies View Related







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