Tiny Core Linux

Tiny Core Base => TCB Q&A Forum => Topic started by: b1ackmai1er on January 07, 2011, 08:54:22 AM

Title: ufs filesystem support
Post by: b1ackmai1er on January 07, 2011, 08:54:22 AM
Hi,

Does TC 3.4 support ufs filesystem?

I cant seem to get my external usb drive to mount anymore. Mounts ok on another computer(ubuntu)

Drive is recognized (lsusb) and appears in mount tool as sdc1 but clicking on it fails to mount but no error given (even in log)

Tried the following command line:
sudo mount -r -t ufs -o ufstype=ufs2 /dev/sdc /mnt/sdc1

Tried loading file-systems package but uit is not in there either.

Any suggestions? It used to work. Thanks.
Title: Re: ufs filesystem support
Post by: maro on January 07, 2011, 06:35:46 PM
AFAIK the # CONFIG_UFS_FS is not set entry from the TC kernel config (http://distro.ibiblio.org/pub/linux/distributions/tinycorelinux/3.x/release/src/kernel/config-2.6.33.3-tinycore) indicates that no support for UFS was compiled into the kernel (or created as a module). Therefore I'd say you'll have to re-compile this yourself.
Title: Re: ufs filesystem support
Post by: b1ackmai1er on January 07, 2011, 11:23:17 PM
Holy crap batman!