LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Adding UDF file system (https://www.linuxquestions.org/questions/linux-newbie-8/adding-udf-file-system-331847/)

Caysho 06-09-2005 08:42 AM

Adding UDF file system
 
I have the following file systems:

Code:

[caysho@petrata caysho]$ cat /proc/filesystems
nodev  sysfs
nodev  rootfs
nodev  bdev
nodev  proc
nodev  sockfs
nodev  futexfs
nodev  tmpfs
nodev  pipefs
nodev  eventpollfs
nodev  devpts
        ext2
        cramfs
nodev  ramfs
nodev  devfs
nodev  mqueue
        ext3
nodev  usbfs
nodev  usbdevfs
nodev  supermount
        vfat
nodev  binfmt_misc
nodev  smbfs
        iso9660

Does adding UDF support require that I recompile the kernel with the additional file system selected ?
If there's another way, I'm interested :)

Boow 06-09-2005 11:18 AM

Try modprobe udf. If kmod is enable the module will load automatically when you try to mount a udf filesystem. You might also google pktcdvd if you want to write cd-rw. I never could get dvd-rw writing working

Caysho 06-09-2005 06:58 PM

Thanks, that worked.
I can now mount a data DVD :)


All times are GMT -5. The time now is 10:55 PM.