LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   I can't mount UFS filesystem from Linux (https://www.linuxquestions.org/questions/linux-general-1/i-cant-mount-ufs-filesystem-from-linux-626759/)

malcarada 03-09-2008 07:34 AM

I can't mount UFS filesystem from Linux
 
If I use a Linux live CD I can't access FreeBSD on the computer hard disk, I specify mount -t ufs but I still get filesystem not recognised or failed to mount.

How can I mount a FreeBSD system (UFS filesystem) from a Linux live CD?

Lenard 03-09-2008 08:26 AM

Choose a Live Linux CD/DVD that has support for UDF, for example;

http://www.inside-security.de/insert_en.html

jschiwal 03-09-2008 08:39 AM

One possibility is that the live distro has a udf module built but it isn't loaded. There may be a module in "/lib/modules/<version>/kernel/fs/udf/udf.ko".
Look at the output of "lsmod". Is there a ufs module? If not try "sudo /sbin/modprobe udf" and then try mounting it again.

Tinkster 03-09-2008 12:27 PM

Moved: This thread is more suitable in <Linux-General> and has been moved accordingly to help your thread/question get the exposure it deserves.


All times are GMT -5. The time now is 07:21 AM.