Pagina 1 di 1

ISO-13346 "UDF" file system

Inviato: mer 19 mag 2010, 18:03
da samiel
Devo copiare alcuni file da un DVD di Windows 7
(problemi a scuola col sistema informatico).
Monto la iso su /mnt/iso ma vedo solo un README che dice:
This disc contains a "UDF" file system and requires an operating system
that supports the ISO-13346 "UDF" file system specification.
Che dovrei fare per vederne il contenuto?

Grazie
M.

Re: ISO-13346 "UDF" file system

Inviato: mer 19 mag 2010, 18:26
da JohnnyMnemonic
Credo che sia una cosa da abilitare nel kernel, ma non do garanzia al 100%

Re: ISO-13346 "UDF" file system

Inviato: mer 19 mag 2010, 18:28
da Mario Vanoni
samiel ha scritto:Devo copiare alcuni file da un DVD di Windows 7
(problemi a scuola col sistema informatico).
Monto la iso su /mnt/iso ma vedo solo un README che dice:
This disc contains a "UDF" file system and requires an operating system
that supports the ISO-13346 "UDF" file system specification.
Che dovrei fare per vederne il contenuto?

Grazie
M.
Leggi
http://forums.linuxmint.com/viewtopic.php?p=8492
ed aggiorna il kernel, nel 2.6.34/.config ci sono queste voci
./arch/x86/configs/i386_defconfig:2164:# CONFIG_UDF_FS is not set
./arch/x86/configs/x86_64_defconfig:2139:# CONFIG_UDF_FS is not set
a me non interessano.

Re: ISO-13346 "UDF" file system

Inviato: mer 19 mag 2010, 18:41
da conraid
Mario Vanoni ha scritto: ed aggiorna il kernel, nel 2.6.34/.config ci sono queste voci
./arch/x86/configs/i386_defconfig:2164:# CONFIG_UDF_FS is not set
./arch/x86/configs/x86_64_defconfig:2139:# CONFIG_UDF_FS is not set
a me non interessano.
beh... è da un po' che ci sono, anche nel 2.6.27 per esempio (il più vecchio che ho qui)
tra l'altro

Codice: Seleziona tutto

fs/udf/udf_sb.h:/* Since UDF 2.01 is ISO 13346 based... */
dovrebbe essere udf normale, a meno che microsoft non abbia modificato qualcosa

prova a fare

Codice: Seleziona tutto

modprobe udf
e poi

Codice: Seleziona tutto

mount -t udf etc...

Re: ISO-13346 "UDF" file system

Inviato: mer 19 mag 2010, 19:10
da metrofox
Se usi un kernel tuo personale allora devi aggiungere il filesystem UDF sotto FileSystem... Io dopo 6 mesi che compilo i "miei" kernel ho avuto solo ieri la conferma che funzionasse :D

Re: ISO-13346 "UDF" file system

Inviato: gio 20 mag 2010, 17:21
da samiel
Sì, con UDF funziona. La cosa che mi lascia perplesso
è che il comando file mi dà iso 9660 come file system,
ma in effetti è udf...

Grazie
M.