El día Friday, November 27, 2015 a las 08:27:06PM +0100, Matthias Apitz 
escribió:

> I have tested it with an OTG adapter (they are very cheap, 1.70 Euro).
> The USB stick is recognised fine and presented as /dev/sda*.
> 
> All my USB keys have one partition formated for FreeBSD' UFS file
> system. Is there a way to mount this in the BQ' Ubuntu?

Hi,

The 'askubuntu.com' says about mounting UFS file systems:

http://askubuntu.com/questions/85154/mount-ufs-filesystem

  sudo modprobe ufs

  mkdir ~/ufs_mount
  sudo mount -r -t ufs -o ufstype=ufs2 /dev/sdb1 /home/<your_username>/ufs_mount

The 'modprobe' fails with:

phablet@ubuntu-phablet:~$ sudo modprobe ufs
modprobe: ERROR: ../libkmod/libkmod.c:557 kmod_search_moddep() could not
open moddep file '/lib/modules/3.4.67/modules.dep.bin'

Any comments?

        matthias

-- 
Matthias Apitz, ✉ g...@unixarea.de, 🌐 http://www.unixarea.de/  ☎ 
+49-176-38902045

-- 
Mailing list: https://launchpad.net/~ubuntu-phone
Post to     : ubuntu-phone@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-phone
More help   : https://help.launchpad.net/ListHelp

Reply via email to