Re: Need advise on how to mount certain CD's

2009-06-10 Thread Wojciech Puchar
Well, the 1.02 version ("DVD-video") is, but I see the UDF format has let go of ISO9660 support in later versions. Pity. but the CD/DVD must be "finished" so UDF incremental format is scanned and ISO data generated. ___ freebsd-questions@freebsd.org

Re: Need advise on how to mount certain CD's

2009-06-10 Thread Mel Flynn
On Wednesday 10 June 2009 08:19:56 Wojciech Puchar wrote: > > The other possibility is that the CD isn't closed (fixated). UDF is a > > superset > > no it is not. Well, the 1.02 version ("DVD-video") is, but I see the UDF format has let go of ISO9660 support in later versions. Pity. -- Mel _

Re: Need advise on how to mount certain CD's

2009-06-10 Thread Mel Flynn
On Tuesday 09 June 2009 11:58:11 Leslie Jensen wrote: > It says > > :file -s /dev/acd0 > > /dev/acd0: data The other possibility is that the CD isn't closed (fixated). UDF is a superset of CD9660 anyway, so even UDF formatted should be mountable with cd9660. -- Mel _

Re: Need advise on how to mount certain CD's

2009-06-09 Thread Leslie Jensen
Michael Powell skrev: A long time ago I tried a Nero add-on of some form or fashion (don't recall the exact name) for Windows that essentially allowed a CD disk to be mounted and used as a disk drive, which allowed for drag and drop in Explorer. It was buggy and crashed regularly so I remov

Re: Need advise on how to mount certain CD's

2009-06-09 Thread Michael Powell
Leslie Jensen wrote: > > > Michael Powell skrev: >> Leslie Jensen wrote: >> >> [snip] >>> I tried that as well, same error unfortunately >>> >>> mount -t udf /dev/acd0 /cdrom >>> mount_udf: /dev/acd0: Invalid argument >>> >>> So is this a new MS filesystem that no one but Vista users can read?

Re: Need advise on how to mount certain CD's

2009-06-09 Thread Wojciech Puchar
Try kldload udf.ko prior to the mount attempt. Check and see if it auto- loaded udf_iconv.ko as it should. If that one isn't present in kldstat load it too. Don't really know if the particular UDF spec/format that FreeBSD supports is the same as Vista. No Vista here to try. -Mike udf.k

Re: Need advise on how to mount certain CD's

2009-06-09 Thread Leslie Jensen
Michael Powell skrev: Leslie Jensen wrote: [snip] I tried that as well, same error unfortunately mount -t udf /dev/acd0 /cdrom mount_udf: /dev/acd0: Invalid argument So is this a new MS filesystem that no one but Vista users can read? I'm afraid we'll properly see more of these problems unl

Re: Need advise on how to mount certain CD's

2009-06-09 Thread Wojciech Puchar
Because that version by default now uses an UDF-based "live file system" [http://en.wikipedia.org/wiki/Live_File_System]. Try mount_udf Does it actually work now? I tried once in FBSD 6.1 with one made under windoze and mastered DVD (which by standard requirements are UDF, and may be UDF+ISO).

Re: Need advise on how to mount certain CD's

2009-06-09 Thread Wojciech Puchar
The error I get is: mount -t cd9660 /dev/acd0 /cdrom mount_cd9660: /dev/acd0: Invalid argument I've Googled and read the handbook but I think my settings are ok. Any suggestions? ask your friend what filesystem he use. "what is filesystem?" ;) With windoze user there are only two options -

Re: Need advise on how to mount certain CD's

2009-06-09 Thread Michael Powell
Leslie Jensen wrote: [snip] > > I tried that as well, same error unfortunately > > mount -t udf /dev/acd0 /cdrom > mount_udf: /dev/acd0: Invalid argument > > So is this a new MS filesystem that no one but Vista users can read? I'm > afraid we'll properly see more of these problems unless suppor

Re: Need advise on how to mount certain CD's

2009-06-09 Thread Leslie Jensen
Warren Block skrev: On Tue, 9 Jun 2009, Leslie Jensen wrote: I've got a CD-R from a friend, (who runs windows) that I cannot mount on my 7.2-RELEASE system. It's readable in another windows machine. Other CD and DVD's is no problem but this one is. The error I get is: mount -t cd9660 /dev/

Re: Need advise on how to mount certain CD's

2009-06-09 Thread Warren Block
On Tue, 9 Jun 2009, Leslie Jensen wrote: I've got a CD-R from a friend, (who runs windows) that I cannot mount on my 7.2-RELEASE system. It's readable in another windows machine. Other CD and DVD's is no problem but this one is. The error I get is: mount -t cd9660 /dev/acd0 /cdrom mount_cd96

Re: Need advise on how to mount certain CD's

2009-06-09 Thread Leslie Jensen
Roland Smith skrev: On Tue, Jun 09, 2009 at 08:53:12PM +0200, Leslie Jensen wrote: Hello list I've got a CD-R from a friend, (who runs windows) that I cannot mount on my 7.2-RELEASE system. It's readable in another windows machine. Other CD and DVD's is no problem but this one is. The err

Re: Need advise on how to mount certain CD's

2009-06-09 Thread Roland Smith
On Tue, Jun 09, 2009 at 08:53:12PM +0200, Leslie Jensen wrote: > Hello list > > I've got a CD-R from a friend, (who runs windows) that I cannot mount on > my 7.2-RELEASE system. It's readable in another windows machine. > > Other CD and DVD's is no problem but this one is. > > The error I get i

Need advise on how to mount certain CD's

2009-06-09 Thread Leslie Jensen
Hello list I've got a CD-R from a friend, (who runs windows) that I cannot mount on my 7.2-RELEASE system. It's readable in another windows machine. Other CD and DVD's is no problem but this one is. The error I get is: mount -t cd9660 /dev/acd0 /cdrom mount_cd9660: /dev/acd0: Invalid argumen