linux commands

Thread Solved

Join Date: Aug 2005
Posts: 74
Reputation: jindalarpan is an unknown quantity at this point 
Solved Threads: 0
jindalarpan jindalarpan is offline Offline
Junior Poster in Training

linux commands

 
0
  #1
Sep 16th, 2005
hi all
i m having one problem in while writing dvd from command prompt in linux
i m having /dev/scd0 as my externel dvd writer
command i m using is
growisofs -M /dev/scd0=/home/backup
but this command is not executing its comming up with problem that its not an iso file
but i dont want to convert it to iso .
so is ther any way to to write it directlly without converting it to iso type.
and i want only asd1,asd2, asd04-13, asd05-14 from that /home/backup folder to my dvd so what is the way to do so . i have tried
growisofs -m /dev/scd0=/home/backup/asd*
but this thing didnt worked.
so can any provide me with solution.
thanks
jindalarpan
Reply With Quote Quick reply to this message  
Join Date: Jun 2005
Posts: 35
Reputation: comprookie2000 is an unknown quantity at this point 
Solved Threads: 3
comprookie2000's Avatar
comprookie2000 comprookie2000 is offline Offline
Light Poster

Re: linux commands

 
0
  #2
Sep 16th, 2005
Did you format the dvd;
sbin/mke2fs -b 2048 /dev/scd0
then you can use the dd command;
http://linux.about.com/od/commands/l/blcmdl1_dd.htm
Looks like I was wrong, see if this helps;
growisofs is the main command used for writing the DVDs. To write DVDs, use this command:

#growisofs -Z /dev/cdrom -R -J /folder_to_copy

To copy an image file instead, give this command and it will writeyour DVD.

#growisofs -Z /dev/cdrom=image.iso
Here is the link;
http://www.pcquest.com/content/dvd/103101103.asp
Reply With Quote Quick reply to this message  
Join Date: Aug 2005
Posts: 74
Reputation: jindalarpan is an unknown quantity at this point 
Solved Threads: 0
jindalarpan jindalarpan is offline Offline
Junior Poster in Training

Re: linux commands

 
0
  #3
Sep 19th, 2005
i have formated that dvd and having some data on the disk.
but problem is when i try to add something more on that dvd it says the file u trying to write does not seems like iso. and i m facing the proble to write in that cd and i have to format that dvd again and again to write on that dvd
Reply With Quote Quick reply to this message  
Join Date: Aug 2005
Posts: 74
Reputation: jindalarpan is an unknown quantity at this point 
Solved Threads: 0
jindalarpan jindalarpan is offline Offline
Junior Poster in Training

Re: linux commands

 
0
  #4
Sep 19th, 2005
hi all
when ever i try to write with this command
growisofs -dvd-compat -Z /dev/scd0=/home/arpan/Desktop/backup/
its is giving me this error message

Executing 'builtin_dd if=/home/arpan/Desktop/backup/ of=/dev/scd0 obs=32k seek=0'
:-( write failed: Is a directory

my dvd is already formated
so what should be done
Reply With Quote Quick reply to this message  
Join Date: Jun 2005
Posts: 35
Reputation: comprookie2000 is an unknown quantity at this point 
Solved Threads: 3
comprookie2000's Avatar
comprookie2000 comprookie2000 is offline Offline
Light Poster

Re: linux commands

 
0
  #5
Sep 19th, 2005
What happens when you try it like this;
#growisofs -Z /dev/scd0 -R -J /home/arpan/Desktop/backup
Also if there is only individual files you want to copy you may be able to create a tar.gz and save it that way;
http://www.cs.hmc.edu/qref/targzip.html
Are you sure you have /dev/scd0 in your /etc/fstab ?
What happens when you do cdrecord --scanbus
Reply With Quote Quick reply to this message  
Join Date: Aug 2005
Posts: 74
Reputation: jindalarpan is an unknown quantity at this point 
Solved Threads: 0
jindalarpan jindalarpan is offline Offline
Junior Poster in Training

Re: linux commands

 
0
  #6
Sep 20th, 2005
Originally Posted by comprookie2000
What happens when you try it like this;
#growisofs -Z /dev/scd0 -R -J /home/arpan/Desktop/backup
Also if there is only individual files you want to copy you may be able to create a tar.gz and save it that way;
http://www.cs.hmc.edu/qref/targzip.html
Are you sure you have /dev/scd0 in your /etc/fstab ?
What happens when you do cdrecord --scanbus

yea i m shure that the device is the same one
cdrecord -sanbus gis this
scsibus0:
0,0,0 0) 'HL-DT-ST' 'DVDRAM GSA-4120B' 'A101' Removable CD-ROM
0,1,0 1) *
0,2,0 2) *
0,3,0 3) *
0,4,0 4) *
0,5,0 5) *
0,6,0 6) *
0,7,0 7) *
and
etc/fstab haing the enty for
it
bur this thing is not working again
i want to write that backup folder as it contails many file of different date
Reply With Quote Quick reply to this message  
Reply

This thread has been marked solved.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Kernels and Modules Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC