WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: ufs filesystem support  (Read 1336 times)

Offline b1ackmai1er

  • Jr. Member
  • **
  • Posts: 95
ufs filesystem support
« on: January 07, 2011, 05: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.

Offline maro

  • Hero Member
  • *****
  • Posts: 1228
Re: ufs filesystem support
« Reply #1 on: January 07, 2011, 03:35:46 PM »
AFAIK the # CONFIG_UFS_FS is not set entry from the TC kernel config 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.
« Last Edit: January 07, 2011, 08:36:03 PM by maro »

Offline b1ackmai1er

  • Jr. Member
  • **
  • Posts: 95
Re: ufs filesystem support
« Reply #2 on: January 07, 2011, 08:23:17 PM »
Holy crap batman!