2
votes
1answer
109 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
101 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 ...
1
vote
1answer
63 views

mount: unknown filesystem type 'cifs'

For some reason, I can mount my NAS using cifs as follows: sudo mount -t cifs //10.0.0.210/data -o username=xxxxxxxxxxxxx,password=xxxxxxxxxxx,rw,nounix,iocharset=utf8,file_mode=0644,dir_mode=0755 ...
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
11 views

automatically mount cifs share on boot [duplicate]

I have a script (connect.sh) to mount a windows share, which works when executed manually but I need it to execute by itself as Ubuntu boots (before login) the script contains: #! /bin/bash sudo ...
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 ...
0
votes
0answers
19 views

cifs filesystem not found on mount [duplicate]

I'm trying to mount a Windows 7 in 12.10, but it doesn't seem to have cifs working. I've installed smbfs, winbind, and cifs-utils. If i run: sudo mount -t cifs //servername/shareName /mnt/point I ...
0
votes
1answer
110 views

How to mount a CIFS share so it doesn't warn about external file modifications

This is the current fstab entry for the mount. //qnap/share /data cifs noauto,user,username=qnap,uid=1000,gid=1000 0 0 This works fine and most of the time without any problems. However when ...
1
vote
0answers
414 views

Manual mounting of cifs works fine, but not in fstab

I have a mounting problem that drives me mad at the moment... Using the manual mounting command sudo mount -t cifs //192.168.1.1/shareName /media/shareName -o ...
0
votes
0answers
75 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
932 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
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 ...
2
votes
1answer
106 views

Don't show mounted folders on start

Ubuntu opens a Nautilus for every mounted Windows share right after login. How can I suppress this? It's Ubuntu 12.10 and filesystem is cifs. Thanks in advance.
0
votes
0answers
176 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 ...
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
668 views

Is 12.10 planning to add smb shares as /media besides waiting for Bug #995535 to be fixed

I love this guide found here: https://wiki.ubuntu.com/MountWindowsSharesPermanently but it is not working right for 12.10 in RC and this the closest I've found ...
3
votes
9answers
16k views

12.10 cifs shares not mounting after modifying /etc/fstab

From Ubuntu 11.04 to 12.04 i've been able to mount my nas shares by first making directories in the /media folder, then : sudo gedit /etc/fstab to include the following line for each share I want ...
0
votes
1answer
615 views

Why do my cifs mounted drives become inaccessable after a few hours?

I mount several drives on my machine. //selah-think/UbuntuShare /home/selah/Shares/UbuntuShare cifs exec,credentials=/etc/cifspw,uid=1000,dir_mode=0755,file_mode=0644 0 0 ...
1
vote
1answer
777 views

Why can't I checkout with subversion 1.7 on a mounted cifs share?

I have mounted a share on my Ubuntu machine. I am unable to checkout a subversion working copy onto this share. When I try to do so, I get an error message: svn: E200033: database is locked, ...
2
votes
1answer
1k views

Can't mount CIFS drive

I have a number of fstab entries that will no longer mount. They used to work under 10.04 and after I did a clean install of 12.04, they did work for a while although they would periodically hang up ...
1
vote
0answers
185 views

Hanging cifs mounts on server

For our development work we have a 10.10 x86_64 server running on a HP Proliant 150. The users need to mount some resources from a windows pc in their home directories. Therefore we have multiple ...
3
votes
4answers
5k views

mount.cifs stopped working after last kernel upgrade

Yesterday (05/21) I upgraded my Ubuntu 12.04 kernel: uname -a: Linux vi 3.2.0-24-generic #37-Ubuntu SMP Wed Apr 25 08:43:22 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux After the reboot all my mounts ...
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
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
1answer
2k views

smbfs/cifs won't mount

This fstab has worked for 4 ubuntu versions. All of the sudden, it doesn't work after a reboot, but I had it working under 12.04 yesterday. It still works on another 12.04 machine with no problems. ...
3
votes
1answer
1k views

Error when mounting a NAS drive on Ubuntu Server 11.10

I've got a problem that I just can't figure out. Tried looking at other answers and working through the suggestions, but I still get the same error. I have a ReadyNAS drive with CIFS enabled and ...
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 ...
1
vote
0answers
251 views

How to prevent hangs of Nautilus or Krusader when NAS is disconnected? [closed]

I tried to find a solution for this and I failed. I mount my NAS to my laptop, but when the connection is down the file-manager hang for a lot of time... Since this is a laptop, and it is on the go, ...
0
votes
1answer
259 views

Execute script before specific wireless disconnect?

I have a laptop and NAS. What I want to do is to mount my NAS only when my wireless is connected, and umount it at wireless disconnected. I have written both scripts I wat to run- they check the name ...
2
votes
2answers
3k views

Auto-mounting network shares per user

I have a server that has a number of CIFS shares that need to be accessed on a per-user basis. For example, I have a Music share which I have full access to, but my wife has read-only access. When ...
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/ ...
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 ...
2
votes
2answers
2k views

What am I missing to get symlinks to work with CIFS?

Scenario I have a headless Ubuntu 10.10 RC box running a few service applications on my home network. I have a Windows 2008 Server hosting all my network shares and hard drives. I am currently ...