[Bug 17938] New: DVD Shrink does not recognize NTFS partitions - creates MDS instead of ISO files
http://bugs.winehq.org/show_bug.cgi?id=17938 Summary: DVD Shrink does not recognize NTFS partitions - creates MDS instead of ISO files Product: WineHQ Apps Database Version: unspecified Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: appdb-unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: werner.avenant(a)gmail.com Hi Guys Since version 1.1.18 DVD Shrink does not recognise NTFS partitions anymore. By design the program will go ahead and split the DVD over 4x 1GB files (ie MOVIE.I00, MOVIE.I01, MOVIE.I02) and create an MDS file to "link" the files together. It does this because it thinks the underlying filesystem does not support files bigger than 2Gb. The problem is that exiting linux tools to read/convert this MDS file simply does not work (I did try mdf2iso - didn't recognise the file). Even though everything works, it technically speaking makes DVD Shrink unusable since it is impossible to do something with the MDS file. I can confirm that the problem did not exist in Wine 1.1.15 - DVD shrink created ISO files as expected. Hope this helps Werner -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17938 Werner Avenant <werner.avenant(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|appdb-unknown |-unknown Product|WineHQ Apps Database |Wine Version|unspecified |1.1.18 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17938 --- Comment #1 from Austin English <austinenglish(a)gmail.com> 2009-04-03 11:20:53 --- Please run a regression test: http://wiki.winehq.org/RegressionTesting -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17938 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Alias|DVDShrinkFileSystem | Severity|major |normal Keywords| |regression --- Comment #2 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2009-04-04 04:14:53 --- Where is your regression test results? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17938 --- Comment #3 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2009-04-04 10:38:21 --- I think this related to reporting 'unixfs" for all HDD mounts instead of ntfs. If that's the case, then it's a program bug - and should be won't fix. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17938 --- Comment #4 from Austin English <austinenglish(a)gmail.com> 2009-04-04 12:22:41 --- (In reply to comment #3)
I think this related to reporting 'unixfs" for all HDD mounts instead of ntfs. If that's the case, then it's a program bug - and should be won't fix.
Not necessarily. There's no way to override this, and some applications depend on seeing NTFS file systems for certain features. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17938 --- Comment #5 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2009-04-04 14:05:40 --- Of course there is no way to override - Wine, nor Linux's ntfs driver support all ntfs features. If regression test will show this commit 8044c11ecfca09e2b643feccb95a4d8f645ba656 then this bug is a won't fix. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17938 --- Comment #6 from Austin English <austinenglish(a)gmail.com> 2009-04-04 16:21:01 --- (In reply to comment #5)
Of course there is no way to override - Wine, nor Linux's ntfs driver support all ntfs features.
If regression test will show this commit 8044c11ecfca09e2b643feccb95a4d8f645ba656 then this bug is a won't fix.
It's not actually depending on those features. There's no reason we can't (optionally) fake being an NTFS file system if it helps an application. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17938 Werner Avenant <werner.avenant(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |werner.avenant(a)gmail.com --- Comment #7 from Werner Avenant <werner.avenant(a)gmail.com> 2009-04-05 14:17:56 --- Hi Guys Just some additional feedback on the problem. I downgraded to the offical ubuntu package (ie the stable release 1.0.0-1ubuntu4~hardy1), and files are correctly ripped to ISO I apologise for not having regression tests, juggling 4 projects at the moment and didn't read the howto. Sorry - will do that asap. In case anyone runs into this problem (and searches the bugs) - the following workaround will work perfectly. It turns out the MDS file is very elementary and it is possible to "cat" all the files together into an ISO without any problems (the resulting ISO was written to DVD+R and played on a Pioneer Home DVD player without any problems). cat MOVIE.I00, MOVIE.I01, MOVIE.I02, MOVIE.I03 > MOVIE.ISO When you cat everything together don't include the MDS file. As a sidenote: Austin is correct when he says that DVD Shrink doesn't use any NTFS features (ie. permissions/user rights), it simply queries the system's filetype to decide whether or not it should got the MDS route or the ISO route. I have to ask - wouldn't it help if there was dropdown in wine's config allowing you to set your drive map as floppy, cd-rom, harddrive (fat), harddrive (fat32), harddrive (ntfs), harddrive (ext3) etc? At this stage you can only select "Local Hard drive" with no further specification of what harddrive it is. It seems strange to be able to specify a floppy file system or an ISO9660 filesystem but not having the ability to specify harddrive systems in a bit more detail. Hope this helps Werner -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17938 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |WONTFIX --- Comment #8 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2009-04-05 14:36:14 --- As I thought - won't fix -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17938 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #9 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2009-04-05 14:36:40 --- Closing. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17938 --- Comment #10 from Austin English <austinenglish(a)gmail.com> 2009-04-05 16:50:38 --- (In reply to comment #7)
I have to ask - wouldn't it help if there was dropdown in wine's config allowing you to set your drive map as floppy, cd-rom, harddrive (fat), harddrive (fat32), harddrive (ntfs), harddrive (ext3) etc? At this stage you can only select "Local Hard drive" with no further specification of what harddrive it is. It seems strange to be able to specify a floppy file system or an ISO9660 filesystem but not having the ability to specify harddrive systems in a bit more detail.
That's what I'm proposing. Googling shows that some applications will fail if an NTFS file system is not available. The patch in question was put in place to satisfy one application. I've sent an e-mail to wine-devel, so rather than get in an edit war over reopening this bug, I'll wait for comments there before reopening. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17938 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- URL| |http://www.afterdawn.com/sof | |tware/video_software/dvd_rip | |pers/dvd_shrink.cfm Status|CLOSED |UNCONFIRMED Keywords| |download Resolution|WONTFIX | --- Comment #11 from Austin English <austinenglish(a)gmail.com> 2009-04-06 11:06:13 --- Reopening per discussion on wine-devel. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17938 Todd Chester <ToddAndMargo(a)verizon.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ToddAndMargo(a)verizon.net -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17938 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #12 from Austin English <austinenglish(a)gmail.com> 2009-04-28 02:09:55 --- The patch was reverted. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17938 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #13 from Alexandre Julliard <julliard(a)winehq.org> 2009-05-08 12:51:13 --- Closing bugs fixed in 1.1.21. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org