* [Comm] (без темы)
@ 2008-05-19 18:17 Sofia
2008-05-20 2:09 ` [Comm] ( без темы ) Vyacheslav Brunev
0 siblings, 1 reply; 5+ messages in thread
From: Sofia @ 2008-05-19 18:17 UTC (permalink / raw)
To: ALT Linux Community general discussions
Добрый день!
подскажите пожалуйста, что надо прописать в /etc/fstab , чтобы USB-ый жесткий диск подключался не только для чтения, но и для записи.
На данный момент имеем следующую строку:
/dev/sdb1 /media/USB ntfs-3g rw,user,locale=ru_RU.utf8 0 0
я что-то делаю не так... Как правильно?
Спасибо.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Comm] ( без темы )
2008-05-19 18:17 [Comm] (без темы) Sofia
@ 2008-05-20 2:09 ` Vyacheslav Brunev
2008-05-20 4:09 ` Andrey Rahmatullin
0 siblings, 1 reply; 5+ messages in thread
From: Vyacheslav Brunev @ 2008-05-20 2:09 UTC (permalink / raw)
To: Sofia, ALT Linux Community general discussions
В сообщении от Tuesday 20 May 2008 01:17:12 Sofia написал(а):
> /dev/sdb1 /media/USB ntfs-3g rw,user,locale=ru_RU.utf8 0 0
В документе (man ntfs-3g) нет ни слова об опциях rw или user поэтому перво наперво уберите их, а во вторых сделайте так:
/dev/sdb1 /media/USB ntfs-3g locale=ru_RU.utf8,umask=0 0 0
Удачи!
--
С уважением, Вячеслав.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Comm] ( без темы )
2008-05-20 2:09 ` [Comm] ( без темы ) Vyacheslav Brunev
@ 2008-05-20 4:09 ` Andrey Rahmatullin
2008-05-20 4:46 ` Хихин Руслан
0 siblings, 1 reply; 5+ messages in thread
From: Andrey Rahmatullin @ 2008-05-20 4:09 UTC (permalink / raw)
To: community
[-- Attachment #1: Type: text/plain, Size: 374 bytes --]
On Tue, May 20, 2008 at 09:09:20AM +0700, Vyacheslav Brunev wrote:
> В документе (man ntfs-3g) нет ни слова об опциях rw или user
Потому что они общесистемные?
--
WBR, wRAR (ALT Linux Team)
Powered by the ALT Linux fortune(8):
> Помогите решить проблему с проигрыванием midi. KMid и playmidi
...все равно не переиграют TiMidity++? ;-)
-- mike in community@
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Comm] ( без темы )
2008-05-20 4:09 ` Andrey Rahmatullin
@ 2008-05-20 4:46 ` Хихин Руслан
2008-05-20 5:08 ` Алексей Шенцев
0 siblings, 1 reply; 5+ messages in thread
From: Хихин Руслан @ 2008-05-20 4:46 UTC (permalink / raw)
To: community
[-- Attachment #1: Type: text/plain, Size: 1196 bytes --]
Здравствуйте Andrey Rahmatullin
В сообщении от 20 мая 2008 Andrey Rahmatullin написал(a):
> On Tue, May 20, 2008 at 09:09:20AM +0700, Vyacheslav Brunev wrote:
> > В документе (man ntfs-3g) нет ни слова об опциях rw или user
>
> Потому что они общесистемные?
Скорее, потому, что они по-умолчанию
" Access Handling and Security
By default, files and directories are owned by the effective user and
group of the mounting process and everybody has full read, write, exe-
cution and directory browsing permissions. If you want to use permis-
sions handling then use the uid and/or the gid options together with
the umask, or fmask and dmask options.
Windows users have full access to the files created by ntfs-3g.
If ntfs-3g is set setuid-root then non-root users will be also able to
mount volumes.
"
Я вообще не уверен, что разработчики ntfs-3g учитывали общесистемные опции
монтирования.
--
А ещё говорят так (fortune):
A morsel of genuine history is a thing so rare as to be always valuable. --
Thomas Jefferson
________________________________________________________________________
С уважением Хихин Руслан
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Comm] ( без темы )
2008-05-20 4:46 ` Хихин Руслан
@ 2008-05-20 5:08 ` Алексей Шенцев
0 siblings, 0 replies; 5+ messages in thread
From: Алексей Шенцев @ 2008-05-20 5:08 UTC (permalink / raw)
To: hihin, ALT Linux Community general discussions
В сообщении от Tuesday 20 May 2008 08:46:53 Хихин Руслан написал(а):
> Скорее, потому, что они по-умолчанию
???
<кусь>
> Я вообще не уверен, что разработчики ntfs-3g учитывали общесистемные опции
> монтирования.
Вообще то про опции rw, user, users сказано в man mount и они ни коим образом
не относятся к типу файловой системы.
--
С уважением Шенцев Алексей Владимирович.
E-mail: ashen@nsrz.ru
XMPP: ashen@altlinux.org, AlexShen@jabber.ru
ICQ: 271053845
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2008-05-20 5:08 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-05-19 18:17 [Comm] (без темы) Sofia
2008-05-20 2:09 ` [Comm] ( без темы ) Vyacheslav Brunev
2008-05-20 4:09 ` Andrey Rahmatullin
2008-05-20 4:46 ` Хихин Руслан
2008-05-20 5:08 ` Алексей Шенцев
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