Displaying 20 results from an estimated 1352 matches for "automounts".
Did you mean:
automount
1999 Oct 08
4
Automounting
Is there a way to make samba automatically mount a home directory?
That is, a user logging in (from Linux), enters its username and
password(Samba), and the system automatically mounts the user's home
directory from the samba server(without asking the password again).
Has anyone ever tried to do this? And succedeed :-) ?
--
nneves@di.fc.ul.pt Dept. Informatica, Fac.
2015 Sep 11
2
automounter with users home directories on centos 7.
On Fri, 11 Sep 2015, Jason Welsh wrote:
> ok, I have moved home out of the way and restarted automounter..
> and now I see the /home directory appear when autofs is started, but there is
> still nothing there..
>
> [root at server2 home]# cd /home
> [root at server2 home]# ls
> [root at server2 home]# cd jason
> -bash: cd: jason: No such file or directory
> [root at
2013 Jan 10
2
Samba 4 "Services for UNIX"? [SOLVED]
...utomount/01_attr.ldif --option="dsdb:schema update
allowed"=true
ldbmodify -H /usr/local/samba/private/sam.ldb
/root/SAMBA4/automount/02_class.ldif --option="dsdb:schema update
allowed"=true
Now here's what I did for the actual records. First I created a new OU
tree called Automounts and then three OU's beneath that for Mac, Linux,
Homeless. Mac uses auto_master and linux uses auto.master but I prefer to
have them in separate branches.
Here's a sample record:
dn: automountMapName=auto_master,OU=Mac,OU=Automounts,<DOMAIN>
objectClass: automountMap
objectClass: to...
2017 Aug 18
4
AutoFS
Hi all,
I would like to use AutoFS on Samba but I encounter difficulties with
ldap entries.
I have already add the Automount Schema from the Wiki
(https://wiki.samba.org/index.php/Samba_AD_schema_extensions) but I
can't add "auto_master" and the folowings leaf.
I tried :
dn: automountmapname=auto_master,dc=MYDOMAIN
automountMapName: auto_master
objectClass: automountMap
2007 Dec 07
1
LDAP and Automount
Alle,
I'm following the instructions in section 19.3.3.2 of the docs @
http://www.centos.org/docs/5/html/5.1/Deployment_Guide/s2-nfs-config-autofs-LDAP.html,
but I cannot add the following entry in LDAP:
dn: automountMapName=auto.home,dc=subaru,dc=nao,dc=ac,dc=jp
objectClass: top
objectClass: automountMap
automountMapName: auto.home
After looking at the schemas in /etc/openldap/schema,
2002 Nov 16
3
samba and automount
I'm running Samba with automount to automatically mount CDs in a server.
These CDs need to be changed periodically, so I wanted to use automount so
that they could be changed by the users fairly easily. We use logon scripts
to map the CDs to drive letters when users logon. Unfortunately, it seems
that having a drive mapped is treated like the drive is being used, so as
long as there is
2002 Oct 14
1
good solution for "automount" homes
All,
On our main file server, all our home directorys are automount
points. So /home isn't a real filesystem area, it points to a bunch of
different home areas based on the auto.direct table. Example:
/home/user1 mounts from --> /export/home1/user1
/home/user2 mounts from --> /export/home2/user2
/home/user3 mounts from --> /export/home2/user3
/home/user4 mounts from -->
2005 Aug 15
1
automount problem
hi,
I'm not sure if this is the right list.
my client is sharing a folder via samba (/export)
In that folder there is a automount-entry for my usbstick (/export/usbstick)
On another host i can mount the export with mount.smbfs
As soon as I access the stick (so automount gets active) i cannot umount
the share. Get error: device is busy (automount timeout is set to 2sec.)
When i never access
2018 Oct 19
2
systemd automount of cifs share hangs
Running latest CentOS 7.5. Since I found out about automount unit files
I've had mixed results using them to mount shares from my NAS. Lately they
seem to hang if I touch the mount point, but I can start the mount unit
without problems. I had it working months ago, so I'm thinking something
changed in the systemd updates.
For each mount point, I have two files in /etc/systemd/system
2012 Jul 17
3
samba segfault with autofs schema
Samba 4.0.0beta3, CentOS 6.2 32-bit.
I am loading the automount schema into a vanilla Samba4 database. The
schema can be found at:
http://http://www.cbe.cornell.edu/~smt/Automount_template.txt
and I am loading the schema as follows (samba is shut down):
ldbadd -H private/sam.ldb.d/CN=SCHEMA,CN=CONFIGURATION, \
DC=DOMAIN,DC=TEST,DC=CORNELL,DC=EDU.ldb Automount_template.txt
This appears
2007 Oct 04
0
automounted filesystem appears empty on first reference
I have an odd automount problem. The first time I look in an automounted
filesystem (when the mount is requested), it is empty; the second time
it is not. Moreover, I only see this behavior on Centos 4.x systems, but
not on Centos 5.0 systems going to the same fileserver. Here's an
example, with some details simplified to clarify. In this example,
fileserver1 is exporting fs1.
1997 Sep 23
2
Implementing SAMBA w/ Automounter
I checked the archives and automounter is only mentioned for home dirs.
Our organization would like to implement SAMBA but we have over 150
mount points. Is there a way we can use automounter maps with
SAMBA?
Having to edit smb.conf each time we add/remove a mount point would be quite
annoying and time consuming.
Cheers,
---
Jeff Newton
Computer Services
PMC-Sierra Inc.
2006 Dec 07
1
automount and winbind conflict
Hello,
I have problem with automount, winbind and nsswitch.conf.
When in nsswitch.conf is this line:
automount: files winbind
Then automount won?t start and those messages appears in log:
Dec 7 14:51:20 u116-0xl automount[3135]: lookup_nss_read_master: can't
to read name service switch config.
Dec 7 14:51:20 u116-0xl automount[3135]: master_read_master: can't read
master map
2017 Jun 08
4
using autofs on C-7
Hi all!
I'm trying to set up autofs on my C7 netbook so I can automount a cifs
share (actually two) from my NAS box, and because when I'm not at home
I don't want it attempting to mount it.
so I've read several howtos on it, including the one on the CentOS Wiki.
but what I've got isn't working right, and I don't know why.
I'm trying to follow the
2015 Sep 10
3
automounter with users home directories on centos 7.
----- Original Message -----
|
| [root at server2 home]# mount server1:/home/jason /home/jason
| [root at server2 home]#
| [root at server2 home]# ls /home/jason/
| Desktop Documents Downloads Music mylogfile.txt Pictures Public
| Templates Videos
| [root at server2 home]# df -h /home/jason/
| Filesystem Size Used Avail Use% Mounted on
| server1:/home/jason 297M 19M 278M 7%
2013 Sep 09
1
Samba4 automount schema: convert from flat files to LDAP
Hi
I think I've managed to get the automount classes into the the schema:
ldbsearch
--url=/usr/local/samba/private/sam.ldb.d/"CN=SCHEMA,CN=CONFIGURATION,DC=HH3,DC=SITE.ldb" | grep "dn: CN=automount"
dn: CN=automountKey,CN=Schema,CN=Configuration,DC=hh3,DC=site
dn: CN=automount,CN=Schema,CN=Configuration,DC=hh3,DC=site
dn:
2005 Sep 15
1
automount[18592]: failed to mount /home/.hidden
Hi!
My /var/log/messages files are being filled up with the following error...
Sep 15 10:39:53 comp automount[15138]: >> mount: server:/home/.hidden
failed, reason given by server: Permission denied
Sep 15 10:39:53 comp automount[15138]: mount(nfs): nfs: mount failure
server:/home/.hidden on /home/.hidden
Sep 15 10:39:53 comp automount[15138]: failed to mount /home/.hidden
What is
2007 Apr 05
4
managing directories of symlinks
I''m trying to manage a directory full of symlinks for our users'' home
directories and running into problems.
Our home directories are spread out across multiple NFS partitions.
For flexibility and ease of use, we have a /u directory that contains
symlinks to each user''s specific home directory, e.g. /u/bob ->
/home/k/bob, /u/eric -> /home/b/eric, etc.
The
2003 Aug 26
1
rsync NFS automount home directories, deletes on 2nd run
rsync'ing from NFS automounted /home directories does
not appear to work as expected.
Initially it automounts all the home directories, and
copies the tree. However, when I run the same command
a second time, it deletes all the files for with the
/home directory happened to be unmounted.
Some more details:
Using 'ypmatch -k auto.home', I generate a list of
/home/ directories to backup using ypma...
2012 Aug 01
1
How to trigger automount of USB drives in Centos6
In brief: Is there is anyway to trigger the same automount mechanism,
that X appears to use, on unmounted USB drives that are already
connected?
Background:
I've got a C6 server with default desktop GUI installed for the sake
of the onsite admin. There is a bash script I wrote that runs every
night checking for specific folders on any drive and dumps data into
it.
To ensure fs integrity, I