[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: CD to DVD ISO conversion script



On 4/7/06 11:00 AM, Joseph Kotran wrote:

	cp -a /mnt/tmp1/isolinux /mnt/tmp1/.discinfo  .   # about 4.5MB
	...

	The `cp -a` fails because /mnt/tmp1 is a read only mount of disc1.  Please
advise.


Joseph,
Sounds like you failed to include the "." as the directory to copy the files into. You are copying the isolinux and .discinfo trees into ., not isolinux into .discinfo...

Make sure you have that final "." on the command so things go the right places.

--
Frank Swasey                    | http://www.uvm.edu/~fcs
Sr Systems Administrator        | Always remember: You are UNIQUE,
University of Vermont           |    just like everyone else.
  "I am not young enough to know everything." - Oscar Wilde (1854-1900)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]