On Sun, 30 Oct 2005, Magnus Larsson wrote:

> Hi again!
> 
> Now i feel stupid but also more confused than ever. It works.
>  fdisk -l /dev/sda gives (swedish is my language): 
> 
> Disk /dev/sda: 256 MB, 256622592 byte
> 16 huvuden, 32 sektorer/spår, 978 cylindrar
> Enheter = cylindrar av 512 × 512 = 262144 byte
> 
>     Enhet Start     Början        Slut     Block    Id  System
> /dev/sda1   *           1         979      250608    6  FAT16
> 
> ----
> 
> as I see it, no problems. 
> 
> And, behold, suddenly I find the images from the camera. They appear in a 
> folder /media/usbdisk. But why they appear there is a mystery to me. My fstab 
> looks like: 

You have an automount program running, probably hald.  When it detects a
new device has been plugged in, it automatically creates a directory for
the device and mounts it.

In fact, the effects of hald were visible in the log you posted.  Part of 
the reason it was so long is because hald constantly probes removable 
devices, around one per second, to see when they get unplugged.  Every one 
of those probes generated a bunch of lines in the log.

> # /etc/fstab: static file system information.
> #
> # <file system> <mount point>   <type>  <options>       <dump>  <pass>
> proc            /proc           proc    defaults        0       0
> /dev/hdb1       /               ext3    defaults,errors=remount-ro 0       1
> /dev/hdb4       /home           ext3    defaults        0       2
> /dev/hdb3       /usr            ext3    defaults        0       2
> /dev/hdb2       none            swap    sw              0       0
> /dev/hdc        /media/cdrom0   udf,iso9660 ro,user,noauto  0       0
> /dev/fd0        /media/floppy0  auto    rw,user,noauto  0       0
> /dev/hda1     /mnt            ntfs    nls=utf8,user,uid=1000  0       0
> 
> 
> And upon connecting the camera, konqueror consistently opens a new window 
> trying to show /sda1, with an error msg. 

That's not surprising, since you have no /sda1.  There must be a way to 
reconfigure konqueror, but I don't know how.

> So it turns out that it does work, connecting, but I get very confused on 
> what 
> gets mounted where, and why. Do you have any idea about this?
> 
> Anyway, I do get the pinctures into the machine now, even if at an unexpected 
> place...

You can read the "man" pages for hald, and there are web sites with more 
information about it.

Alan Stern



-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
[email protected]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-users

Reply via email to