The Common Internet File System (previously known as SMB) is a layer 7 networking protocol providing file and device sharing across local networks. It was originally designed and implemented by Microsoft as part of the Windows operating system.
Questions tagged [cifs]
429 questions
2
votes
3 answers
Is Samba good for anything in a pure Unix/Linux network?
I'm learning for the LPIC exam which includes a section about Samba. I'm asking myself, whether there is any meaningful or useful application for Samba in a pure Unix/Linux network without any Windows clients or servers?

Thomas Koch
- 221
- 3
- 6
2
votes
1 answer
GVFS Locations Not Available In ~/.gvfs
So, I can mount GVFS locations correctly (specifically CIFS) either from the Gnome "Places" menu, or via the command line gvfs-mount, but the filesystem is not mounted in the expected location; ~/.gvfs. In fact, running the mount command does not…

Aaron Copley
- 12,525
- 5
- 47
- 68
2
votes
3 answers
Disable Windows 2003 File Sharing
What's the best way to temporarily disable the Windows 2003 File Sharing service(s)? Sorta like the equivalent to shutting down Samba on a Linux box.

churnd
- 4,077
- 5
- 34
- 42
2
votes
1 answer
ZFS CIFS shares, clients can't see mount points of other shares in root folder?
I'm in the process of migrating data from a Win2k3 file server to a box running Solaris. All was going well until I started coming across nested shares. An example of this is a share that the photocopiers use to drop scanned documents into, this…

Elladur
- 21
- 2
2
votes
3 answers
PHP-CLI cannot execute scripts on Samba Share (using cifs) inside a guest VM (Centos 6)
I have a centos 6 VM running as a guest within Virtualbox.
I've set up a LAMP stack which I am able to access from the host (Windows) environment.
I've mounted a SMB share using 'mount -t cifs' and I'm able to use apache to serve files from that…

calumbrodie
- 192
- 1
- 3
- 12
2
votes
1 answer
EMC Celerra and Access-based Enumeration
I have a few CIFS shares for Windows on our Celerra, and I've run the EMCABE tool (in enable mode) on one of our CIFS virtual servers. When I check if ABE is enabled using the same tool, it comes back working, however in practice, I can still see…

ARivera3483
- 21
- 2
2
votes
4 answers
Issue with mount.cifs in Ubuntu [while accessing Windows samba share using a localServerUser]
I am having a hard time figuring out an issue while trying to mount a windows share in Ubuntu 10.04.
Issue:
The problem is I am not able to mount a windows share using a serverLocalUser present in the windows-server. But I am able to use smbclient…

sree
- 21
- 1
- 3
2
votes
1 answer
ZFS ACL's with Snapshots
Let's say I have a ZFS filesystem set up to share to users via CIFS, but ACLs are fine grained into the subfolders of the share to where certain users can't go into. Let's also say I'm leveraging ZFS snapshots to enable Windows users to restore…

churnd
- 4,077
- 5
- 34
- 42
2
votes
6 answers
Bash shell snippet to check if mounted Samba share is not busy
#!/bin/sh
mount -t cifs //192.168.5.90/share -o password='' /mnt/tera_nas
rsync -av --super --delete --recursive /home/ /mnt/tera_nas/home/
# sleep 5m (i want to avoid using this)
# Bash shell snippet to check if mounted Samba share is not busy…

cgomezsilva
- 23
- 1
- 5
2
votes
2 answers
Virtualbox running Fedora 15 keeps losing its cifs mount of a windows share
I have an instance of virtualbox running Fedora 15 on my Windows XP machine. The Windows box (Z8GQ9439) is sharing a folder (rlevesq).
I am mounting that drive in the /etc/fstab as follows:
//Z8GQ9439/rlevesq /mnt/rlevesq cifs …

curlingdude
- 123
- 4
2
votes
1 answer
NTFS network file copy hangs on +R attrib files / Server 2008 R2
I have encountered at least two server 2008 R2 machines that were recently built that exhibit identical behavior. When using explorer to copy a folder of files from or to the affected host, any file that is +R (read only) attribute flagged causes…

Aszurom
- 463
- 2
- 8
- 19
2
votes
1 answer
How I can prevent multiple mountings?
I have a Ubuntu Server, a NAS, and I am using CIFS protocol to mount. I ran into a situation where I had repeats of the same mount. The below is the output of me running the mount:
//10.0.1.38/FOO on /home/s3backup/mnt/FOO type cifs…

engineerchuan
- 407
- 7
- 15
2
votes
1 answer
How to check which user a share was mapped as
I am using net use to map shares on a windows machine to Red Hat Linux using Likewise CIFS. I was wondering if there is a way to check which user a particular share was mapped as. I desire this information because Guest Mode is enabled which will…

bschaffer13
- 23
- 2
2
votes
3 answers
Access Windows file share over the internet
At home I have a fileserver which is running Windows XP Pro. There are various SMB shares set up on it which can be accessed fine from within the network.
Recently there has been the need to access the files on the fileserver from outside the…

Dan
- 195
- 1
- 8
2
votes
2 answers
Partions, RAID, LVMs, and Encryption
I have an existing production server that is running 4 drives each 750 GB in size in two software RAID levels. RAID 1 for the /boot partition and RAID 5 for the rest of the partitions including the /share volume that is used for serving files to…

John
- 2,276
- 7
- 44
- 60