General :: SMB Share Access In GUI But Not In Cmdline?

Jul 2, 2010

I have a Debian Etch system. From the Gnome file manager, I can easily browse to SMB file shares on the network. So the SMB redirector is apparently present on the system.

Question - how do I access SMB shares from the command line? smbmount command is not available, trying to cd into a smb://... path gives a "No such file" error. I'm not looking for a persistent mapping, just a brief look. Better yet if root access is not necessary.

View 6 Replies


ADVERTISEMENT

General :: How To Access Sambha Share

May 27, 2011

i want to access linux sambha share throgh putty

View 2 Replies View Related

General :: Allow Domain User Access To Share?

Oct 18, 2010

how you allow a domain user to access a smb share when the linux machine (RHEL) that the share is on is on the same subnet as the domain but not joined to it (it has the name of a DC for the domain configured in /etc/hosts.conf also)

View 4 Replies View Related

General :: How To Access Windows's Share From Rhel5

Apr 23, 2010

I want to access shared directory of windows xp from redhat linux. I share 'd:' drive from windows machine.

View 3 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

General :: Share One Folder Between 2 Users With Full RW Access?

Feb 23, 2011

OK, I have a very simple question.

Is it possible to share one folder between 2 users with full RW access without sharing every other directory they own outside that folder?

This seems straight forward enough to me. I've just asked it on #linux at irc.freenode.net but when we tried it became apparent that no one there could tell me how it was done.

View 10 Replies View Related

General :: Unable To Set Permission For User To Access Share

Jan 21, 2010

I'm trying to access a share across the net. the share is a disk "fat32" which I mounted using "vfat users,rw,exec 0 0." However, after I created the samba user "smbpasswd -a user" I'm still unable to access the share across the net. ports are open, and entry has been made in smb.conf for share. But I'm having problems giving permission to smb user. the share it is mounted on /media/share, and I've tried everything from

chmod -R ug+rwx /media/share
chmod -R ugo+rwx /media/share
chown -R user /media/share
and I always get unable to set permission for user

View 1 Replies View Related

General :: Providing Permission To Specific User To Access NFS Share?

Oct 11, 2010

I have two machines between which I need to share a folder.On server1, I have the user 'appuser' that needs to access (read/write/delete) on this share.On server2, 'root' accesses this share and writes to it.I have the following in /etc/exports on server1:/home/app-share 999.999.99.99/28(rw,insecure,sync,no_root_squash)where the number is the IP address. How can I change this to allow 'appuser' access?

View 1 Replies View Related

General :: Give Nfs Share Access To Only Particular User At Client Machine ?

Aug 1, 2010

How to give nfs share access to only particular user at client machine.

View 1 Replies View Related

General :: Windows 7 -Samba Share-Network Access Denied

Feb 8, 2010

I have set up RHEL 5 file server with Winbind and samba services running.I am able to assign and authenticate windows XP users against my RHEL 5 server.No issues.But one or two of my users are using Windows 7 Ultimate edition and they are not able to access my network samba shares.I can view the shares in windows 7 box but trying to access gives me "network access denied error".But i can access the same share in Windows xp machine for the above tested users.Working great but not in windows 7 box.I haven't tested with Vista OS yet.

View 2 Replies View Related

General :: Can't Access System Share From Windows 2008 Server / Enable It?

Jul 1, 2011

I added my SUSE 11 linux server into the Active Directory. My smb.conf looks like this on my linux server

But I am unable to access this test share from windows 2008 server.code...

View 3 Replies View Related

General :: Share Files In System Server And Access Them From Windows Xp Machine?

Aug 18, 2009

I have 30 systems in a LAN . My users need to login as domain user from their XP clients and store their files in the Linux server. They should not be allowed to store in local machine and also should be granted a particular size of space in server.

what are the procedures to be done in linux server and

just like in windows we access shared files in by typing in run command

\192.168.0.1 is there a provision to view shared files from xp to Linux

View 5 Replies View Related

Ubuntu :: Find Out From Cmdline If A Certain Software Is Installed?

Jan 27, 2010

I would like to find out from cmdline (!) if a certain software is already installed.In redhat based Linuxes I could enter something likerpm -qa|grep -i mysoftwarebut this does not work in Ubuntu.How can I find this out with apt?What, if the installation was done by a perl script .pl rather than with apt.How can I find out in this case?

View 1 Replies View Related

Ubuntu :: What Is The Default Cmdline (!) Mail Client

Sep 1, 2010

What is the default cmdline (!) mail client in Ubuntu?

Normally I use Thunderbird as GUI. But occasionally I get to Ubuntu systems where TB is not installed and cannot be installed but I need quick access to mail client
through a commandline based simple mail client.

how to configure this client?

View 4 Replies View Related

Ubuntu :: How To Start/kill X Window Using Cmdline

Jan 3, 2011

Which are the right commands for start and kill the X window using cmdline?

View 3 Replies View Related

Ubuntu :: Opening Nautilus At Specify Screen Location Via CmdLine?

Mar 21, 2010

Can nautilus be open at specific screen location via the command line?

running Karmic

I like to do have this folder opened at a specific location

nautilus --geometry 800x400 /home/user1/testfiles

say at location 100,300

View 2 Replies View Related

Ubuntu :: And 64bit - Gave Up Waiting For Root Device (Boot Args (cat /proc/cmdline))

Jun 18, 2010

I had to reinstall 10.04 because I got an error, waiting for root device. And I figured I knew why I got this error: I changed my xconf.cfg (or whatever the file is in /etc/x11/) -- So this time I downloaded the 64 bit, because I have a 64 bit computer, so though, might as well get it! I've narrowed the problem down to this:

After I install nvidia settings (the x server or whatever?) And change my view to TwinView (I have my laptop monitor and an external monitor), and save the config file, this happens. I will do some more testing, but here is the whole error message: Gave up waiting for root device. Common problems:

- Boot args (cat /proc/cmdline)
- Check rootdelay= (did the system not wait long enough?)
- Check root= (did the system wait for the right device?
- Missing modules (cat /proc/modules; ls /dev)
ALERT! /dev/disk/by-uuid/bcb49367-8554-4116-8e4d2b39d92415cf does not exist. Dropping to a shell!

BusyBox v1.13.3 (Ubuntu 1:1.13.3-1ubuntu11) built-in shell (ash) Enter 'help' for a list of built-in commands.

View 1 Replies View Related

Server :: How To Access NFS Share

Apr 9, 2010

I created nfs share using the system-config-nfs gui on rhel server but is ther a method to access it from another rhel5 server using graphical interface?my question is there a method to access nfs share in gui?

View 3 Replies View Related

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 View Related

OpenSUSE Network :: Cannot Access A Smb Share By Name

Apr 27, 2010

I have some problems accessing a smb share by name. Few day ago I was able to access the share by name but seems that today I cannot access anymore. I tried to restart the computer .. but nothing happened. Notice that the dns server is responding and is working correctly.

How can I debug this problem. It's annoying because I don't know all the IP addresses of our internal servers.

View 9 Replies View Related

Ubuntu Servers :: Can Only Access First NFS Share

Jun 13, 2010

Every time I try to mount a folder from my server, it ignores whatever folder I specify and just mounts the first folder in the exports file.I used to be able to mount more than one nfs folder, so I don't understand what is going on. Google isn't helpful.

View 2 Replies View Related

Ubuntu :: Can't Access Windows Share?

Apr 27, 2011

Overview I have a couple of Pc's that I have installed Ubuntu 10.10 on, standard installs. No install issues I have a FreeNAS box set up with a windows share for various things pictures, videos, musicThe files are located in a directory Media, i.e., media My Pictures mediaMy Videos mediaMy Music each folder has lots of files and directories, specifically My Music has >2000 files/top level directories I connect to the FreeNAS share with no issue and can browse all the files, EXCEPT....The issueI cannot access the My Music directory. Can access Media, see all directories but when I click My Music I get >>The contents could not be displayed.... Sorry, could not display all the contents of "My Music": Invalid argument<

View 5 Replies View Related

Server :: Can See My Samba Share But Cannot Access It.

Apr 24, 2009

This is my first post. I am not all that new to Linux. I have done lots of reading on the OS but always felt a little timid when it came to trying out stuff.Here is my problem I have a stand alone samba server I am trying to setup to share all my digital photos and other doc. I can see the share from other machines. On the windows machines you can see the users home directory and the share itself in an folder icon. Whenever I try to access the share it asks for a passwd. I enter the passwd and the share folder is visible when I click on the folder I get and error message.

View 14 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

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

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







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