Tagged Questions
2
votes
1answer
66 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
84 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
1k 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
...
1
vote
1answer
121 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 ...
0
votes
0answers
73 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, ...
4
votes
3answers
896 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
1k 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
656 views
Problems auto-mounting samba/cifs share with fstab
I have been following the same tutorial that everyone else is referencing. My fstab entry is exactly like in the tutorial with changes to actual location. I keep getting the error
mount: only root ...
1
vote
1answer
174 views
How to mount writable samba shares?
I'd like to mount a folder from my Mac on my Ubuntu machine. So far I've enabled file sharing on my Mac and enabled Samba.
On Ubuntu I am able to connect to the share by simply navigating to ...
1
vote
1answer
344 views
fstab SMB share not mounting with read write access to Windows 8 machine
I am using windows 8 and Ubuntu 12.10 and the windows 8 machine is setup as a SMB share. I have read through the man page for cifs-mount, but now matter what I try, I cannot get the share to give me ...
0
votes
0answers
49 views
Where are the cifs logs and how do I enable them?
I have Ubuntu 12.10 running as a guest in VMware. The host is Windows 7 64-bit. The Ubuntu guest is set up a "bridge", so it should just be seen as a computer that is connected to the same switch as ...
1
vote
0answers
287 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
172 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 ...
1
vote
0answers
125 views
cifs mounted NAS drive not passing directory information
I have several NAS drives connected to my server, which are then set up as symbolic links and shared via samba - to allow all the NAS drives to look like 1 drive on the samba share. However, in all ...
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
446 views
Slow gvfs Samba Performance
if I use/acces a Samba Share using Nautilus or manually using "gvfs-mount smb://SERVER-IP/Share" I get a poor Performance, only about 7 mb/s on my 100 Mbit Network.
If I access the same Share on ...
0
votes
0answers
383 views
Can't connect to SAMBA printer with hostname
I'm in a college setting trying to use the printer connected to my desktop PC (running Windows 7) with my laptop running Ubuntu 12.04. Here's a few preliminary details;
Host computer (Windows) name: ...
0
votes
0answers
204 views
Why would accessing photos over a network be a problem for Digikam?
Digikam has always worked nicely for me. I recently setup a Synology DiskStation (DS212+) and moved all my pictures to it, keeping them in an encrypted folder. I mount that folder using cifs, as some ...
0
votes
0answers
338 views
Allowing write access to an SMB mounted drive
Following this guide I was able to get my Samba share to mount on my Ubuntu 12.04 system. I can navigate the folders just fine. However I cannot create a directory nor create a file. I get the ...
0
votes
1answer
533 views
Copy files to an SMB share as non-root user
I would like to access and copy some files to an SMB share. These commands work with sudo, no username/password is needed:
mount.cifs //192.168.1.1/share ~/share/ -o rw
cp *pdf share/
umount share/
...
0
votes
2answers
219 views
Microsoft Office programs (wine) can't save to cifs mount
I have mounted a folder from my NAS (Ubuntu Server 10.4, Samba) on my workstation (Ubuntu 11.4 CIFS) and everything works fine, except MS Office 2010 can't save to that folder. I see Word creates a ...
11
votes
2answers
68k 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
633 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 ...
1
vote
1answer
683 views
Shared folder access from ubuntu is too slow
I've a NAS. From a windows machine it takes 1 or 2 seconds to access shared folders. From Ubuntu (11.10) it takes half a minute only to shows me the credential dialog box and another half to log in ...
0
votes
0answers
780 views
mounting Windows XP share with read/write privileges in Ubuntu 10.04 [closed]
I am having a challenge setting up a network share on a Windows PC using XP with full read/write privileges under Ubuntu Lucid Lynx
Samba is installed and I am using it presently. Have been for a ...
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 ...
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
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 ...
0
votes
1answer
431 views
Nautilus/Samba Mount Problem
On a laptop with Ubuntu 10.04, I have several Nautilus bookmarks to mount various Windows (7 and 2003) shares on my home network, accessed thru OpenVPN. I have full rights to all of these shares, and ...
2
votes
1answer
34k 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/
...
2
votes
1answer
766 views
How to make gvfs-smb always use UTF8
The problem is that if I make an entry in /etc/fstab to mount a samba share I can give the option iocharset=utf8 and this then mounts the share correctly and in the right encoding with special ...
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
1answer
1k views
How to fix Samba read and write permissions for directories in an ext4 partition?
I have two GNU/Linux distors installed on my laptop: ubuntu and archlinux. I have symlinked some diectories from archlinux's home directory to directories in the ubuntu home directoy. Those symlinked ...
5
votes
3answers
1k views
System hangs on shutdown if Windows network drive in fstab
I added a Windows network drive (accessed using WiFi) in my fstab about a month ago:
//Server/Location/foo/bar /media/myNetworkDrive/ cifs ...

