Alejandro Vargas escribió: > Yo recuerdo que hace años existía el filesystem umsdos, que permitía > montar discos de DOS y meter atributos como permisos, dueño, etc de > linux. Lo hacía creando un archivo extra en cada directorio donde > metía la información que el fat no soporta (incluso nombres largos, > links, etc.). > > Sin embargo hoy estaba buscando la forma de hacerlo y el umsdos parece > no venir más con los kernels nuevos. ¿Alguien sabe si hay alguna otra > opción? > > Lo que pasa es que quiero hacer backups sobre un disco externo por USB > pero preferiría no formatearlo. Podría crear un filesystem dentro de > un archivo pero no puedo superar los 4Gb.
Hola, En Wikipedia en inglés [1] aparece esto: --- The UMSDOS project was started in 1992 by Jacques Gelinas and made available to the net in January 1994 as a patch. It was included in the standard distribution starting with kernel 1.1.36.[citation needed] UMSDOS was removed from the Linux 2.6.11 kernel for lack of maintenance.[citation needed] UVFAT, an extension of UMSDOS to use the Windows data structures for long filenames instead of its own, was discontinued before release.[citation needed] They should work in 2.4.x kernels.[citation needed] Earlier Linux distributions which used UMSDOS are MuLinux[citation needed], Monkey Linux [9][not in citation given] and Winlinux 2000 [10][not in citation given]. --- [1] http://en.wikipedia.org/wiki/Umsdos Por lo poco que leí entiendo que deberías probar la serie de kernels 2.4 -- Roberto
