LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Mount error with Ipod on Debian (https://www.linuxquestions.org/questions/linux-hardware-18/mount-error-with-ipod-on-debian-289381/)

ncsuapex 02-12-2005 01:50 PM

Mount error with Ipod on Debian
 
I have a 20gb Ipod that I was able to mount and use on my old RH9 system. I recently went to Debian Sarge and now can not mount my Ipod. Below are some commands and results I've tried, so if anyone has any ideas I would appreciate it.


sudo mount -t vfat /dev/sda2 /mnt/ipod
mount: /dev/sda2 is not a valid block device

ls -al /mnt
drwxr-xr-x 2 root root 4096 2005-02-12 14:01 ipod

jawalton@70chip:/mnt$ cat /proc/mounts
rootfs / rootfs rw 0 0
/dev2/root2 / ext3 rw 0 0
proc /proc proc rw 0 0
devpts /dev/pts devpts rw 0 0
tmpfs /dev/shm tmpfs rw 0 0
usbfs /proc/bus/usb usbfs rw 0 0

cat /proc/bus/ieee1394/devices
Node[0-01:1023] GUID[0000d10080008a5c]:
Vendor ID: `Linux OHCI-1394' [0x000000]
Capabilities: 0x0083c0
Bus Options:
IRMC(1) CMC(1) ISC(1) BMC(0) PMC(0) GEN(0)
LSPD(2) MAX_REC(2048) CYC_CLK_ACC(0)
Host Node Status:
Host Driver : ohci1394
Nodes connected : 2
Nodes active : 2
SelfIDs received: 2
Irm ID : [0-01:1023]
BusMgr ID : [0-63:1023]
In Bus Reset : no
Root : yes
Cycle Master : yes
IRM : yes
Bus Manager : no
Node[0-00:1023] GUID[000a270002046dad]:
Vendor ID: `Apple Computer, Inc.' [0x000a27]
Capabilities: 0x0083c0
Bus Options:
IRMC(0) CMC(0) ISC(0) BMC(0) PMC(0) GEN(0)
LSPD(2) MAX_REC(2048) CYC_CLK_ACC(255)
Unit Directory 0:
Vendor/Model ID: Apple Computer, Inc. [000a27] / iPod [000000]
Software Specifier ID: 00609e
Software Version: 010483
Driver: SBP2 Driver
Length (in quads): 8

uname -r
2.4.27-1-386


/sbin/lsmod
Module Size Used by Not tainted
autofs4 7412 0 (unused)
sd_mod 10764 0 (autoclean) (unused)
vfat 8716 0 (autoclean)
fat 27576 0 (autoclean) [vfat]
smbfs 35120 1 (autoclean)
soundcore 3268 0 (autoclean)
input 3040 0 (autoclean)
apm 8364 1 (autoclean)
appletalk 17796 12 (autoclean)
parport_pc 19432 1 (autoclean)
lp 5540 0
parport 21608 1 [parport_pc lp]
usb-uhci 19504 0 (unused)
usbcore 52268 1 [usb-uhci]
ide-scsi 8272 0
8139too 12328 1
mii 1952 0 [8139too]
crc32 2848 0 [8139too]
ohci1394 21648 0 (unused)
agpgart 39108 0 (unused)
sr_mod 11640 0 (unused)
sbp2 15024 0
ieee1394 178724 0 [ohci1394 sbp2]
scsi_mod 86020 4 [sd_mod ide-scsi sr_mod sbp2]
ide-cd 27040 0
cdrom 26212 0 [sr_mod ide-cd]
rtc 5768 0 (autoclean)
ext3 65388 1 (autoclean)
jbd 34628 1 (autoclean) [ext3]
ide-detect 288 0 (autoclean) (unused)
ide-disk 12416 2 (autoclean)
piix 7784 1 (autoclean)
ide-core 91800 2 (autoclean) [ide-scsi ide-cd ide-detect ide-disk piix]
unix 12720 276 (autoclean)
jawalton@70chip:/sbin$

Anything else I can post that could help?


All times are GMT -5. The time now is 03:06 PM.