ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] Монтирование ntfs по samba
@ 2008-02-07 12:06 Konstantin. A. Bylym
  0 siblings, 0 replies; only message in thread
From: Konstantin. A. Bylym @ 2008-02-07 12:06 UTC (permalink / raw)
  To: ALT Linux Community

Доброго дня.
Подскажите, как правильно смонтировать ресурс с вин-машины (ntfs), чтобы
при копировании файлов из линукс копировались бы и атрибуты файла?
Сейчас монтируется так:
# cat ./mounter
#!/bin/sh

OPTIONS="domain=KUGG,dir_mode=0777,file_mode=0666,umask=0000,suid,users,rw,quiet"
USER1="username=user,password=password"
LOCALE="iocharset=utf8,codepage=cp866"

mount -t cifs  -o $OPTIONS,$USER1,$LOCALE "//bserver/Share Dokum"
"/mnt/bserver/share docum"
mount -t cifs -o $OPTIONS,$USER1,$LOCALE "//bserver/Version"
"/mnt/bserver/version"


Спасибо.
-- 
Программисту всегда известна последовательность действий, которыми
пользователь
может повесить его программу, но он никогда не чинит эту проблему,
надеясь на
то, что никому никогда не придёт в голову эту последовательность исполнять.
--
wbr, Константин Былым


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-02-07 12:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-07 12:06 [Comm] Монтирование ntfs по samba Konstantin. A. Bylym

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git