ubuntu-phone team mailing list archive
-
ubuntu-phone team
-
Mailing list archive
-
Message #17043
Re: BQ E4.5 && UFS file system
Hi Matthias,
the kernel shipped with the device doesn't come with any modules. You
would probably have to build your own kernel with UFS support from
https://github.com/bq/aquaris-E4.5/tree/aquaris-E4.5-ubuntu-master .
cheers,
Simon
Am 11/30/2015 um 08:47 AM schrieb Matthias Apitz:
> 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
>
Follow ups
References