Re: mounting a dvdrw

2006-09-15 Thread Fred J.
...> /dev/hdd> [EMAIL PROTECTED]:~$>> where is the file?If you formatted it that way (mkisofs) you should be able to mount it as a regular CD. mount /dev/hdd /mntJustin.that is right, I was able to mount it and read the file. thanks... Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the

Re: mounting a dvdrw

2006-09-15 Thread Justin Piszcz
On Thu, 14 Sep 2006, Fred J. wrote: does the following change the situation *** [EMAIL PROTECTED]:~$ growisofs -Z /dev/hdd -R -J myPc Executing 'mkisofs -R -J myPc | builtin_dd of=/dev/hdd obs=32k seek=0' INFO: ISO-8859-1 character encodin

Re: mounting a dvdrw

2006-09-14 Thread David E. Fox
On Thu, 14 Sep 2006 11:14:18 -0700 (PDT) "Fred J." <[EMAIL PROTECTED]> wrote: > does the following change the situation > > *** > [EMAIL PROTECTED]:~$ growisofs -Z /dev/hdd -R -J myPc > Executing 'mkisofs -R -J myPc | builtin_dd of=/dev/hdd

Re: mounting a dvdrw

2006-09-14 Thread Fred J.
does the following change the situation *** [EMAIL PROTECTED]:~$ growisofs -Z /dev/hdd -R -J myPc Executing 'mkisofs -R -J myPc | builtin_dd of=/dev/hdd obs=32k seek=0' INFO: ISO-8859-1 character encoding detected by locale settings. As

Re: mounting a dvdrw

2006-09-14 Thread Justin Piszcz
Yep. On Thu, 14 Sep 2006, Fred J. wrote: do you mean kernel recompile? Justin Piszcz <[EMAIL PROTECTED]> wrote: You do not have support to mount a udf filesystem. Recompile with UDF & packet cd/dvd support. Justin. On Thu, 14 Sep 2006, Fred J. wrote: [EMAIL PROTECTED]:~$ cat /proc/filesy

Re: mounting a dvdrw

2006-09-14 Thread Fred J.
do you mean kernel recompile?Justin Piszcz <[EMAIL PROTECTED]> wrote: You do not have support to mount a udf filesystem. Recompile with UDF & packet cd/dvd support.Justin.On Thu, 14 Sep 2006, Fred J. wrote:> [EMAIL PROTECTED]:~$ cat /proc/filesystems |grep -i udf> [EMAIL PROTECTED]:~$ mount /dev/

Re: mounting a dvdrw

2006-09-14 Thread Justin Piszcz
You do not have support to mount a udf filesystem. Recompile with UDF & packet cd/dvd support. Justin. On Thu, 14 Sep 2006, Fred J. wrote: [EMAIL PROTECTED]:~$ cat /proc/filesystems |grep -i udf [EMAIL PROTECTED]:~$ mount /dev/hdd mount: wrong fs type, bad option, bad superblock on /dev/hdd

Re: mounting a dvdrw

2006-09-14 Thread Fred J.
[EMAIL PROTECTED]:~$ cat /proc/filesystems  |grep -i udf[EMAIL PROTECTED]:~$ mount /dev/hddmount: wrong fs type, bad option, bad superblock on /dev/hdd,   missing codepage or other error   In some cases useful info is found in syslog - try   dmesg | tail  or so[EMAIL PROTECTED]:~$ Justi

Re: mounting a dvdrw

2006-09-14 Thread Wayne Topa
Fred J.([EMAIL PROTECTED]) is reported to have said: > I must be doing some wrong. > > [EMAIL PROTECTED]:~$ sudo mount -t UDF /media/cdrom1 > Usage: mount -V : print version >mount -h : print this help >mount: list mounted filesy

Re: mounting a dvdrw

2006-09-14 Thread Paul van der Vlis
Fred J. schreef: > how do I make my fstab correct in this case? Your fstab is OK. It should work if you do: mount /dev/hdd Maybe it's a bit better to use udf as Justin says, I don't know. With regards, Paul van der Vlis. > */Paul van der Vlis <[EMAIL PROTECTED]>/* wrote: > > Fred J. schr

Re: mounting a dvdrw

2006-09-14 Thread Justin Piszcz
Try lowercase. $ cat /proc/filesystems |grep -i udf udf $ On Thu, 14 Sep 2006, Fred J. wrote: I must be doing some wrong. [EMAIL PROTECTED]:~$ sudo mount -t UDF /media/cdrom1 Usage: mount -V : print version mount -h : print this help mount

Re: mounting a dvdrw

2006-09-14 Thread Fred J.
I must be doing some wrong. [EMAIL PROTECTED]:~$ sudo mount -t UDF /media/cdrom1Usage: mount -V : print version   mount -h : print this help   mount    : list mounted filesystems   mount -l : idem, including volume labelsSo

Re: mounting a dvdrw

2006-09-14 Thread Justin Piszcz
First off its mount -t iso9660 and secondly, you should not use ISO9660 for DVDs, only use UDF, otherwise, you will face some major problems. One of which is you cannot have > 2GB files on an ISO9660 formatted DVD. On Thu, 14 Sep 2006, Fred J. wrote: I am trying to mount the dvd-rw but getti

Re: mounting a dvdrw

2006-09-14 Thread Fred J.
I am trying to mount the dvd-rw but getting some errors. ~$ sudo mount -iso9660 -noatime /media/cdrom1mount: wrong fs type, bad option, bad superblock on /dev/hdd,   missing codepage or other error   In some cases useful info is found in syslog - try   dmesg | tail  or soPaul van der Vl

Re: mounting a dvdrw

2006-09-14 Thread Paul van der Vlis
Fred J. schreef: > Hi > I am missing dvdrw in my / dir, however I got cdrom which is link to > /media/cdrom > lrwxrwxrwx 1 root root 11 2006-03-19 03:46 cdrom -> media/cdrom > but my fstab does not have media/cdrom but rather /media/cdrom0 and 1. > here is my #fstab > **

mounting a dvdrw

2006-09-13 Thread Fred J.
Hi I am missing dvdrw in my / dir, however I got cdrom which is link to /media/cdrom lrwxrwxrwx 1 root root 11 2006-03-19 03:46 cdrom -> media/cdrom but my fstab does not have media/cdrom but rather /media/cdrom0 and 1. here is my #fstab