From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from idea1.anoeticconcepts.com ([64.191.54.245]) by speech.braille.uwo.ca with esmtp (Exim 3.36 #1 (Debian)) id 1DQTXz-0008Kl-00 for ; Tue, 26 Apr 2005 13:08:32 -0400 Received: from 67-41-195-173.dnvr.qwest.net ([67.41.195.173] helo=saidin.asmodean.net) by idea1.anoeticconcepts.com with esmtpa (Exim 4.43) id 1DQTY1-0003L6-B2 for speakup@braille.uwo.ca; Tue, 26 Apr 2005 13:08:33 -0400 Received: by saidin.asmodean.net (Postfix, from userid 500) id 1F557900AC; Tue, 26 Apr 2005 11:10:43 -0600 (MDT) Date: Tue, 26 Apr 2005 11:10:42 -0600 From: "Raul A. Gallegos" To: Speakup Mailing-list Message-ID: <20050426171042.GS13133@saidin.asmodean.net> Mail-Followup-To: Speakup Mailing-list Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i X-Organization: Asmodean X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - idea1.anoeticconcepts.com X-AntiAbuse: Original Domain - braille.uwo.ca X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - asmodean.net X-Source: X-Source-Args: X-Source-Dir: Subject: mounting an Iriver mp3 player X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2005 17:08:32 -0000 Hi. I'm trying to mount my Iriver mp3 player under Fedora Core 3. When I attach the player to the usb port I get: SCSI device sda: 39063024 512-byte hdwr sectors (20000 MB) sda: assuming drive cache: write through SCSI device sda: 39063024 512-byte hdwr sectors (20000 MB) sda: assuming drive cache: write through Attached scsi disk sda at scsi0, channel 0, id 0, lun 0 So I made a directory /iriver and tried to mount it like this: mount /dev/sda /iriver I got the error: mount: you must specify the filesystem type So then I tried: mount -t auto /dev/sda /iriver FAT: invalid media value (0xb9) mount: you must specify the filesystem type Under Windows if I remember the drive was seen as a fat32 drive yet I'm not able to mount it with the vfat type. Any ideas/suggestions?