FireWire... no idea USB ->I had a similar problem using an USB stick Make sure that you can see it : /sbin/lsusb Then, mkdir /mnt/usb (or /mnt/media) up to you mount -t vfat /dev/sda /mnt/usb -> should work :-) The USB stick needs to be recognized as "vfat" (most of the the time coming from a Windows Machine) Perhaps the iPod works as the same way.... I did hear some people having trouble on "sda1", and got no error messages with "sda" Let's try with the iPod :-) Stephane -----Original Message----- From: centos-bounces@xxxxxxxxxxx [mailto:centos-bounces@xxxxxxxxxxx]On Behalf Of Johnny Hughes Sent: 06 March 2005 14:08 To: CentOS Users Subject: Re: [Centos] Firewire, USB + CentOS On Mon, 2005-03-07 at 00:36 +1100, Matt Bottrell wrote: > Message I recieved from a work colleage.... > Wonder if anyone can help the guy? > > --------FORWARDED MESSAGE---------------------- > I finally ditched my freebsd and put centos on my box. Trouble is I > can't figure out how to get it to automount my USB and firewire (ipod) > bits. Any ideas? Googling has left me a bit frustrated. No one > seems to be able to do it. I have a /etc/fstab that mounts the usb > key, but nothing else. Everything I find says /dev/sda1 is the dev > for both USB and Firewire, But I doubt it. > --------FORWARDED MESSAGE---------------------- > > I use USB Flash Device (they always come up /dev/sda1) > > I don't use Firewire .. .so I'm useless... anyone got any ideas? > > Cheers, > > Matt. Look in /var/log/messages or do "dmesg | more" after bootup or attaching the devices... The other devices should be /dev/sda2, /dev/sdb1, etc. you should also be able to do "cat /proc/scsi/scsi" do see recognized devices and if you got into /proc/scsi and look around, you can get more info about and devices that are there using cat. They might get automounted into /media .... -- Johnny Hughes <http://www.HughesJR.com/>