[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-users:35111] Re: can't umount ieee1394 removable disk(ipod)
武藤@Debianぷろじぇくとです。
At Mon, 28 Oct 2002 00:56:47 +0900,
hirono jun wrote:
> # echo "scsi add-single-device 1 0 0 0" > /proc/scsi/scsi
> # echo "scsi remove-single-device 1 0 0 0" > /proc/scsi/scsi
> #ところで、この echo...は、何をしてるんでしょう?とりあえず呪文だ。
ドキュメントがあんまりないですね…カーネルソースのdrivers/scsi/scsi.c
にコメントの形で載っています。
/*
* Usage: echo "scsi add-single-device 0 1 2 3" >/proc/scsi/scsi
* with "0 1 2 3" replaced by your "Host Channel Id Lun".
* Consider this feature BETA.
* CAUTION: This is not for hotplugging your peripherals. As
* SCSI was not designed for this you could damage your
* hardware !
* However perhaps it is legal to switch on an
* already connected device. It is perhaps not
* guaranteed this device doesn't corrupt an ongoing data transfer.
*/
/*
* Usage: echo "scsi remove-single-device 0 1 2 3" >/proc/scsi/scsi
* with "0 1 2 3" replaced by your "Host Channel Id Lun".
*
* Consider this feature pre-BETA.
*
* CAUTION: This is not for hotplugging your peripherals. As
* SCSI was not designed for this you could damage your
* hardware and thoroughly confuse the SCSI subsystem.
*
*/
--
武藤 健志@Debian/JPプロジェクト (kmuto@debian.org, kmuto@debian.or.jp)
日本Linux協会 (kmuto@xxxxxxxxxxx)
有限会社トップスタジオ (kmuto@xxxxxxxxxxxxxxx)
URI: http://www.topstudio.co.jp/~kmuto/ (Debianな話題など)