ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] Troubles with floppy write permissions
@ 2004-08-12 17:34 Artem Vakhitov
  2004-08-12 23:14 ` [Comm] " Michael Shigorin
  2004-08-13 10:12 ` [Comm] " Maksim Otstavnov
  0 siblings, 2 replies; 6+ messages in thread
From: Artem Vakhitov @ 2004-08-12 17:34 UTC (permalink / raw)
  To: community

Всем привет,

у меня одно время не было дисковода, и вот сегодня я его поставил. 
Добавил в /etc/fstab следующее:

/dev/floppy             /mnt/floppy             subfs   
fs=floppyfss,users,rw,iocharset=koi8-r 0 0

Когда пытаюсь писать на дискету, мне говорят, что я не имею права так с 
ней поступать, и permission мне denied.

В /etc/mtab видим следующее:

/dev/fd0 /mnt/floppy subfs 
rw,noexec,nosuid,nodev,fs=floppyfss,iocharset=koi8-r 0 0

Как сделать так, чтобы я все-таки мог записывать на дискету?

Regards,
Артем Вахитов


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Comm] Re: Troubles with floppy write permissions
  2004-08-12 17:34 [Comm] Troubles with floppy write permissions Artem Vakhitov
@ 2004-08-12 23:14 ` Michael Shigorin
  2004-08-13 20:58   ` Artem Vakhitov
  2004-08-13 10:12 ` [Comm] " Maksim Otstavnov
  1 sibling, 1 reply; 6+ messages in thread
From: Michael Shigorin @ 2004-08-12 23:14 UTC (permalink / raw)
  To: community

On Thu, Aug 12, 2004 at 09:34:48PM +0400, Artem Vakhitov wrote:
> /dev/fd0 /mnt/floppy subfs 
> rw,noexec,nosuid,nodev,fs=floppyfss,iocharset=koi8-r 0 0

umask=000 или uid/gid выставлять. Чего-то более конструктивного в
голову не приходит...

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Comm] Troubles with floppy write permissions
  2004-08-12 17:34 [Comm] Troubles with floppy write permissions Artem Vakhitov
  2004-08-12 23:14 ` [Comm] " Michael Shigorin
@ 2004-08-13 10:12 ` Maksim Otstavnov
  1 sibling, 0 replies; 6+ messages in thread
From: Maksim Otstavnov @ 2004-08-13 10:12 UTC (permalink / raw)
  To: community

Hello Artem,

Thursday, August 12, 2004, 9:34:48 PM, you wrote:

AV> у меня одно время не было дисковода, и вот сегодня я его поставил.
AV> Добавил в /etc/fstab следующее:

AV> /dev/floppy             /mnt/floppy             subfs   
AV> fs=floppyfss,users,rw,iocharset=koi8-r 0 0


А права на "/mnt/floppy" ?




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Comm] Re: Troubles with floppy write permissions
  2004-08-12 23:14 ` [Comm] " Michael Shigorin
@ 2004-08-13 20:58   ` Artem Vakhitov
  2004-08-13 21:05     ` Michael Shigorin
  0 siblings, 1 reply; 6+ messages in thread
From: Artem Vakhitov @ 2004-08-13 20:58 UTC (permalink / raw)
  To: community

Michael Shigorin wrote:
> On Thu, Aug 12, 2004 at 09:34:48PM +0400, Artem Vakhitov wrote:
> 
>>/dev/fd0 /mnt/floppy subfs 
>>rw,noexec,nosuid,nodev,fs=floppyfss,iocharset=koi8-r 0 0
> 
> 
> umask=000 или uid/gid выставлять. Чего-то более конструктивного в
> голову не приходит...

Спасибо! Я выставил umask=000 и сделал права на доступ к /dev/fd0 по 
аналогии с другими дисками (root:floppy), а права на /mnt/floppy оставил 
как были (root:root).

Теперь все пишется, только mc вопит, что "Невозможно сменить режим 
доступа целевого файла: Operation not permitted (1)". Nautilus ничего 
такого мне не говорит.

Как бы заткнуть mc?

Regards,
Артем Вахитов


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Comm] Re: Troubles with floppy write permissions
  2004-08-13 20:58   ` Artem Vakhitov
@ 2004-08-13 21:05     ` Michael Shigorin
  2004-08-13 21:15       ` Artem Vakhitov
  0 siblings, 1 reply; 6+ messages in thread
From: Michael Shigorin @ 2004-08-13 21:05 UTC (permalink / raw)
  To: community

On Sat, Aug 14, 2004 at 12:58:43AM +0400, Artem Vakhitov wrote:
> Как бы заткнуть mc?

опции += quiet

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Comm] Re: Troubles with floppy write permissions
  2004-08-13 21:05     ` Michael Shigorin
@ 2004-08-13 21:15       ` Artem Vakhitov
  0 siblings, 0 replies; 6+ messages in thread
From: Artem Vakhitov @ 2004-08-13 21:15 UTC (permalink / raw)
  To: community

Michael Shigorin wrote:
> On Sat, Aug 14, 2004 at 12:58:43AM +0400, Artem Vakhitov wrote:
> 
>>Как бы заткнуть mc?
> 
> 
> опции += quiet
> 
Спасибо!

Regards,
Артем Вахитов


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2004-08-13 21:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-08-12 17:34 [Comm] Troubles with floppy write permissions Artem Vakhitov
2004-08-12 23:14 ` [Comm] " Michael Shigorin
2004-08-13 20:58   ` Artem Vakhitov
2004-08-13 21:05     ` Michael Shigorin
2004-08-13 21:15       ` Artem Vakhitov
2004-08-13 10:12 ` [Comm] " Maksim Otstavnov

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