लिनक्स यूडीएफ
लगता है कि आप जिस परियोजना को देख रहे हैं, वह linux-udf परियोजना है। इस परियोजना का उल्लेख लिनक्स कर्नेल की udf.txt फ़ाइल में है ।
उनके सोर्सफोर्स साइट को देखते हुए डाउनलोड कहा जाता है udftools
। मेरे फेडोरा 19 के पैकेज रिपॉजिटरी में खोज करने पर मुझे वह सटीक पैकेज मिला।
$ yum search udf | grep "^udf"
udftools.x86_64 : Linux UDF Filesystem userspace utilities
udftools-debuginfo.x86_64 : Debug information for package udftools
आरपीएम की सामग्री।
$ rpm -ql udftools
/usr/bin/cdrwtool
/usr/bin/mkudffs
/usr/bin/pktsetup
/usr/bin/udffsck
/usr/bin/wrudf
/usr/share/doc/udftools-1.0.0b3
/usr/share/doc/udftools-1.0.0b3/AUTHORS
/usr/share/doc/udftools-1.0.0b3/COPYING
/usr/share/doc/udftools-1.0.0b3/ChangeLog
/usr/share/man/man1/cdrwtool.1.gz
/usr/share/man/man8/mkudffs.8.gz
/usr/share/man/man8/pktsetup.8.gz
ऊपर सूचीबद्ध उपकरणों के माध्यम से देख रहे हैं।
cdrwtool
Cdwrtool कमांड CD-R, CD-RW, या DVD-R डिवाइस पर कुछ कार्य कर सकती है। मुख्य रूप से ये मीडिया को रिक्त कर रहे हैं, इसे पैकेट-सीडी डिवाइस के साथ उपयोग करने के लिए तैयार कर रहे हैं, और एक यूडीएफ फाइल सिस्टम लागू कर रहे हैं।
mkudffs
mkudffs का उपयोग किसी डिवाइस (आमतौर पर डिस्क) पर UDF फाइलसिस्टम बनाने के लिए किया जाता है। डिवाइस डिवाइस के लिए विशेष फाइल है (उदाहरण के लिए / dev / hdX)। ब्लॉक-काउंट डिवाइस पर ब्लॉक की संख्या है। यदि छोड़ा गया है, तो mkudffs स्वचालित रूप से फाइल सिस्टम के आकार को आंकता है।
pktsetup
Pktsetup का उपयोग CD या DVD ब्लॉक डिवाइस के साथ पैकेट डिवाइस को जोड़ने के लिए किया जाता है, ताकि पैकेट डिवाइस को माउंट किया जा सके और संभवतः इसे रीड / राइट फ़ाइल सिस्टम के रूप में उपयोग किया जा सके। इसके लिए पैकेट डिवाइस, और UDF फाइल सिस्टम के लिए कर्नेल सपोर्ट की आवश्यकता होती है।
See: http://packet-cd.sourceforge.net/ ⟨⟩
एक UDF डीवीडी का प्रारूपण
यह ट्यूटोरियल दिखाता है कि आप UDF का उपयोग करके डीवीडी को कैसे प्रारूपित कर सकते हैं, जिसका शीर्षक है: UDF के साथ डीवीडी को कैसे प्रारूपित करें ।
उदाहरण
$ sudo mkudffs --media-type=dvd /dev/dvd
trying to change type of multiple extents
$ sudo dvd+rw-format /dev/dvd
* DVD±RW/-RAM format utility by , version 6.1.
* 4.7GB DVD+RW media detected.
* formatting 9.5\
$ sudo mkudffs /dev/dvd
start=0, blocks=16, type=RESERVED
start=16, blocks=3, type=VRS
start=19, blocks=237, type=USPACE
start=256, blocks=1, type=ANCHOR
start=257, blocks=16, type=PVDS
start=273, blocks=1, type=LVID
start=274, blocks=2294573, type=PSPACE
start=2294847, blocks=1, type=ANCHOR
start=2294848, blocks=239, type=USPACE
start=2295087, blocks=16, type=RVDS
start=2295103, blocks=1, type=ANCHOR
मीडिया का प्रकार निर्धारित करें
$ sudo dvd+rw-mediainfo /dev/dvd
एक आईएसओ बनाना
मुझे लगता है कि आप बहुत जल्दी खारिज कर रहे हैं genisoimage
। यदि आप इसके लिए मैन पेज देखते हैं तो यह स्विच है:
-udf Include UDF filesystem support in the generated filesystem image.
UDF support is currently in alpha status and for this reason, it is
not possible to create UDF-only images. UDF data structures are
currently coupled to the Joliet structures, so there are many
pitfalls with the current implementation. There is no UID/GID
support, there is no POSIX permission support, there is no support
for symlinks. Note that UDF wastes the space from sector ~20 to
sector 256 at the beginning of the disc in addition to the space
needed for real UDF data structures.
उदाहरण
$ genisoimage -udf -o image.iso R/
I: -input-charset not specified, using utf-8 (detected in locale settings)
Using SPLIT000.HTM;1 for R/x86_64-redhat-linux-gnu-library/2.13/plyr/html/splitter_a.html (splitter_d.html)
Using LIST_000.HTM;1 for R/x86_64-redhat-linux-gnu-library/2.13/plyr/html/list_to_vector.html (list_to_dataframe.html)
Using INDEX000.HTM;1 for R/x86_64-redhat-linux-gnu-library/2.13/plyr/html/indexed_array.html (indexed_df.html)
...
...
Using TEST_002.R;1 for R/x86_64-redhat-linux-gnu-library/2.13/plyr/tests/test-split-labels.r (test-split-data-frame.r)
Total translation table size: 0
Total rockridge attributes bytes: 0
Total directory bytes: 24576
Path table size(bytes): 134
Max brk space used 43000
1141 extents written (2 MB)
अब अगर हम परिणामी .iso
फ़ाइल की जांच करते हैं।
$ file im.iso
image.iso: # UDF filesystem data (version 1.5) 'CDROM '
यह पुष्टि करने के लिए कि image.iso
यह वास्तव में एक यूडीएफ फाइल सिस्टम है, हम इसे केवल दोहरी जांच के लिए माउंट कर सकते हैं।
$ sudo mount -o loop image.iso /mnt/
mount: /dev/loop0 is write-protected, mounting read-only
अब अगर देखें कि यह mount
कमांड के माध्यम से कैसे लगाया गया था ।
$ mount | grep '/mnt'
/home/saml/image.iso on /mnt type udf (ro,relatime,utf8)
संदर्भ