Is there a UDF filesystem driver for DOS? (Users)
> > > We have ExFAT, FAT32, and even NTFS support in DOS, but I can't find a
> > > driver which allows the UDF filesystem to be read. Is there one
> > released,
> > > buried somewhere in obscurity? Or a UDF bootloader?
> >
> > Hi, AFAIK we don't have any ExFAT support. I only saw a source code
> example
> > that I was not able to compile under DJGPP that it would work properly.
> > About UDF - befor many years I wrote to author of Shuscdx to add UDF
> > support and he tried to make some simple test program that displayed
> > content of rootdir of UDF formated CD/DVD - it worked. But then he
> didn't
> > have time to continue work on that... I don't have any source from him.
>
>
> Here are the stats of UDF DVD+RW disc created in SlackWare Linux v14.0
>
> root@glennmcc:~# mount /dev/sr0 /dvd
> mount: warning: /dvd seems to be mounted read-only.
>
> root@glennmcc:~# mount
> /dev/sda1 on / type ext4 (rw,commit=0)
> proc on /proc type proc (rw)
> sysfs on /sys type sysfs (rw)
> tmpfs on /dev/shm type tmpfs (rw)
> gvfsd-fuse on /root/.gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev)
> /dev/sr0 on /dvd type udf (ro)
>
> root@glennmcc:~# ls /dvd -l
> total 4101564
> -r--r--r-- 1 root root 4200000000 May 20 19:16 4b_200m.mp4
>
> root@glennmcc:~#
>
> _________________________________________________________________
>
> And now reading that disc in.....
>
> Caldera OpenDOS 7.01
> Copyright (c) 1976, 1997 Caldera, Inc.
> All rights reserved.
>
> Volume in drive Q is 4b_200m
> Directory of Q:\
>
> 4B_200M.MP4 4200000000 5-20-13 7:16p
> 1 File(s) 0 bytes free
> _______________________________________________________________________
And now the stats of a 'commercially produced' dual-layer DVD
(again recorded in UDF file system), containing over 6gb of files.
[in this case the movie "Ice Age, Continental Drift"]
root@glennmcc:~# mount /dev/sr0 /dvd
mount: block device /dev/sr0 is write-protected, mounting read-only
root@glennmcc:~# mount
/dev/sda1 on / type ext4 (rw,commit=0)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
tmpfs on /dev/shm type tmpfs (rw)
gvfsd-fuse on /root/.gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev)
/dev/sr0 on /dvd type udf (ro)
root@glennmcc:~# ls /dvd/VIDEO_TS -l
total 6344280
-r--r--r-- 1 65534 65534 24576 Sep 21 2012 VIDEO_TS.BUP
-r--r--r-- 1 65534 65534 24576 Sep 21 2012 VIDEO_TS.IFO
-r--r--r-- 1 65534 65534 712704 Sep 21 2012 VIDEO_TS.VOB
-r--r--r-- 1 65534 65534 36864 Sep 21 2012 VTS_01_0.BUP
-r--r--r-- 1 65534 65534 36864 Sep 21 2012 VTS_01_0.IFO
-r--r--r-- 1 65534 65534 10240 Sep 21 2012 VTS_01_0.VOB
-r--r--r-- 1 65534 65534 1021399040 Sep 21 2012 VTS_01_1.VOB
-r--r--r-- 1 65534 65534 69632 Sep 21 2012 VTS_02_0.BUP
-r--r--r-- 1 65534 65534 69632 Sep 21 2012 VTS_02_0.IFO
-r--r--r-- 1 65534 65534 86358016 Sep 21 2012 VTS_02_0.VOB
-r--r--r-- 1 65534 65534 1073655808 Sep 21 2012 VTS_02_1.VOB
-r--r--r-- 1 65534 65534 1073676288 Sep 21 2012 VTS_02_2.VOB
-r--r--r-- 1 65534 65534 1073616896 Sep 21 2012 VTS_02_3.VOB
-r--r--r-- 1 65534 65534 1073700864 Sep 21 2012 VTS_02_4.VOB
-r--r--r-- 1 65534 65534 49958912 Sep 21 2012 VTS_02_5.VOB
-r--r--r-- 1 65534 65534 20480 Sep 21 2012 VTS_03_0.BUP
-r--r--r-- 1 65534 65534 20480 Sep 21 2012 VTS_03_0.IFO
-r--r--r-- 1 65534 65534 10240 Sep 21 2012 VTS_03_0.VOB
-r--r--r-- 1 65534 65534 1619968 Sep 21 2012 VTS_03_1.VOB
-r--r--r-- 1 65534 65534 20480 Sep 21 2012 VTS_04_0.BUP
-r--r--r-- 1 65534 65534 20480 Sep 21 2012 VTS_04_0.IFO
-r--r--r-- 1 65534 65534 10240 Sep 21 2012 VTS_04_0.VOB
-r--r--r-- 1 65534 65534 222527488 Sep 21 2012 VTS_04_1.VOB
-r--r--r-- 1 65534 65534 28672 Sep 21 2012 VTS_05_0.BUP
-r--r--r-- 1 65534 65534 28672 Sep 21 2012 VTS_05_0.IFO
-r--r--r-- 1 65534 65534 8192 Sep 21 2012 VTS_05_0.VOB
-r--r--r-- 1 65534 65534 393594880 Sep 21 2012 VTS_05_1.VOB
-r--r--r-- 1 65534 65534 28672 Sep 21 2012 VTS_06_0.BUP
-r--r--r-- 1 65534 65534 28672 Sep 21 2012 VTS_06_0.IFO
-r--r--r-- 1 65534 65534 10240 Sep 21 2012 VTS_06_0.VOB
-r--r--r-- 1 65534 65534 425213952 Sep 21 2012 VTS_06_1.VOB
root@glennmcc:~#
__________________________________________________________________
And now again reading that disc in...
Caldera OpenDOS 7.01
Copyright (c) 1976, 1997 Caldera, Inc.
All rights reserved.
Volume in drive Q is ICE_AGE_CON
Directory of Q:\VIDEO_TS
. <DIR> 9-21-12 1:48p
.. <DIR> 9-21-12 12:41p
VIDEO_TS.BUP 24576 9-21-12 1:39p
VIDEO_TS.IFO 24576 9-21-12 1:39p
VIDEO_TS.VOB 712704 9-21-12 1:39p
VTS_01_0.BUP 36864 9-21-12 1:39p
VTS_01_0.IFO 36864 9-21-12 1:39p
VTS_01_0.VOB 10240 9-21-12 1:39p
VTS_01_1.VOB 1021399040 9-21-12 1:41p
VTS_02_0.BUP 69632 9-21-12 1:41p
VTS_02_0.IFO 69632 9-21-12 1:41p
VTS_02_0.VOB 86358016 9-21-12 1:41p
VTS_02_1.VOB 1073655808 9-21-12 1:42p
VTS_02_2.VOB 1073676288 9-21-12 1:44p
VTS_02_3.VOB 1073616896 9-21-12 1:45p
VTS_02_4.VOB 1073700864 9-21-12 1:47p
VTS_02_5.VOB 49958912 9-21-12 1:47p
VTS_03_0.BUP 20480 9-21-12 1:47p
VTS_03_0.IFO 20480 9-21-12 1:47p
VTS_03_0.VOB 10240 9-21-12 1:47p
VTS_03_1.VOB 1619968 9-21-12 1:47p
VTS_04_0.BUP 20480 9-21-12 1:47p
VTS_04_0.IFO 20480 9-21-12 1:47p
VTS_04_0.VOB 10240 9-21-12 1:47p
VTS_04_1.VOB 222527488 9-21-12 1:47p
VTS_05_0.BUP 28672 9-21-12 1:47p
VTS_05_0.IFO 28672 9-21-12 1:47p
VTS_05_0.VOB 8192 9-21-12 1:47p
VTS_05_1.VOB 393594880 9-21-12 1:48p
VTS_06_0.BUP 28672 9-21-12 1:48p
VTS_06_0.IFO 28672 9-21-12 1:48p
VTS_06_0.VOB 10240 9-21-12 1:48p
VTS_06_1.VOB 425213952 9-21-12 1:48p
33 File(s) 0 bytes free
_________________________________________________________
---
--
http://glennmcc.org/
Complete thread:
- Is there a UDF filesystem driver for DOS? - Zyzzle, 19.05.2013, 07:24 (Users)
![Open in board view [Board]](img/board_d.gif)
![Open in mix view [Mix]](img/mix_d.gif)
- Is there a UDF filesystem driver for DOS? - RayeR, 20.05.2013, 15:58
- Is there a UDF filesystem driver for DOS? - glennmcc, 21.05.2013, 01:44
- Is there a UDF filesystem driver for DOS? - glennmcc, 21.05.2013, 02:24
- Is there a UDF filesystem driver for DOS? - RayeR, 23.05.2013, 13:28
- Is there a UDF filesystem driver for DOS? - glennmcc, 24.05.2013, 00:28
- Is there a UDF filesystem driver for DOS? - RayeR, 24.05.2013, 16:50
- Is there a UDF filesystem driver for DOS? - bretjohn, 24.05.2013, 17:26
- Is there a UDF filesystem driver for DOS? - glennmcc, 25.05.2013, 01:23
- Is there a UDF filesystem driver for DOS? - RayeR, 29.05.2013, 05:11
- Is there a UDF filesystem driver for DOS? - Zyzzle, 30.05.2013, 02:49
- Is there a UDF filesystem driver for DOS? - glennmcc, 31.05.2013, 00:53
- Is there a UDF filesystem driver for DOS? - RayeR, 31.05.2013, 04:39
- Is there a UDF filesystem driver for DOS? - glennmcc, 31.05.2013, 04:53
- Is there a UDF filesystem driver for DOS? - glennmcc, 31.05.2013, 06:05
- Is there a UDF filesystem driver for DOS? - RayeR, 02.06.2013, 01:03
- Is there a UDF filesystem driver for DOS? - glennmcc, 04.06.2013, 00:55
- Is there a UDF filesystem driver for DOS? - RayeR, 04.06.2013, 04:09
- Is there a UDF filesystem driver for DOS? - glennmcc, 04.06.2013, 17:09
- Is there a UDF filesystem driver for DOS? - RayeR, 07.06.2013, 01:23
- Is there a UDF filesystem driver for DOS? - glennmcc, 08.06.2013, 00:21
- Is there a UDF filesystem driver for DOS? - Zyzzle, 08.06.2013, 13:03
- Is there a UDF filesystem driver for DOS? - glennmcc, 09.06.2013, 05:08
- Is there a UDF filesystem driver for DOS? - Zyzzle, 08.06.2013, 13:03
- Is there a UDF filesystem driver for DOS? - bretjohn, 10.06.2013, 05:29
- Is there a UDF filesystem driver for DOS? - RayeR, 12.06.2013, 00:33
- Is there a UDF filesystem driver for DOS? - glennmcc, 13.06.2013, 02:55
- Is there a UDF filesystem driver for DOS? - tom, 13.06.2013, 11:33
- Is there a UDF filesystem driver for DOS? - roytam, 13.06.2013, 12:14
- Is there support for files > 4 GiB in DOS ? - DOS386, 18.06.2013, 10:14
- Is there a UDF filesystem driver for DOS? - Khusraw, 13.06.2013, 17:14
- Is there a UDF filesystem driver for DOS? - RayeR, 13.06.2013, 19:39
- Is there a UDF filesystem driver for DOS? - DOS386, 18.06.2013, 10:53
- Is there a UDF filesystem driver for DOS? - RayeR, 18.06.2013, 20:22
- comp.os.msdog.dgjp p.doesnt.work | R.I.P. - DOS386, 24.06.2013, 15:24
- Is there a UDF filesystem driver for DOS? - RayeR, 18.06.2013, 20:22
- Is there a UDF filesystem driver for DOS? - DOS386, 18.06.2013, 10:53
- Is there a UDF filesystem driver for DOS? - RayeR, 13.06.2013, 19:39
- Is there a UDF filesystem driver for DOS? - roytam, 13.06.2013, 12:14
- Is there a UDF filesystem driver for DOS? - tom, 13.06.2013, 11:33
- Is there a UDF filesystem driver for DOS? - glennmcc, 13.06.2013, 02:55
- Is there a UDF filesystem driver for DOS? - RayeR, 12.06.2013, 00:33
- Is there a UDF filesystem driver for DOS? - glennmcc, 08.06.2013, 00:21
- Is there a UDF filesystem driver for DOS? - RayeR, 07.06.2013, 01:23
- Is there a UDF filesystem driver for DOS? - glennmcc, 04.06.2013, 17:09
- Is there a UDF filesystem driver for DOS? - RayeR, 04.06.2013, 04:09
- Is there a UDF filesystem driver for DOS? - glennmcc, 04.06.2013, 00:55
- Is there a UDF filesystem driver for DOS? - RayeR, 02.06.2013, 01:03
- Is there a UDF filesystem driver for DOS? - glennmcc, 31.05.2013, 06:05
- Is there a UDF filesystem driver for DOS? - glennmcc, 31.05.2013, 04:53
- Is there a UDF filesystem driver for DOS? - RayeR, 31.05.2013, 04:39
- Is there a UDF filesystem driver for DOS? - RayeR, 29.05.2013, 05:11
- Is there a UDF filesystem driver for DOS? - glennmcc, 25.05.2013, 01:23
- Is there a UDF filesystem driver for DOS? - bretjohn, 24.05.2013, 17:26
- Is there a UDF filesystem driver for DOS? - RayeR, 24.05.2013, 16:50
- Is there a UDF filesystem driver for DOS? - glennmcc, 24.05.2013, 00:28
- Is there a UDF filesystem driver for DOS? - glennmcc, 21.05.2013, 01:44
- Is there a UDF filesystem driver for DOS? - bretjohn, 20.05.2013, 18:14
- Is there a UDF filesystem driver for DOS? - Zyzzle, 21.05.2013, 10:27
- Is there a UDF filesystem driver for DOS? - bretjohn, 21.05.2013, 17:52
- Is there a UDF filesystem driver for DOS? - Zyzzle, 21.05.2013, 23:10
- Is there a UDF filesystem driver for DOS? - bretjohn, 22.05.2013, 17:35
- Is there a UDF filesystem driver for DOS? - Zyzzle, 21.05.2013, 23:10
- Is there a UDF filesystem driver for DOS? - bretjohn, 21.05.2013, 17:52
- Is there a UDF filesystem driver for DOS? - Zyzzle, 21.05.2013, 10:27
- Is there a UDF filesystem driver for DOS? - RayeR, 20.05.2013, 15:58
Mix view