Bill Bennett wrote:
>And typed "ps aux|grep hotplug"
>
>and received the reply
>"root 1315 0.0 0.9 3240 556 tty1 R 21.53 0:00 grep hotplug"

This means there is no process running called hotplug, however the
process you are doing to find hotplug does

>I also tried something on my own. With the burner connected, I typed
>"cdrecord -scanbus"
>
>to be told, in part:
>
>"0,0,0   0) 'USB ' 'CD-R/RW 6X4X6 ' 'A.AE' Removable CD-ROM

Ooh! Welcome to the world of "You have been detected, my USB burning
buddy"

>mounted, where was the mount point? I'd still like to get a list
>of what's on the disc I placed in the burner.

This, my fried is where some vi-age is required.
For permament add something like this to /etc/fstab
/dev/scd0 /mnt/usbcd iso9660 user,noauto 0 0

Or, you can type this (as root) whenever you feel like mounting it:
mount -t iso9660 /dev/scd0 /mnt/usbcd

You will have to mkdir /mnt/usbcd -- or you can mount it to whatever
directory of your choosing.

 - Chris
[EMAIL PROTECTED]

Attachment: pgp00000.pgp
Description: PGP signature

-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to