02-23-2012
Could you please post your samba config? If the problem occurred suddenly: did you try rolling back to an earlier restoration point (I don't know the English word...) on the client? Can you access other services within your network? Is there a firewall on the samba server? And what OS is it?
This User Gave Thanks to chmod666 For This Post:
8 More Discussions You Might Find Interesting
1. UNIX for Dummies Questions & Answers
Hi, I am very new to Unix, do know some RedHat linux. I am wanting to install samba on my unix machine. Not sure where to start, any help would be very much appreciated.
Thanks,
Chris Lewis (4 Replies)
Discussion started by: lewy33
4 Replies
2. UNIX for Dummies Questions & Answers
Hi Gurus
can I emulate solaris/sparc on virtualbox? Or other emulator to run solaris for sparc in my win7 PC?
regards,
Israel. (9 Replies)
Discussion started by: iga3725
9 Replies
3. Solaris
Hi All, I've been trying to configure samba on Solaris 10 to allow me to have one share that is open and writable to all users and have the rest of my shares password protected by a generic account.
If I set my security to user, my secured shares work just fine and prompt accordingly, but when... (0 Replies)
Discussion started by: ideal2545
0 Replies
4. Linux
Hi,
I am using win7 on my PC and installed VMware on it on which i am running linux
I am unable to ping my linux guest from my win machine,
but i can ping my windows host from linux guest :
Below is my system configuration
Linux
root@localhost ~]# ifconfig
eth0 Link... (9 Replies)
Discussion started by: chander_1987
9 Replies
5. UNIX and Linux Applications
Hi Guys,
Kindly advise what options/settings needed in smb.conf to support win7.
currently we are experiencing slow connection issues from our recently upgraded win7 from XP to our Samba server ver. 3.0.33-3.7.el5_3.1 (1 Reply)
Discussion started by: RobertG
1 Replies
6. Proxy Server
I have an issue with my Samba share - I am unable to write to it, edit a file or rename a folder etc within Windows.
I am using Windows 7 and Ubuntu 12.04 and this is my Samba config.
I can connect to the /sylius directory no problem (no password required), but I cannot save to it.
Is... (3 Replies)
Discussion started by: crmpicco
3 Replies
7. UNIX for Advanced & Expert Users
Hello all,
Earlier I had a mac book and created a HFS+ file system on Seagate 1 TB external HDD, copied around 200 GB content. Now, I have a Windows 7 machine and wanted to copy the HDD contents to this new machine. Tried using MacDrive10 to mount HFS+ file system in Windows. Mouting is fine and... (1 Reply)
Discussion started by: matrixmadhan
1 Replies
8. Windows & DOS: Issues & Discussions
So, I finally got around to getting Dreamscene to work with my Win 7 (64bit) Laptop.
The only thing I find quite annoying, is that I have to "right click" a video file (.wmv/.mpg) and select "Set a Background" each time I want to change the video file.
Is there a way to 'directly forward' a... (1 Reply)
Discussion started by: pasc
1 Replies
LEARN ABOUT OSX
vfs_readonly
VFS_READONLY(8) VFS_READONLY(8)
NAME
vfs_readonly - make a Samba share read only for a specified time period
SYNOPSIS
vfs objects = readonly
DESCRIPTION
This VFS module is part of the samba(7) suite.
The vfs_readonly VFS module marks a share as read only for all clients connecting within the configured time period. Clients connecting
during this time will be denied write access to all files in the share, irrespective of ther actual access privileges.
This module is stackable.
OPTIONS
readonly:period = BEGIN, END
Only mark the share as read only if the client connection was made between the times marked by the BEGIN and END date specifiers. The
syntax of these date specifiers is the same as that accepted by the -d option of GNU date(1).
EXAMPLES
Mark all shares read only:
[global]
vfs objects = readonly
Mark the [backup] share as read only during business hours:
[backup]
path = /readonly
vfs objects = readonly
readonly:period = readonly:period = "today 9:00","today 17:00"
VERSION
This man page is correct for version 3.0.25 of the Samba suite.
AUTHOR
The original Samba software and related utilities were created by Andrew Tridgell. Samba is now developed by the Samba Team as an Open
Source project similar to the way the Linux kernel is developed.
VFS_READONLY(8)