From: Speccyfighter <zxwarior@tut.by>
To: "Геннадий Ищенко" <anarhoret@mail.ru>,
"ALT Linux Community general discussions"
<community@lists.altlinux.org>
Subject: Re: [Comm] добавление жесткого диска
Date: Sat, 15 Nov 2008 11:14:18 +0200
Message-ID: <491E92EA.3070500@tut.by> (raw)
In-Reply-To: <E1L1Dwu-000JRL-00.anarhoret-mail-ru@f184.mail.ru>
Геннадий Ищенко пишет:
>
> Винчестер IDE фирмы Segate 80Gb. Из полемики выудил свою ошибку.
> Прописанная в fstab строка не заканчивалась <Enter> - отсюда, наверное,
> и "bad" при попытке автомонтирования. Все проверю в понедельник, всем
> спасибо. С уважением, Ищенко Геннадий
>
Нет.
> В fstab прописал: /dev/sdb5 /mnt/disk2 vfat
suid,nodev,noexec,users,rw 0 0
> В /mnt создал раздел disk2 со свободным доступом.
Ошибка в отсутствии параметра umask=0 (разрешить всем все)
umask определяет какие права следует удалить из стандартного набора прав
присваеваемых файлу-каталогу в восьмиричной системе
Диаметрально противоположно команде
chmod 000
Поэтому, рекомендую прописать в /etc/fstab строку так:
/dev/sdb5 /mnt/disk2 vfat
users,iocharset=utf8,codepage=866,noexec,umask=0 0 0
users - дает право моунт-юмаунт группе users
(или user - пользовательское право на маунт-юмаунт
кто смонтировал, тот отмонтирует)
umask=0 (всем можно все; указывает, какие права надо удалить из
стандартного набора прав; 000-удалить полный запрет;
подробнее о правах доступа на файлы)
noexec - запретить запуск бинарников на fs
Набор символов и кодовая страница - позволит нормально читать
файлы с русскими именами на разделе, если hdd подключить к
компьютеру с Windows
next prev parent reply other threads:[~2008-11-15 9:14 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-11-14 6:06 Геннадий Ищенко
2008-11-14 6:44 ` Motsyo Gennadi aka Drool
2008-11-14 13:53 ` Геннадий Ищенко
2008-11-14 13:57 ` Motsyo Gennadi aka Drool
2008-11-14 14:13 ` Геннадий Ищенко
2008-11-14 14:26 ` Лебедев Артём
2008-11-14 15:01 ` Геннадий Ищенко
2008-11-14 15:00 ` Alexey I. Froloff
2008-11-14 15:05 ` Геннадий Ищенко
2008-11-14 15:46 ` Alexey I. Froloff
2008-11-14 16:15 ` Motsyo Gennadi aka Drool
2008-11-14 17:51 ` Speccyfighter
2008-11-14 18:08 ` Alexey I. Froloff
2008-11-14 18:14 ` Speccyfighter
2008-11-14 18:23 ` Speccyfighter
2008-11-14 18:49 ` Alexey I. Froloff
2008-11-14 19:06 ` Speccyfighter
2008-11-14 19:09 ` Andrey Rahmatullin
2008-11-14 18:51 ` Motsyo Gennadi aka Drool
2008-11-14 19:10 ` Speccyfighter
2008-11-14 16:36 ` Ilis
2008-11-14 19:17 ` Speccyfighter
2008-11-14 19:21 ` Andrey Rahmatullin
2008-11-14 20:21 ` Alexey I. Froloff
2008-11-14 22:30 ` Speccyfighter
2008-11-14 22:36 ` Andrey Rahmatullin
2008-11-14 23:18 ` Speccyfighter
2008-11-15 5:44 ` Геннадий Ищенко
2008-11-15 6:07 ` Speccyfighter
2008-11-15 9:14 ` Speccyfighter [this message]
2008-11-15 9:17 ` Andrey Rahmatullin
2008-11-15 10:43 ` Speccyfighter
2008-11-15 11:01 ` Andrey Rahmatullin
2008-11-15 11:40 ` Speccyfighter
2008-11-15 11:46 ` Andrey Rahmatullin
2008-11-15 13:01 ` Speccyfighter
2008-11-15 13:05 ` Andrey Rahmatullin
2008-11-15 14:49 ` Speccyfighter
2008-11-15 14:55 ` Andrey Rahmatullin
2008-11-17 5:33 ` Геннадий Ищенко
2008-11-17 6:09 ` Serge
2008-11-14 10:48 ` Michael A. Kangin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=491E92EA.3070500@tut.by \
--to=zxwarior@tut.by \
--cc=anarhoret@mail.ru \
--cc=community@lists.altlinux.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
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