[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] MP3 player busted?
- Subject: [ale] MP3 player busted?
- From: mdhirsch at gmail.com (Michael Hirsch)
- Date: Wed, 5 May 2010 15:00:55 -0600
- In-reply-to: <1272900412.2621.376.camel@cfowler-desktop>
- References: <1272894317.2621.362.camel@cfowler-desktop> <[email protected]> <1272896654.2621.370.camel@cfowler-desktop> <1272900412.2621.376.camel@cfowler-desktop>
On Mon, May 3, 2010 at 9:26 AM, Chris Fowler
<cfowler at outpostsentinel.com> wrote:
> I'm baffled
>
> $ dd if=/dev/sdd1 of=sdd1
> $ mount /dev/sdd1 /mnt
> $ cp /tmp/music.mp3 /mnt
> $ umount /mnt
> $ mount /dev/sdd1 /mnt
> $ mplayer /mnt/music.mp3 # works
> $ umount /mnt
> $ dd if=sdd1 of=/dev/sdd1
> $ mount /dev/sdd1 /mnt
> $ mplayer /mnt/music.mp3 # corrupt
Have you run md5sum on the files before and after? Or tried copying
the files off the player?
Michael