← Back to team overview

ubuntu-phone team mailing list archive

BQ E4.5 && UFS file system (was: Re: Read an USB memory)

 

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, ✉ guru@xxxxxxxxxxx, 🌐 http://www.unixarea.de/  ☎ +49-176-38902045


Follow ups

References