From: Mark Ferry <gnomeza@imap.cc>
To: linuxppc-dev list <linuxppc-dev@ozlabs.org>
Subject: Re: Mounting usb pendrive
Date: Tue, 30 Nov 2004 12:38:32 +0000 [thread overview]
Message-ID: <41AC69C8.1000201@imap.cc> (raw)
In-Reply-To: <200411301206.44403.isidoro@qassessorament.net>
Have you compiled in PC BIOS (DOS) partition table support?
CONFIG_MSDOS_PARTITION=y
menuconfig: File Systems | Partition Types | PC BIOS (MS DOS partition
tables) support.
I assume your ipod may well have been fat formatted.
Also note that it's using the UB driver introduced in 2.6.9(?) rather
than the older scsi usb_storage driver.
Many of the features in the old driver may not yet have been implemented
in the UB driver (CONFIG_SCSI_MULTI_LUN equivalent ?!).
The solution is to remove the UB driver from the kernel...
(CONFIG_BLK_DEV_UB)
- Mark
Isidoro Reyes de Zuloaga wrote:
> Hi folks,
> I'm trying to mount my usb pendrive device and i'm getty a strange error
> message. I compiled my kernel with the scsi modules and all the stuff, and i
> can mount it on my x86, but in the powerbook i can't.
> this is the /var/log/messages:
>
> Nov 30 12:01:18 yoda kernel: usb 2-1.1: new full speed USB device using
> address 11
> Nov 30 12:01:18 yoda kernel: usb 2-1.1: new full speed USB device using
> address 12
> Nov 30 12:02:04 yoda kernel: ohci_hcd 0001:10:1b.1: wakeup
> Nov 30 12:02:04 yoda kernel: usb 3-1: new full speed USB device using address
> 5
> Nov 30 12:02:05 yoda kernel: uba: device 5 capacity nsec 50 bsize 512
> Nov 30 12:02:05 yoda kernel: uba: made changed
> Nov 30 12:02:05 yoda kernel: uba: device 5 capacity nsec 50 bsize 512
> Nov 30 12:02:05 yoda kernel: uba: device 5 capacity nsec 50 bsize 512
> Nov 30 12:02:05 yoda kernel: /dev/ub/a:end_request: I/O error, dev uba,
> sector 0
> Nov 30 12:02:05 yoda kernel: end_request: I/O error, dev uba, sector 2
> Nov 30 12:02:05 yoda kernel: end_request: I/O error, dev uba, sector 4
> Nov 30 12:02:05 yoda kernel: end_request: I/O error, dev uba, sector 6
> Nov 30 12:02:05 yoda kernel: end_request: I/O error, dev uba, sector 6
> Nov 30 12:02:05 yoda kernel: end_request: I/O error, dev uba, sector 4
> Nov 30 12:02:05 yoda kernel: end_request: I/O error, dev uba, sector 2
> Nov 30 12:02:05 yoda kernel: end_request: I/O error, dev uba, sector 0
> Nov 30 12:02:05 yoda kernel: unable to read partition table
> Nov 30 12:02:05 yoda kernel: /dev/ub/a:end_request: I/O error, dev uba,
> sector 2
> Nov 30 12:02:05 yoda kernel: end_request: I/O error, dev uba, sector 4
> Nov 30 12:02:05 yoda kernel: end_request: I/O error, dev uba, sector 6
> Nov 30 12:02:05 yoda kernel: end_request: I/O error, dev uba, sector 0
> Nov 30 12:02:05 yoda kernel: unable to read partition table
> Nov 30 12:02:05 yoda usb.agent[4698]: ub: already loaded
>
> I don't know what's happening, it's the same when i try to mount the ipod. my
> modules are:
> usb_storage 107772 0
> scsi_mod 69856 3 sd_mod,sg,usb_storage
> usbhid 46592 0
> hci_usb 11104 2
> bluetooth 44100 7 rfcomm,l2cap,hci_usb
> usbcore 105204 9
> ehci_hcd,ub,ohci_hcd,usb_storage,uhci_hcd,usbhid,hci_usb
>
next prev parent reply other threads:[~2004-11-30 12:45 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-11-30 11:06 Mounting usb pendrive Isidoro Reyes de Zuloaga
2004-11-30 11:12 ` Isidoro Reyes de Zuloaga
2004-11-30 12:38 ` Mark Ferry [this message]
2004-11-30 21:41 ` Isidoro Reyes de Zuloaga
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=41AC69C8.1000201@imap.cc \
--to=gnomeza@imap.cc \
--cc=linuxppc-dev@ozlabs.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).