[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-21 Thread delance
In my Ubuntu /etc/fstab, I have : /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0 Try with utf8 (prehaps windows use unicode). ** Package changed: ubuntu => util-linux (Ubuntu) -- The system doesn't recognise and auto-mount cdrom when cd was burned in Windows. h

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-22 Thread Jan Hlodan
It didn't help. # cdrom /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf80 0 -- The system doesn't recognise and auto-mount cdrom when cd was burned in Windows. https://bugs.launchpad.net/bugs/377373 You received this bu

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-22 Thread delance
Don't use scd0 but cdrom. We have not the same device. Windows use a standard derived from iso9660, Joliet, but it is managed by Ubuntu (except if you disable it). Could you try with a commercial CD (not burnt)? The burnt CD which fails with 9.04 worked with previous version (try an old CD) ? -

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-22 Thread delance
Try" sudo mount /media/cdrom0" to get a error message, and then "dmesg|tail". Prehaps duplicate of https://bugs.launchpad.net/ubuntu/+source/linux/+bug/106910, there were problem with CD at UDF standard. -- The system doesn't recognise and auto-mount cdrom when cd was burned in Windows. https://

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-22 Thread Jan Hlodan
> Don't use scd0 but cdrom. We have not the same device. OK. Changed. # cdrom /dev/cdrom /media/cdrom0 udf,iso9660 user,noauto,exec,utf80 0 > Windows use a standard derived from iso9660, Joliet, but it is managed by > Ubuntu (excep

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-23 Thread delance
Hello, I am reading forum to learn how to investigate. 1++) CD standard identification I am on Ubuntu 9.04 Jaunty and introduce a CD-ROM burned on W/XP. Command mount return : /dev/sr0 on /media/cdrom0 type iso9660 (ro,nosuid,nodev,utf8,user=delance) What return mount on "other machine - Ubuntu

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-23 Thread Jan Hlodan
I forgot to write that I am on 64bit (Kubuntu 9.04) Toshiba Tecra A9 T9300 > What return mount on "other machine - Ubuntu 8.10" ? (I try to know which > standard used Windows) I'll past the output later. > What software do you use to burn CD on Windows ? If I remember it right, I used Nero on Wi

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-23 Thread delance
On my computer, I get : dela...@delance-desktop:~$ cat /proc/filesystems nodev sysfs ... nodev binfmt_misc udf iso9660 Your device identification is good, but I think you lack "driver" for windows file system UDF. I will search more data on google ? Can you confirm "cat /proc

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-25 Thread Jan Hlodan
> Can you confirm "cat /proc/filesystems" has iso9660 line but not udf ? yes, I can confirm that after "sudo mount -t iso9660 /dev/sr0 /media/cdrom0/" is no 'udf' in "/proc/filesystems" just this: nodev mqueue iso9660 -- The system doesn't recognise and auto-mount cdrom when cd was b

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-25 Thread delance
Do also a "uname -rv" to get your kernel version. Mine is "2.6.28-11-generic #42-Ubuntu SMP Fri Apr 17 01:57:59 UTC 2009" -- The system doesn't recognise and auto-mount cdrom when cd was burned in Windows. https://bugs.launchpad.net/bugs/377373 You received this bug notification because you are a

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-25 Thread delance
If you do not need multi-sessions CD-R, you can on Window choose iso9660 instead of udf. Your burn software ask probably if you want multi- session (say No) or if you want to "close" the CD (say Yes). But Linux kernel should read udf CD-R. And it is not an solution for your already burned CD-R. I

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-27 Thread Jan Hlodan
I haven't used Windows for years. I'm not going to burn any CDs in Windows. I have discovered this bug when I tried to mount and play any commercial audio CD from music store. Then I realised that it should affect also CDs burned in Windows. So I tried to mound some CD which I burned in Windows

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-27 Thread Jan Hlodan
** Package changed: util-linux (Ubuntu) => udftools (Ubuntu) -- The system doesn't recognise and auto-mount cdrom when cd was burned in Windows. https://bugs.launchpad.net/bugs/377373 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- u

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-27 Thread Jan Hlodan
** Package changed: udftools (Ubuntu) => linux (Ubuntu) -- The system doesn't recognise and auto-mount cdrom when cd was burned in Windows. https://bugs.launchpad.net/bugs/377373 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-28 Thread delance
I am on Ubuntu. In Synaptic, kernel 2.6.28-12 is today tagged "for test" (jaunty-proposed) kernel 2.6.28-11 is today tagged "stable" (jaunty-update) -- The system doesn't recognise and auto-mount cdrom when cd was burned in Windows. https://bugs.launchpad.net/bugs/377373 You received this bug no

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-29 Thread Jan Hlodan
How you mean this? Do you think that "stable" version is supporting udf in this case? -- The system doesn't recognise and auto-mount cdrom when cd was burned in Windows. https://bugs.launchpad.net/bugs/377373 You received this bug notification because you are a member of Ubuntu Bugs, which is sub

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-30 Thread delance
Yes. I do not know how you get version 2.6.28-12,as in default configuration it is 2.6.28-11 which is supported. Perhaps in Synaptic depot, you have added jaunty-proposed to use a software. You should try to go back to 2.6.28-11 and wait the next "stable" kernel, by removing jaunty-proposed in yo

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-30 Thread Jan Hlodan
I booted into 2.6.28-11 $ uname -rv 2.6.28-11-generic #42-Ubuntu SMP Fri Apr 17 01:58:03 UTC 2009 # modprobe udf # mount -t udf /dev/sr0 /media/cdrom0/ mount: block device /dev/sr0 is write-protected, mounting read-only mount: wrong fs type, bad option, bad superblock on /dev/sr0, missing c

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-30 Thread delance
*** This bug is a duplicate of bug 106910 *** https://bugs.launchpad.net/bugs/106910 I found that DVD Video are on Udf format. And the DVD is mounted with any problem! And without udf kernel module. If I do "modprobe udf", the DVD is also mounted. dela...@delance-desktop:~$ lsmod | grep udf

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-21 Thread delance
In my Ubuntu /etc/fstab, I have : /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0 Try with utf8 (prehaps windows use unicode). ** Package changed: ubuntu => util-linux (Ubuntu) -- The system doesn't recognise and auto-mount cdrom when cd was burned in Windows. h

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-22 Thread Jan Hlodan
It didn't help. # cdrom /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf80 0 -- The system doesn't recognise and auto-mount cdrom when cd was burned in Windows. https://bugs.launchpad.net/bugs/377373 You received this bu

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-22 Thread delance
Don't use scd0 but cdrom. We have not the same device. Windows use a standard derived from iso9660, Joliet, but it is managed by Ubuntu (except if you disable it). Could you try with a commercial CD (not burnt)? The burnt CD which fails with 9.04 worked with previous version (try an old CD) ? -

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-22 Thread delance
Try" sudo mount /media/cdrom0" to get a error message, and then "dmesg|tail". Prehaps duplicate of https://bugs.launchpad.net/ubuntu/+source/linux/+bug/106910, there were problem with CD at UDF standard. -- The system doesn't recognise and auto-mount cdrom when cd was burned in Windows. https://

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-22 Thread Jan Hlodan
> Don't use scd0 but cdrom. We have not the same device. OK. Changed. # cdrom /dev/cdrom /media/cdrom0 udf,iso9660 user,noauto,exec,utf80 0 > Windows use a standard derived from iso9660, Joliet, but it is managed by > Ubuntu (excep

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-23 Thread delance
Hello, I am reading forum to learn how to investigate. 1++) CD standard identification I am on Ubuntu 9.04 Jaunty and introduce a CD-ROM burned on W/XP. Command mount return : /dev/sr0 on /media/cdrom0 type iso9660 (ro,nosuid,nodev,utf8,user=delance) What return mount on "other machine - Ubuntu

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-23 Thread Jan Hlodan
I forgot to write that I am on 64bit (Kubuntu 9.04) Toshiba Tecra A9 T9300 > What return mount on "other machine - Ubuntu 8.10" ? (I try to know which > standard used Windows) I'll past the output later. > What software do you use to burn CD on Windows ? If I remember it right, I used Nero on Wi

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-23 Thread delance
On my computer, I get : dela...@delance-desktop:~$ cat /proc/filesystems nodev sysfs ... nodev binfmt_misc udf iso9660 Your device identification is good, but I think you lack "driver" for windows file system UDF. I will search more data on google ? Can you confirm "cat /proc

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-25 Thread Jan Hlodan
> Can you confirm "cat /proc/filesystems" has iso9660 line but not udf ? yes, I can confirm that after "sudo mount -t iso9660 /dev/sr0 /media/cdrom0/" is no 'udf' in "/proc/filesystems" just this: nodev mqueue iso9660 -- The system doesn't recognise and auto-mount cdrom when cd was b

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-25 Thread delance
Do also a "uname -rv" to get your kernel version. Mine is "2.6.28-11-generic #42-Ubuntu SMP Fri Apr 17 01:57:59 UTC 2009" -- The system doesn't recognise and auto-mount cdrom when cd was burned in Windows. https://bugs.launchpad.net/bugs/377373 You received this bug notification because you are a

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-25 Thread delance
If you do not need multi-sessions CD-R, you can on Window choose iso9660 instead of udf. Your burn software ask probably if you want multi- session (say No) or if you want to "close" the CD (say Yes). But Linux kernel should read udf CD-R. And it is not an solution for your already burned CD-R. I

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-27 Thread Jan Hlodan
I haven't used Windows for years. I'm not going to burn any CDs in Windows. I have discovered this bug when I tried to mount and play any commercial audio CD from music store. Then I realised that it should affect also CDs burned in Windows. So I tried to mound some CD which I burned in Windows

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-27 Thread Jan Hlodan
** Package changed: util-linux (Ubuntu) => udftools (Ubuntu) -- The system doesn't recognise and auto-mount cdrom when cd was burned in Windows. https://bugs.launchpad.net/bugs/377373 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- u

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-27 Thread Jan Hlodan
** Package changed: udftools (Ubuntu) => linux (Ubuntu) -- The system doesn't recognise and auto-mount cdrom when cd was burned in Windows. https://bugs.launchpad.net/bugs/377373 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-28 Thread delance
I am on Ubuntu. In Synaptic, kernel 2.6.28-12 is today tagged "for test" (jaunty-proposed) kernel 2.6.28-11 is today tagged "stable" (jaunty-update) -- The system doesn't recognise and auto-mount cdrom when cd was burned in Windows. https://bugs.launchpad.net/bugs/377373 You received this bug no

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-29 Thread Jan Hlodan
How you mean this? Do you think that "stable" version is supporting udf in this case? -- The system doesn't recognise and auto-mount cdrom when cd was burned in Windows. https://bugs.launchpad.net/bugs/377373 You received this bug notification because you are a member of Ubuntu Bugs, which is sub

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-30 Thread delance
Yes. I do not know how you get version 2.6.28-12,as in default configuration it is 2.6.28-11 which is supported. Perhaps in Synaptic depot, you have added jaunty-proposed to use a software. You should try to go back to 2.6.28-11 and wait the next "stable" kernel, by removing jaunty-proposed in yo

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-30 Thread Jan Hlodan
I booted into 2.6.28-11 $ uname -rv 2.6.28-11-generic #42-Ubuntu SMP Fri Apr 17 01:58:03 UTC 2009 # modprobe udf # mount -t udf /dev/sr0 /media/cdrom0/ mount: block device /dev/sr0 is write-protected, mounting read-only mount: wrong fs type, bad option, bad superblock on /dev/sr0, missing c

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-30 Thread delance
*** This bug is a duplicate of bug 106910 *** https://bugs.launchpad.net/bugs/106910 I found that DVD Video are on Udf format. And the DVD is mounted with any problem! And without udf kernel module. If I do "modprobe udf", the DVD is also mounted. dela...@delance-desktop:~$ lsmod | grep udf

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-21 Thread delance
In my Ubuntu /etc/fstab, I have : /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0 Try with utf8 (prehaps windows use unicode). ** Package changed: ubuntu => util-linux (Ubuntu) -- The system doesn't recognise and auto-mount cdrom when cd was burned in Windows. h

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-22 Thread Jan Hlodan
It didn't help. # cdrom /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf80 0 -- The system doesn't recognise and auto-mount cdrom when cd was burned in Windows. https://bugs.launchpad.net/bugs/377373 You received this bu

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-22 Thread delance
Don't use scd0 but cdrom. We have not the same device. Windows use a standard derived from iso9660, Joliet, but it is managed by Ubuntu (except if you disable it). Could you try with a commercial CD (not burnt)? The burnt CD which fails with 9.04 worked with previous version (try an old CD) ? -

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-22 Thread delance
Try" sudo mount /media/cdrom0" to get a error message, and then "dmesg|tail". Prehaps duplicate of https://bugs.launchpad.net/ubuntu/+source/linux/+bug/106910, there were problem with CD at UDF standard. -- The system doesn't recognise and auto-mount cdrom when cd was burned in Windows. https://

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-22 Thread Jan Hlodan
> Don't use scd0 but cdrom. We have not the same device. OK. Changed. # cdrom /dev/cdrom /media/cdrom0 udf,iso9660 user,noauto,exec,utf80 0 > Windows use a standard derived from iso9660, Joliet, but it is managed by > Ubuntu (excep

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-23 Thread delance
Hello, I am reading forum to learn how to investigate. 1++) CD standard identification I am on Ubuntu 9.04 Jaunty and introduce a CD-ROM burned on W/XP. Command mount return : /dev/sr0 on /media/cdrom0 type iso9660 (ro,nosuid,nodev,utf8,user=delance) What return mount on "other machine - Ubuntu

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-23 Thread Jan Hlodan
I forgot to write that I am on 64bit (Kubuntu 9.04) Toshiba Tecra A9 T9300 > What return mount on "other machine - Ubuntu 8.10" ? (I try to know which > standard used Windows) I'll past the output later. > What software do you use to burn CD on Windows ? If I remember it right, I used Nero on Wi

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-23 Thread delance
On my computer, I get : dela...@delance-desktop:~$ cat /proc/filesystems nodev sysfs ... nodev binfmt_misc udf iso9660 Your device identification is good, but I think you lack "driver" for windows file system UDF. I will search more data on google ? Can you confirm "cat /proc

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-25 Thread Jan Hlodan
> Can you confirm "cat /proc/filesystems" has iso9660 line but not udf ? yes, I can confirm that after "sudo mount -t iso9660 /dev/sr0 /media/cdrom0/" is no 'udf' in "/proc/filesystems" just this: nodev mqueue iso9660 -- The system doesn't recognise and auto-mount cdrom when cd was b

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-25 Thread delance
Do also a "uname -rv" to get your kernel version. Mine is "2.6.28-11-generic #42-Ubuntu SMP Fri Apr 17 01:57:59 UTC 2009" -- The system doesn't recognise and auto-mount cdrom when cd was burned in Windows. https://bugs.launchpad.net/bugs/377373 You received this bug notification because you are a

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-25 Thread delance
If you do not need multi-sessions CD-R, you can on Window choose iso9660 instead of udf. Your burn software ask probably if you want multi- session (say No) or if you want to "close" the CD (say Yes). But Linux kernel should read udf CD-R. And it is not an solution for your already burned CD-R. I

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-27 Thread Jan Hlodan
I haven't used Windows for years. I'm not going to burn any CDs in Windows. I have discovered this bug when I tried to mount and play any commercial audio CD from music store. Then I realised that it should affect also CDs burned in Windows. So I tried to mound some CD which I burned in Windows

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-27 Thread Jan Hlodan
** Package changed: util-linux (Ubuntu) => udftools (Ubuntu) -- The system doesn't recognise and auto-mount cdrom when cd was burned in Windows. https://bugs.launchpad.net/bugs/377373 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- u

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-27 Thread Jan Hlodan
** Package changed: udftools (Ubuntu) => linux (Ubuntu) -- The system doesn't recognise and auto-mount cdrom when cd was burned in Windows. https://bugs.launchpad.net/bugs/377373 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-28 Thread delance
I am on Ubuntu. In Synaptic, kernel 2.6.28-12 is today tagged "for test" (jaunty-proposed) kernel 2.6.28-11 is today tagged "stable" (jaunty-update) -- The system doesn't recognise and auto-mount cdrom when cd was burned in Windows. https://bugs.launchpad.net/bugs/377373 You received this bug no

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-29 Thread Jan Hlodan
How you mean this? Do you think that "stable" version is supporting udf in this case? -- The system doesn't recognise and auto-mount cdrom when cd was burned in Windows. https://bugs.launchpad.net/bugs/377373 You received this bug notification because you are a member of Ubuntu Bugs, which is sub

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-30 Thread delance
Yes. I do not know how you get version 2.6.28-12,as in default configuration it is 2.6.28-11 which is supported. Perhaps in Synaptic depot, you have added jaunty-proposed to use a software. You should try to go back to 2.6.28-11 and wait the next "stable" kernel, by removing jaunty-proposed in yo

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-30 Thread Jan Hlodan
I booted into 2.6.28-11 $ uname -rv 2.6.28-11-generic #42-Ubuntu SMP Fri Apr 17 01:58:03 UTC 2009 # modprobe udf # mount -t udf /dev/sr0 /media/cdrom0/ mount: block device /dev/sr0 is write-protected, mounting read-only mount: wrong fs type, bad option, bad superblock on /dev/sr0, missing c

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-30 Thread delance
*** This bug is a duplicate of bug 106910 *** https://bugs.launchpad.net/bugs/106910 I found that DVD Video are on Udf format. And the DVD is mounted with any problem! And without udf kernel module. If I do "modprobe udf", the DVD is also mounted. dela...@delance-desktop:~$ lsmod | grep udf

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-29 Thread Jan Hlodan
How you mean this? Do you think that "stable" version is supporting udf in this case? -- The system doesn't recognise and auto-mount cdrom when cd was burned in Windows. https://bugs.launchpad.net/bugs/377373 You received this bug notification because you are a member of Ubuntu Bugs, which is sub

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-30 Thread delance
Yes. I do not know how you get version 2.6.28-12,as in default configuration it is 2.6.28-11 which is supported. Perhaps in Synaptic depot, you have added jaunty-proposed to use a software. You should try to go back to 2.6.28-11 and wait the next "stable" kernel, by removing jaunty-proposed in yo

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-30 Thread Jan Hlodan
I booted into 2.6.28-11 $ uname -rv 2.6.28-11-generic #42-Ubuntu SMP Fri Apr 17 01:58:03 UTC 2009 # modprobe udf # mount -t udf /dev/sr0 /media/cdrom0/ mount: block device /dev/sr0 is write-protected, mounting read-only mount: wrong fs type, bad option, bad superblock on /dev/sr0, missing c

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-30 Thread delance
*** This bug is a duplicate of bug 106910 *** https://bugs.launchpad.net/bugs/106910 I found that DVD Video are on Udf format. And the DVD is mounted with any problem! And without udf kernel module. If I do "modprobe udf", the DVD is also mounted. dela...@delance-desktop:~$ lsmod | grep udf

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-21 Thread delance
In my Ubuntu /etc/fstab, I have : /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0 Try with utf8 (prehaps windows use unicode). ** Package changed: ubuntu => util-linux (Ubuntu) -- The system doesn't recognise and auto-mount cdrom when cd was burned in Windows. h

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-22 Thread Jan Hlodan
It didn't help. # cdrom /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf80 0 -- The system doesn't recognise and auto-mount cdrom when cd was burned in Windows. https://bugs.launchpad.net/bugs/377373 You received this bu

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-22 Thread delance
Don't use scd0 but cdrom. We have not the same device. Windows use a standard derived from iso9660, Joliet, but it is managed by Ubuntu (except if you disable it). Could you try with a commercial CD (not burnt)? The burnt CD which fails with 9.04 worked with previous version (try an old CD) ? -

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-22 Thread delance
Try" sudo mount /media/cdrom0" to get a error message, and then "dmesg|tail". Prehaps duplicate of https://bugs.launchpad.net/ubuntu/+source/linux/+bug/106910, there were problem with CD at UDF standard. -- The system doesn't recognise and auto-mount cdrom when cd was burned in Windows. https://

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-22 Thread Jan Hlodan
> Don't use scd0 but cdrom. We have not the same device. OK. Changed. # cdrom /dev/cdrom /media/cdrom0 udf,iso9660 user,noauto,exec,utf80 0 > Windows use a standard derived from iso9660, Joliet, but it is managed by > Ubuntu (excep

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-23 Thread delance
Hello, I am reading forum to learn how to investigate. 1++) CD standard identification I am on Ubuntu 9.04 Jaunty and introduce a CD-ROM burned on W/XP. Command mount return : /dev/sr0 on /media/cdrom0 type iso9660 (ro,nosuid,nodev,utf8,user=delance) What return mount on "other machine - Ubuntu

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-23 Thread Jan Hlodan
I forgot to write that I am on 64bit (Kubuntu 9.04) Toshiba Tecra A9 T9300 > What return mount on "other machine - Ubuntu 8.10" ? (I try to know which > standard used Windows) I'll past the output later. > What software do you use to burn CD on Windows ? If I remember it right, I used Nero on Wi

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-23 Thread delance
On my computer, I get : dela...@delance-desktop:~$ cat /proc/filesystems nodev sysfs ... nodev binfmt_misc udf iso9660 Your device identification is good, but I think you lack "driver" for windows file system UDF. I will search more data on google ? Can you confirm "cat /proc

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-25 Thread Jan Hlodan
> Can you confirm "cat /proc/filesystems" has iso9660 line but not udf ? yes, I can confirm that after "sudo mount -t iso9660 /dev/sr0 /media/cdrom0/" is no 'udf' in "/proc/filesystems" just this: nodev mqueue iso9660 -- The system doesn't recognise and auto-mount cdrom when cd was b

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-25 Thread delance
Do also a "uname -rv" to get your kernel version. Mine is "2.6.28-11-generic #42-Ubuntu SMP Fri Apr 17 01:57:59 UTC 2009" -- The system doesn't recognise and auto-mount cdrom when cd was burned in Windows. https://bugs.launchpad.net/bugs/377373 You received this bug notification because you are a

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-25 Thread delance
If you do not need multi-sessions CD-R, you can on Window choose iso9660 instead of udf. Your burn software ask probably if you want multi- session (say No) or if you want to "close" the CD (say Yes). But Linux kernel should read udf CD-R. And it is not an solution for your already burned CD-R. I

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-27 Thread Jan Hlodan
I haven't used Windows for years. I'm not going to burn any CDs in Windows. I have discovered this bug when I tried to mount and play any commercial audio CD from music store. Then I realised that it should affect also CDs burned in Windows. So I tried to mound some CD which I burned in Windows

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-27 Thread Jan Hlodan
** Package changed: util-linux (Ubuntu) => udftools (Ubuntu) -- The system doesn't recognise and auto-mount cdrom when cd was burned in Windows. https://bugs.launchpad.net/bugs/377373 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- u

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-27 Thread Jan Hlodan
** Package changed: udftools (Ubuntu) => linux (Ubuntu) -- The system doesn't recognise and auto-mount cdrom when cd was burned in Windows. https://bugs.launchpad.net/bugs/377373 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-28 Thread delance
I am on Ubuntu. In Synaptic, kernel 2.6.28-12 is today tagged "for test" (jaunty-proposed) kernel 2.6.28-11 is today tagged "stable" (jaunty-update) -- The system doesn't recognise and auto-mount cdrom when cd was burned in Windows. https://bugs.launchpad.net/bugs/377373 You received this bug no

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-21 Thread delance
In my Ubuntu /etc/fstab, I have : /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0 Try with utf8 (prehaps windows use unicode). ** Package changed: ubuntu => util-linux (Ubuntu) -- The system doesn't recognise and auto-mount cdrom when cd was burned in Windows. h

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-22 Thread Jan Hlodan
It didn't help. # cdrom /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf80 0 -- The system doesn't recognise and auto-mount cdrom when cd was burned in Windows. https://bugs.launchpad.net/bugs/377373 You received this bu

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-22 Thread delance
Don't use scd0 but cdrom. We have not the same device. Windows use a standard derived from iso9660, Joliet, but it is managed by Ubuntu (except if you disable it). Could you try with a commercial CD (not burnt)? The burnt CD which fails with 9.04 worked with previous version (try an old CD) ? -

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-22 Thread delance
Try" sudo mount /media/cdrom0" to get a error message, and then "dmesg|tail". Prehaps duplicate of https://bugs.launchpad.net/ubuntu/+source/linux/+bug/106910, there were problem with CD at UDF standard. -- The system doesn't recognise and auto-mount cdrom when cd was burned in Windows. https://

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-22 Thread Jan Hlodan
> Don't use scd0 but cdrom. We have not the same device. OK. Changed. # cdrom /dev/cdrom /media/cdrom0 udf,iso9660 user,noauto,exec,utf80 0 > Windows use a standard derived from iso9660, Joliet, but it is managed by > Ubuntu (excep

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-23 Thread delance
Hello, I am reading forum to learn how to investigate. 1++) CD standard identification I am on Ubuntu 9.04 Jaunty and introduce a CD-ROM burned on W/XP. Command mount return : /dev/sr0 on /media/cdrom0 type iso9660 (ro,nosuid,nodev,utf8,user=delance) What return mount on "other machine - Ubuntu

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-23 Thread Jan Hlodan
I forgot to write that I am on 64bit (Kubuntu 9.04) Toshiba Tecra A9 T9300 > What return mount on "other machine - Ubuntu 8.10" ? (I try to know which > standard used Windows) I'll past the output later. > What software do you use to burn CD on Windows ? If I remember it right, I used Nero on Wi

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-23 Thread delance
On my computer, I get : dela...@delance-desktop:~$ cat /proc/filesystems nodev sysfs ... nodev binfmt_misc udf iso9660 Your device identification is good, but I think you lack "driver" for windows file system UDF. I will search more data on google ? Can you confirm "cat /proc

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-25 Thread Jan Hlodan
> Can you confirm "cat /proc/filesystems" has iso9660 line but not udf ? yes, I can confirm that after "sudo mount -t iso9660 /dev/sr0 /media/cdrom0/" is no 'udf' in "/proc/filesystems" just this: nodev mqueue iso9660 -- The system doesn't recognise and auto-mount cdrom when cd was b

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-25 Thread delance
Do also a "uname -rv" to get your kernel version. Mine is "2.6.28-11-generic #42-Ubuntu SMP Fri Apr 17 01:57:59 UTC 2009" -- The system doesn't recognise and auto-mount cdrom when cd was burned in Windows. https://bugs.launchpad.net/bugs/377373 You received this bug notification because you are a

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-25 Thread delance
If you do not need multi-sessions CD-R, you can on Window choose iso9660 instead of udf. Your burn software ask probably if you want multi- session (say No) or if you want to "close" the CD (say Yes). But Linux kernel should read udf CD-R. And it is not an solution for your already burned CD-R. I

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-27 Thread Jan Hlodan
I haven't used Windows for years. I'm not going to burn any CDs in Windows. I have discovered this bug when I tried to mount and play any commercial audio CD from music store. Then I realised that it should affect also CDs burned in Windows. So I tried to mound some CD which I burned in Windows

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-27 Thread Jan Hlodan
** Package changed: util-linux (Ubuntu) => udftools (Ubuntu) -- The system doesn't recognise and auto-mount cdrom when cd was burned in Windows. https://bugs.launchpad.net/bugs/377373 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- u

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-27 Thread Jan Hlodan
** Package changed: udftools (Ubuntu) => linux (Ubuntu) -- The system doesn't recognise and auto-mount cdrom when cd was burned in Windows. https://bugs.launchpad.net/bugs/377373 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-28 Thread delance
I am on Ubuntu. In Synaptic, kernel 2.6.28-12 is today tagged "for test" (jaunty-proposed) kernel 2.6.28-11 is today tagged "stable" (jaunty-update) -- The system doesn't recognise and auto-mount cdrom when cd was burned in Windows. https://bugs.launchpad.net/bugs/377373 You received this bug no

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-29 Thread Jan Hlodan
How you mean this? Do you think that "stable" version is supporting udf in this case? -- The system doesn't recognise and auto-mount cdrom when cd was burned in Windows. https://bugs.launchpad.net/bugs/377373 You received this bug notification because you are a member of Ubuntu Bugs, which is sub

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-30 Thread delance
Yes. I do not know how you get version 2.6.28-12,as in default configuration it is 2.6.28-11 which is supported. Perhaps in Synaptic depot, you have added jaunty-proposed to use a software. You should try to go back to 2.6.28-11 and wait the next "stable" kernel, by removing jaunty-proposed in yo

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-30 Thread Jan Hlodan
I booted into 2.6.28-11 $ uname -rv 2.6.28-11-generic #42-Ubuntu SMP Fri Apr 17 01:58:03 UTC 2009 # modprobe udf # mount -t udf /dev/sr0 /media/cdrom0/ mount: block device /dev/sr0 is write-protected, mounting read-only mount: wrong fs type, bad option, bad superblock on /dev/sr0, missing c

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-30 Thread delance
*** This bug is a duplicate of bug 106910 *** https://bugs.launchpad.net/bugs/106910 I found that DVD Video are on Udf format. And the DVD is mounted with any problem! And without udf kernel module. If I do "modprobe udf", the DVD is also mounted. dela...@delance-desktop:~$ lsmod | grep udf

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-21 Thread delance
In my Ubuntu /etc/fstab, I have : /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0 Try with utf8 (prehaps windows use unicode). ** Package changed: ubuntu => util-linux (Ubuntu) -- The system doesn't recognise and auto-mount cdrom when cd was burned in Windows. h

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-22 Thread Jan Hlodan
It didn't help. # cdrom /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf80 0 -- The system doesn't recognise and auto-mount cdrom when cd was burned in Windows. https://bugs.launchpad.net/bugs/377373 You received this bu

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-22 Thread delance
Don't use scd0 but cdrom. We have not the same device. Windows use a standard derived from iso9660, Joliet, but it is managed by Ubuntu (except if you disable it). Could you try with a commercial CD (not burnt)? The burnt CD which fails with 9.04 worked with previous version (try an old CD) ? -

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-22 Thread delance
Try" sudo mount /media/cdrom0" to get a error message, and then "dmesg|tail". Prehaps duplicate of https://bugs.launchpad.net/ubuntu/+source/linux/+bug/106910, there were problem with CD at UDF standard. -- The system doesn't recognise and auto-mount cdrom when cd was burned in Windows. https://

[Bug 377373] Re: The system doesn't recognise and auto-mount cdrom when cd was burned in Windows.

2009-05-22 Thread Jan Hlodan
> Don't use scd0 but cdrom. We have not the same device. OK. Changed. # cdrom /dev/cdrom /media/cdrom0 udf,iso9660 user,noauto,exec,utf80 0 > Windows use a standard derived from iso9660, Joliet, but it is managed by > Ubuntu (excep

  1   2   >