Hi Iain,

Sorry, previously I made a mistake running;
# mount /dev/sdb1 /media/disk

It should be 
 # mount /dev/sda1 /media/

The USB enclosure can still be mounted.  They are there.


- snip -

> Now that you kind-of have things happening, what does /var/log/messages
> show when you plug in a usb disk?

After plugin the device,

# cat /var/log/messages
...
Oct 12 17:58:03 localhost dhcpcd[5297]: timed out waiting for a valid DHCP 
server response
Oct 12 17:58:03 localhost cron[5468]: (CRON) STARTUP (V5.0)
Oct 12 17:59:27 localhost (root-5389): GConf server is not in use, shutting 
down.
Oct 12 17:59:27 localhost (root-5389): Exiting
Oct 12 17:59:56 localhost usb 1-4: new high speed USB device using ehci_hcd and 
address 3
Oct 12 17:59:56 localhost usb 1-4: configuration #1 chosen from 1 choice
Oct 12 17:59:56 localhost scsi2 : SCSI emulation for USB Mass Storage devices
Oct 12 17:59:56 localhost usb-storage: device found at 3
Oct 12 17:59:56 localhost usb-storage: waiting for device to settle before 
scanning
Oct 12 18:00:01 localhost cron[5628]: (root) CMD (test -x /usr/sbin/run-crons 
&& /usr/sbin/run-crons )
Oct 12 18:00:01 localhost cron[5629]: (root) CMD (rm -f 
/var/spool/cron/lastrun/cron.hourly)
Oct 12 18:00:02 localhost Vendor: Maxtor 9  Model: HAQA              Rev: 5215
Oct 12 18:00:02 localhost Type:   Direct-Access                      ANSI SCSI 
revision: 02
Oct 12 18:00:02 localhost SCSI device sda: 13281408 512-byte hdwr sectors (6800 
MB)
Oct 12 18:00:02 localhost sda: Write Protect is off
Oct 12 18:00:02 localhost sda: Mode Sense: 00 38 00 00
Oct 12 18:00:02 localhost sda: assuming drive cache: write through
Oct 12 18:00:02 localhost SCSI device sda: 13281408 512-byte hdwr sectors (6800 
MB)
Oct 12 18:00:02 localhost sda: Write Protect is off
Oct 12 18:00:02 localhost sda: Mode Sense: 00 38 00 00
Oct 12 18:00:02 localhost sda: assuming drive cache: write through
Oct 12 18:00:02 localhost sda: sda1 sda2
Oct 12 18:00:02 localhost sd 2:0:0:0: Attached scsi disk sda
Oct 12 18:00:02 localhost usb-storage: device scan complete
Oct 12 18:00:02 localhost scsi.agent[5643]: disk at 
/devices/pci0000:00/0000:00:0b.1/usb1/1-4/1-4:1.0/host2/target2:0:0/2:0:0:0
Oct 12 18:00:16 localhost (root-5710): starting (version 2.14.0), pid 5710 user 
'root'
Oct 12 18:00:16 localhost (root-5710): Resolved address 
"xml:readonly:/etc/gconf/gconf.xml.mandatory" to a read-only configuration 
source at position 0
Oct 12 18:00:16 localhost (root-5710): Resolved address 
"xml:readwrite:/root/.gconf" to a writable configuration source at position 1
Oct 12 18:00:16 localhost (root-5710): Resolved address 
"xml:readonly:/etc/gconf/gconf.xml.defaults" to a read-only configuration 
source at position 2
* end *


But there was no icon displayed on gnome desktop.  Last time following your 
advice running `gnome-volume-manager &` 2 icons popup on desktop and the 
partitions of the device mounted automatically.  It only happens once.


# mount /dev/sda1 /media/
# df -h /media/
Filesystem            Size  Used Avail Use% Mounted on
/dev/sda1             3.7G   72M  3.5G   3% /media/disk
* end *

# umount /media/

# mount /dev/sda2 /media/
# df -h /media/
Filesystem            Size  Used Avail Use% Mounted on
/dev/sda2             2.6G   68M  2.4G   3% /media/disk
* end *


Unplug the device

# cat /var/log/messages
....
....
Oct 12 18:05:35 localhost usb 1-4: USB disconnect, address 3
*end *


B.R.
SL





-- 
[email protected] mailing list

Reply via email to