From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) on sa.int.altlinux.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,SPF_PASS autolearn=ham version=3.2.4 Message-ID: <48C27D43.3050105@rambler.ru> Date: Sat, 06 Sep 2008 16:53:23 +0400 From: "Kharitonov A. Dmitry" User-Agent: Thunderbird 2.0.0.14 (X11/20080719) MIME-Version: 1.0 To: community@lists.altlinux.org, Sisyphus@lists.altlinux.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: [Comm] =?utf-8?q?eeePC_900_=D0=B8_cardreader?= X-BeenThere: community@lists.altlinux.org X-Mailman-Version: 2.1.10b3 Precedence: list Reply-To: ALT Linux Community general discussions List-Id: ALT Linux Community general discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Sep 2008 12:53:26 -0000 Archived-At: List-Archive: List-Post: Есть ли способ сделать автомонтирование карточек? [user@dima ~]$ echo "Please, REMOVE the flashcard"; sleep 10; sudo lshal > ~/lshal1; echo "Please, INSERT the flashcard"; sleep 10; sudo lshal > ~/lshal2; diff -u ~/lshal1 ~/lshal2 Please, REMOVE the flashcard Please, INSERT the flashcard --- /home/user/lshal1 2008-09-06 16:40:35 +0400 +++ /home/user/lshal2 2008-09-06 16:40:45 +0400 @@ -1307,9 +1307,9 @@ storage.model = 'CardReader SD0' (string) storage.no_partitions_hint = false (bool) storage.originating_device = '/org/freedesktop/Hal/devices/usb_device_951_1606_146030377350_if0' (string) - storage.partitioning_scheme = '' (string) + storage.partitioning_scheme = 'mbr' (string) storage.removable = true (bool) - storage.removable.media_available = false (bool) + storage.removable.media_available = true (bool) storage.removable.media_size = 4025483264 (0xeff00000) (uint64) storage.removable.support_async_notification = false (bool) storage.requires_eject = false (bool)