On Mon, Aug 2, 2010 at 7:08 PM, himanshu <[email protected]> wrote: > himan...@villatop:~$ sudo modprobe iso9660 > [sudo] password for himanshu: > himan...@villatop:~$ sudo mount/dev/cdrom/mnt -v > sudo: mount/dev/cdrom/mnt: command not found > himan...@villatop:~$ > > this is the outcome of the two commands that u told. nd i read this > command somewhere which show that dvd writer is present, so i think > dere is some problem with filesystem. > > himan...@villatop:~$ wodim --devices > wodim: Overview of accessible drives (1 found) : > ------------------------------------------------------------------------- > 0 dev='/dev/scd0' rwrw-- : 'HP' 'DVD Writer 1035d' > ------------------------------------------------------------------------- > himan...@villatop:~$ > > > On Aug 1, 9:18 am, Nilesh Govindarajan <[email protected]> wrote: >> On Sun, Aug 1, 2010 at 9:38 AM, himanshu <[email protected]> wrote: >> > bt its not mounting and dvd or cd except ubuntu installation cd. >> > neither automatically nor manually. how i can mount dvd, help me with >> > it. >> >> try this- >> sudo modprobe iso9660 >> sudo mount /dev/cdrom /mnt -v >> >> -- >> Regards, >> Nilesh Govindarajan >> Facebook:http://www.facebook.com/nilesh.gr >> Twitter:http://twitter.com/nileshgr >> Website:http://www.itech7.com >> VPS Hosting:http://www.itech7.com/a/vps > > -- > l...@iitd - http://tinyurl.com/ycueutm >
Dude, there is a space between mount and the arguments, it is mount <space> /dev/cdrom <space> /mnt <space> -v <space> -t iso9660. -- Regards, Nilesh Govindarajan Facebook: http://www.facebook.com/nilesh.gr Twitter: http://twitter.com/nileshgr Website: http://www.itech7.com VPS Hosting: http://www.itech7.com/a/vps -- l...@iitd - http://tinyurl.com/ycueutm
