Tagged Questions
0
votes
1answer
10 views
Can't access files on mounted shared folder from windows
I have access to a shared folder from windows to get some images for my webpage. I can mount it using the next command:
sudo mount -t cifs //win-server/folder -o username=myuser,password=mypass ...
1
vote
2answers
49 views
Upgraded to 13.04, mount.cifs returns “Invalid argument” -22 error
Just upgraded my Ubuntu Server to 13.04, and the existing and working fstab configuration for a cifs mount is failing with the generic -22 error (invalid argument):
12:38 PM wesley at wsrv cwd ~
$ ...
0
votes
0answers
19 views
stop pam_mount from issueing forceuid and forcegid (samba)
I got a problem mounting a samba share with /etc/security/pam_mount.conf.xml.
Client OS: Ubuntu 12.10 x64
When I manually mount it access right information (user/group/other) are displayed correctly ...
2
votes
1answer
116 views
Permissions of mounted cifs share (Shared from FreeNAS)
I have a FreeNAS installation running under VirtualBox. When I try to mount one of my FreeNAS shares in Ubuntu 12.10, permissions on the share prevent me from entering the directory, listing or ...
0
votes
1answer
104 views
After a failure 13.04 distupgrade, mount is not working anymore with CIFS
I have a problem after doing a failure upgrading to the 13.04 distribution, after installing all packages the script was stopped before deleting all packages (due to a network interrupt).
After ...
3
votes
1answer
2k views
How can I mount cifs shares in (k)ubuntu 13.04?
In (k)ubuntu 12.10, I could mount a cifs drive (from my Apple Airport Extreme) with
sudo mount -t cifs -o user=foobar,password=foobar,rw,hard,nosetuids,noperm //192.168.1.2/Drive ~/mnt/mount_point
...
0
votes
0answers
89 views
Mounting samba share with root priveleges 12.10
How to permanently mount samba share with root priveleges? I've used this FAQ but still getting the same error.
The point is i don't want to send credentials in plane text.
User credentials file:
...
1
vote
1answer
128 views
Redirecting a locally mounted Windows SMB share (CIFS) to a Windows Terminal Server session
I have been living in the linux world only 2 months so far and have hit a problem with the above mentioned task, now explained in more detail:
Our company has 2 Windows Terminal Servers to which the ...
2
votes
1answer
137 views
How do I map users with a samba share?
I have a Synology Diskstation with a published windows share.
On both the server and the client (Ubuntu 12.04) I have user accounts with matching username and passwords. (myth/myth)
The share is ...
0
votes
0answers
122 views
fstab mount mac share not working with new mac?
Hopefully someone can figure this out, because it makes no sense to me.
This is my original fstab line that has been working for years allowing me to auto-mount a shared folder from a Macintosh on my ...
0
votes
0answers
77 views
Setting up user/group access to a usb drive
I'm trying to set up an Ubuntu 12.10 file server and don't know how to create the shares and permissions "properly" to make the system as secure as possible.
I'm looking for practical instructions, ...
1
vote
1answer
1k views
Why am I getting [mount error(22): Invalid argument] while trying to mount SMB network drive?
Disclaimer: I am very new to Linux :)
Anyway, onward:
I have a fresh instance of Ubuntu Server (12.04.1 LTS) running on my network and I want to mount a network drive to the server so I can access ...
4
votes
3answers
939 views
File sharing between Ubuntu VM and Windows 7
I've got Ubuntu 12.04 running as Guest in a virtualized VMware Workstation 9 session on a Windows 7 host. The Windows machine shares a folder with the Ubuntu machine via CIFS and the Ubuntu machine ...
1
vote
1answer
2k views
Mounting samba share in using fstab
I tried to mount a samba share from the local network to a folder in my PC. I added the following line in fstab
sudo mount -t cifs //192.168.1.5/my/folder/ /home/mounts/localmount/
But when I do ...
1
vote
1answer
193 views
Samba share mounting in read-only mode
I used to mount my local network HDD (samba share) using following fstab entry:
//192.168.1.5/PUBLIC /media/MyBookLive smbfs credentials=/home/gacek/.mybookcredentials,uid=1000,gid=1000
Of course, ...
1
vote
0answers
297 views
CIFS - Default security mechanism requested (Mounted Share)
The following message appear every time I reboot/boot my ubuntu 12.04.1
CIFS VFS: default security mechanism requested. The default security mechanism will be upgraded from nbtlm to ntlmv2 in ...
0
votes
0answers
177 views
When I use samba to share a cifs mounted drive all the subdirectories are missing the directory “bits”
I have a NAS drive mounted on a server (fstab):
//192.168.0.181/Videos /mnt/NAS_01 cifs iocharset=utf8,uid=65534,gid=65534,guest,rw,file_mode=0777,dir_mode=0777 0 0
If I go into the directory and ...
9
votes
1answer
3k views
Where did ~/.gvfs go on ubuntu 12.10?
where did ~/.gvfs go on ubuntu 12.10. How can I find the locaton of the mounted through samba folders?
I share a folder with a ubuntu 12.10 machine. I am trying to find the location of the mount ...
2
votes
2answers
2k views
mount remotely mybook live network drive
I have a mybook live western digital 1TB hard disk connected to fritzbox 7270 router in office. When I am in the office, I can mount this drive to ubuntu since I have added to the etc/fstab file:
...
2
votes
0answers
39 views
How to permanently mount a Samba share in 12.04 (gnome-shell 3.4)? [duplicate]
Possible Duplicate:
Proper fstab entry to mount a samba share on boot?
Currently I have a number of share folders that I am using as a very simple home server for media and other files.
...
1
vote
0answers
173 views
How to mount private network shares on login?
I've read all the existing entries I could find on using pam_mount but none of them seem to work for me. I'm trying to automatically mount shares on my local NAS at user login time.
The usernames ...
1
vote
1answer
300 views
Mounting HFS+ drive over network, write not required
I really need to figure out how to configure out how to get my linux box to mount a drive from my mac. They are permanently networked.
My Mac is called fuzzy, and has been set up to allow the Movies ...
2
votes
2answers
6k views
Mount my own samba share?
I would like to access my local data, which is exported as a samba share, as if I am a samba client. Basically, how do I correctly mount my own samba share? The following mount (device) parameters:
...
6
votes
4answers
1k views
Mounting Samba share whenever it's available, unmounting when it's not
I am trying setup permanent samba share mounts. That's not too hard using these instructions. But, I want them to
Automatically remount whenever I join the network where these shares are available.
...
0
votes
2answers
2k views
How to mount a Samba share at boot time? [duplicate]
Possible Duplicate:
Proper fstab entry to mount a samba share on boot?
How to add samba share to fstab to ensure mounting at boot time?
11
votes
2answers
69k views
How to mount a samba shared folder (Ubuntu x Ubuntu)
I have a server for development (Ubuntu 12.04). On that machine, I have a shared folder named "projects". I tried
sudo mount -t smbfs smb://192.168.2.28/projects/myProject /mnt/myProject
on my ...
0
votes
1answer
547 views
Mount command hangs [closed]
When I execute the mount command like so:
sudo mount -a
Or even more specific:
sudo mount /home/skerit/Afbeeldingen/Fotos/
It just hangs. Does nothing. Is there some way to get some debug info?
...
0
votes
1answer
638 views
ACLs do not work correctly on cifs Windows share
Permissions do not function correctly if I mount a Windows 7 share using
sudo mount -t cifs //Host/share /mnt/share -o username="Windows ...
0
votes
3answers
5k views
12.04, mapping network drive from windows server 2003
I'm trying to map a network drive running on a windows server..
I tried using the Connect to Server GUI but didn't get anywhere so I tried mounting it in the terminal but have had little success.
...
0
votes
1answer
908 views
How to mount NAS folders via direct wired connection?
There are two machines connected to each other via network cable. One is notebook Ubuntu 12.04. Another is NAS Western Digital with a Debian.
The NAS has some files shared via samba. I am not sure ...
0
votes
0answers
2k views
Mount cifs on Ubuntu 11.10 [closed]
I try mount some directories on my Ubuntu 11.10, but i can't it.
mount -t cifs //<server ip>/Renan /media/SM\ -\ Renan/ -o username=renan.madeira,password=<password>,domain=<server ...
1
vote
1answer
5k views
Mount - Unable to find suitable address [closed]
I am trying to mount my Windows share through my Ubuntu box (no xwindow), but I continue to get
Unable to find suitable address
I have tried using the raw IP address, I have checked the ...
0
votes
3answers
2k views
unable to read/write CIFS mounts in Ubuntu 11.10
I upgraded my laptop from 11.04 too 11.10 and since then the CIFS mounts are not working.
Before the upgrade it would allow mounts on host names, in 11.10 it's only IP addresses (not much of an ...
1
vote
1answer
35 views
Cannot view mounts remotely
I have several Samba mounts on an Ubuntu server. When I ssh into that box remotely (instead of working directly on the box), I cannot see the mounted file systems (ie, if I ls there are no results).
...
1
vote
1answer
8k views
Mounting windows share with non-root users? [closed]
I'm having some trouble mounting shares on 11.10. I've installed pyNeighborhood through which I can mount windows shares as root. I want to be able to mount them as non-root so that I can write to the ...
8
votes
4answers
21k views
What's the easiest way to mount Windows share as a local folder in home directory?
Via Gnome Nautilus I can easily mount Samba shares from my Ubuntu Server. However, these "mounts" are kinda of fake. Many applications I run do not recognize that Gnome has mounted these server ...
4
votes
1answer
2k views
Mount and share USB disk on Ubuntu Server 10.04
I've just installed and configured a house server with Ubuntu 10.04 (LTS). Everything works fine, but I have a problem:
I want to connect and share with Samba a USB Disk formatted in ext4. I tried to ...
3
votes
2answers
6k views
Unable to mount XP share: Error NT_STATUS_UNSUCCESSFUL
I'm failing with mounting XP share, receiving message:
...
mount error(110): Connection timed out
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
When I try to list ...
2
votes
1answer
35k views
How to map a network drive?
I am unable to map a Windows network drive in Ubuntu. I have entered the following command in the terminal:
karthick@karthick:~$ sudo mount -t cifs -o username=raghu //172.29.32.184 /media/Data/
...
1
vote
1answer
1k views
Auto-mount in fstab no longer working until manually running 'sudo mount -a'
I have 3 SMB shared drives I need to connect to for work purposes. I had Ubuntu 10.10 Maverick and had all my drives loaded into fstab to be auto-mounted. Everything worked fine for a while but just ...
2
votes
3answers
2k views
How to mount a samba share permanently?
How to mount a samba share permanently in ubuntu 10.10? Also i dont want to display the share icon in my desktop. How to acheive this task?
9
votes
6answers
9k views
How do I navigate to a samba location I've mounted in Nautilus on the command line?
Please note: I am two weeks old in Linux. I have found a lot of answers to this question on the internet, tried many, but all failed one way or another. Therefore I dare to ask once again in the hope ...
3
votes
1answer
3k views
Sharing samba-folder with root access
I have a staging server in my network running Ubuntu server 10.10, being my main development area. As I need to access the files in the Apache root from other computers in the network, I have setup ...
1
vote
3answers
537 views
Trying to configure samba share with office server
i'm trying to set up fstab to automatically connect to my office shared server. I'm undoubtedly doing something silly here as the username and password and server name work fine in the first code ...
4
votes
3answers
9k views
How do I mount Samba share as non-root user
Is there a step-by-step tutorial that instructs in detailed step-by-step how to smbmount a Samba share to be used by a non-root user on a Ubuntu 10.04 desktop?
Note: there are numerous threads on ...
1
vote
2answers
2k views
smbmount returns “operation not permitted”
I use the smbfs tools package to mount my SMB shares. I wrote a quick script to mount the share:
#!/bin/sh
/usr/bin/smbmount "\\\\somehost.local\\hostshare" /media/hostshare -o ...
6
votes
3answers
4k views
Simple way to consistently access a SMB mount?
Is there any simple GUI way to make an SMB share persistent? I don't quite remember the steps, but on Windows, once you've mapped a share to a drive, you're given the option to 'reconnect on boot' (or ...
2
votes
2answers
2k views
SeaGate FreeAgent External Hard Drive Keeps Auto-mounting Repeatedly
I plug in my Seagate FreeAgent external hard drive and then plug the USB into my Ubuntu 10.04 machine and, as expected, it mounts in /media. OK, this is great. I can access the files, etc. Then, I ...
