Re: Problems mounting media

2005-11-09 Thread randhir phagura
Hi Dough, Hi Andrew, Thanks a lot for your tips. It will help me a lot. Kind Regards Randhir Phagura -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: Problems mounting media

2005-11-08 Thread Doug Reich
Andrew Benton wrote: randhir phagura wrote: How does one convert music to mp3 in blfs? Use cdparanoia and lame. Read their man pages for more details. A script like this does the job for me. There's also a nice perl program that runs in the console called "rip" -- http://www.freshmeat.ne

Re: Problems mounting media

2005-11-08 Thread Andrew Benton
randhir phagura wrote: How does one convert music to mp3 in blfs? Use cdparanoia and lame. Read their man pages for more details. A script like this does the job for me. Andy #!/bin/bash set -e mkdir jack-johnson-mp3 cd jack-johnson-mp3 TRACK_NUMBER=0 function rip() { let "TRACK_NUMB

Re: Problems mounting media

2005-11-08 Thread randhir phagura
Hi, Dan Nicholson wrote on Mon, 7 Nov 2005: 1. While the other data cd's are mounted normally, I cannot mount music cd's on BLFS. The cd's have been checked against Windows XP on the same computer. These are working normally there. Music is otherwise, working well on BLFS in xmms. The error w

Re: Problems mounting media

2005-11-07 Thread Giulio DaprelĂ 
On 11/7/05, randhir phagura <[EMAIL PROTECTED]> wrote: > > cd -fstype=iso9660,ro,nosuid,nodev :/dev/hdc > floppy -fstype=auto,rw:/dev/fd0 > These lines for autofs must be treated in a similar way as if they were in the fstab file (yes they're n

Re: Problems mounting media

2005-11-07 Thread Dan Nicholson
On 11/6/05, randhir phagura <[EMAIL PROTECTED]> wrote: > 1. While the other data cd's are mounted normally, I cannot mount music cd's > on BLFS. The cd's have been checked against Windows XP on the same computer. > These are working normally there. Music is otherwise, working well on BLFS > in xmms

Re: Problems mounting media

2005-11-07 Thread randhir phagura
Hi, Randy McMurchy wrote on Sun, 06 Nov 2005: 1. While the other data cd's are mounted normally, I cannot mount music cd's on BLFS. What real reason do you need to 'mount' the music CD? I've never found a reason to. You can play them, rip them, do whatever you need to do to them, without

Re: Problems mounting media

2005-11-06 Thread Brandin Creech
--- randhir phagura <[EMAIL PROTECTED]> wrote: > 1. While the other data cd's are mounted normally, I cannot mount music > cd's > > [EMAIL PROTECTED]:~# mount /dev/hdc /mnt/cdrom > mount: block device /dev/hdc is write-protected, mounting read-only > mount: /dev/hdc: can't read superblock You c

Re: Problems mounting media

2005-11-06 Thread Randy McMurchy
randhir phagura wrote these words on 11/06/05 19:44 CST: > 1. While the other data cd's are mounted normally, I cannot mount music cd's > on BLFS. What real reason do you need to 'mount' the music CD? I've never found a reason to. You can play them, rip them, do whatever you need to do to them,

Problems mounting media

2005-11-06 Thread randhir phagura
Hi, 1. While the other data cd's are mounted normally, I cannot mount music cd's on BLFS. The cd's have been checked against Windows XP on the same computer. These are working normally there. Music is otherwise, working well on BLFS in xmms. The error while mounting music cd's on BLFS is as gi