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

Re: dvd error... "mount: not a directory"



On Tue, 2005-04-12 at 15:59 -0300, tom.lobato wrote:
> 
>   Hello!
> 
> 
>   Im writting backups to dvd rw with the command line:
> 
>   createfilelist.sh | cpio -o | mkisofs -stream-media-size <N> | growisofs -Z  /dev/scd0=/dev/fd/0
> 
>   If I use N = 333000,  It burns the cd normaly so I can mount it on linux or read it from windows later. But, If I use bigger numbers, like 2295104 (the real sectors number of my 4.7GB media), it burns without error messages but when I try t omount it on linux:
>   
>   # mount /dev/scd0 /mnt/dvd/
>   mount: not a directory
> 
> 
>   Some hint?
> 

Most likely, /mnt/dvd doesnt exist. If you are using debian Sarge, You
may be meaning to type /media/dvd instead. In any case, ensure that the
directory you are trying to mount your DVD on really does exist or (if
it's a symlink) that the directory that it points to really exists.

-davidc



Reply to: