ALT Linux Bugzilla
– Attachment 2584 Details for
Bug 15340
hal не может размонтировать дважды смонтированное устройство
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
hls.sh
hls.sh (text/plain), 824 bytes, created by
Sir Raorn
on 2008-04-21 23:27:20 MSD
(
hide
)
Description:
hls.sh
Filename:
MIME Type:
Creator:
Sir Raorn
Created:
2008-04-21 23:27:20 MSD
Size:
824 bytes
patch
obsolete
>#!/bin/sh > >volumes="`hal-find-by-capability --capability volume 2>/dev/null`" > >[ -z "$volumes" ] && exit 0 > >for vol in $volumes; do > [ "`hal-get-property --udi $vol --key volume.ignore 2>/dev/null`" = "true" ] && continue > stdev="`hal-get-property --udi $vol --key block.storage_device 2>/dev/null`" > [ "`hal-get-property --udi $stdev --key storage.removable 2>/dev/null`" != "true" -a "`hal-get-property --udi $stdev --key storage.hotpluggable 2>/dev/null`" != "true" ] && continue > dev="`hal-get-property --udi $vol --key block.device 2>/dev/null`" > if [ "`hal-get-property --udi $vol --key volume.is_mounted 2>/dev/null`" = "true" ]; then > mp="`hal-get-property --udi $vol --key volume.mount_point 2>/dev/null`" > echo "device: $dev (mounted to $mp)" > else > echo "device: $dev (not mounted)" > fi >done
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 15340
: 2584