ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: "Алексей Синицын" <asinitsinster@gmail.com>
To: "ALT Linux Community" <community@lists.altlinux.org>
Subject: Re: [Comm] Остаются записи в fstab при неправильном извлечении USB-Flash
Date: Sat, 18 Aug 2007 11:59:04 +0400
Message-ID: <a1b0b2150708180059j5bcea4c1j2a10498277bce60e@mail.gmail.com> (raw)
In-Reply-To: <46C49087.4060807@rambler.ru>

16.08.07, Olvin<olvin@rambler.ru> написал(а):

> (наблюдал на mplayer и xine). А пользователь не всегда (в силу своих
> знаний) может определить, что за процесс виноват и что вообще
> происходит. Я могу, конечно, написать костыль и дать доступ на него
> через sudo. Так и приходится делать в случае с подвисанием smb, правами
> на /dev/nvidiactl при неправильном выходе из системы, утечками памяти
> при работе с fusesmb; cdrom, который подмонтирован более одного раза
> (пользователь вообще не может его отмонтировать) и т.д.
>

 Маленький костылик для неразмонтированного устройства.

 Писалось для CD когда ломало искать кто-же его использует, поэтому
eject; нет проверки что отключается, то есть если попытаться
размонтировать корень то должны прибиться все процессы (в том числе
иксы, а может и нет точно не помню; на то что устройство занято
простая проверка вроде есть); и umount уже устарел ныне pumount:

8:44 al@wind ~ $ cat bin/fumnt
#!/bin/bash
#
# force umount

if [ "$1" = "" ];
    then echo не указано какое устройство отключать ;
    exit ;
fi

#if [ "`umount  $1 2>&1`" != "" ];
if [ "`umount  $1 2>&1|grep busy`" != "" ];
    then echo "устройство занято, принудительно отключаем" ;
    /sbin/fuser -vkm $1 ;
    else echo "устройство не занято";
    eject $1 ;
    exit ;
fi

if [ -n "`eject $1 2>&1`" ];
    then xmessage "устройство $1 - не оключается" ;
fi
11:40 al@wind ~ $

      reply	other threads:[~2007-08-18  7:59 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-08-15  3:51 Olvin
2007-08-15  6:00 ` Aleksander N.Gorohovski
2007-08-15  6:11 ` Roman Savochenko
2007-08-15  7:04 ` Michael Shigorin
2007-08-15 15:47   ` Olvin
2007-08-15 15:56     ` Andrey Rahmatullin
2007-08-15 16:06     ` Michael Shigorin
2007-08-16 17:59       ` Olvin
2007-08-18  7:59         ` Алексей Синицын [this message]

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=a1b0b2150708180059j5bcea4c1j2a10498277bce60e@mail.gmail.com \
    --to=asinitsinster@gmail.com \
    --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