Re: Questions re samba/cifs stuff in general
- From: Mitsuho Iizuka <m-iizuka@xxxxxxxxxxxxx>
- Date: Thu, 31 Jan 2008 11:34:59 +0900 (JST)
Hi,
From: Rick Stevens <rstevens@xxxxxxxxxxxx>
Subject: Re: Questions re samba/cifs stuff in general
Date: Wed, 30 Jan 2008 18:11:42 -0800
smbmount was killed off in favor of mount.cifs. However, it's easier to
use a standard mount command, but specify "-t cifs":
mount -t cifs //server/share /mountpoint \
-o user=username,domain=workgroup,password=password
or you could put all the options in one option:
-o user=workgroup/username%password
Even better, use a credentials file with the username and password in
it so it's not visible in a command history:
-o domain=workgroupname,credentials=/path/to/cred/file
I would like to mount it automatically.
So, is it possible to put those lines into /etc/fstab as follows ?
//server/share /mountpoint cifs user=workgroup/username%password 0 0
Regards,
// Mitsuho Iizuka
--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
- Follow-Ups:
- Re: Questions re samba/cifs stuff in general
- From: Stuart Sears
- Re: Questions re samba/cifs stuff in general
- References:
- Questions re samba/cifs stuff in general
- From: Gene Heskett
- Re: Questions re samba/cifs stuff in general
- From: Rick Stevens
- Questions re samba/cifs stuff in general
- Prev by Date: Re: Questions re samba/cifs stuff in general
- Next by Date: Re: Good bye - So long and thanks for all the fish.
- Previous by thread: Re: Questions re samba/cifs stuff in general
- Next by thread: Re: Questions re samba/cifs stuff in general
- Index(es):
Relevant Pages
|
|