Questions tagged [ufs]

9 questions
3
votes
1 answer

Opening up ZFS pool as writable

I have installed FreeBSD onto a raw image file using QEMU Emulator successfully. I have formatted the image file using the ZFS file system (ZFS POOL). Using the following commands below I have successfully mounted the image file ready to be opened…
3
votes
2 answers

What is the difference between container layer and volume in Docker?

In the context of docker I understand what layers of an image is and what's the uppermost writable layer. If I run docker container without any -v arguments will any volumes get created? If I do specify a volume (which is not a mount to some…
The Governor
  • 1,022
  • 1
  • 11
  • 26
2
votes
1 answer

According to the union file system, does image actually container another image?

In Docker, an image is a stack of Read-only image layers. We also know that images share layers or other images. My question is about how this sharing mechanism work. Does an image have pointers to the Docker storage driver or do they actually…
ethankong113
  • 317
  • 4
  • 11
1
vote
0 answers

How to determine if an android application uses Trusted Execution Environment (TEE) and Secure Element (SE)?

I have gone through questions One and Two. But still I have an additional question. How do we find out that an android application uses Trusted Execution Environment (TEE) and Secure Element (SE). Particularly a hardware backed environment. Thanks
1
vote
1 answer

Does every mount on FreeBSD need the 10% "root space"?

So, our servers are being managed by a hosting provider. These servers are running FreeBSD. Each disk we let them mount loses 10% of it's disk space. I know (if I understand correctly) that this is normal and the reason is that the file-system…
vrijdenker
  • 1,284
  • 10
  • 24
0
votes
1 answer

How to find out if an android device is using Trusty TEE security OS?

I am new to Trusty TEE OS. Is there any way to find out if an Android Device uses such an OS without rooting the device ? AFAIK there, DRM (Digital Rights Management) is the most widely used application of Trusty OS. Some examples for DRM frameworks…
0
votes
1 answer

gpart: Unknown command: resize

I'm trying to resize a UFS file system on an old FreeBSD server (FreeBSD 7.1). I'm using gpart to do this,following this documentation: https://www.freebsd.org/doc/handbook/disks-growing.html I may be running an old/deprecated version of it or…
halsi
  • 9
  • 1
0
votes
0 answers

How to remove an entry in a fixed length array in C?

I am working on a program that resembles the Unix File System. I am working in C. I am stuck on the following problem: The function in question is a function that removes a specific file entry from a directory. The directory has an iNode and a…
123dz
  • 21
  • 1
  • 5
0
votes
0 answers

Torusware speedus and Hazelcast

after watching a presentation about how Speedus can optimize 110% the Hazelcast performance I decided to give it a try. I did the following setup, I downloaded the Ubuntu docker image supplied with speedus. My host operating system is MacOs with 8…
Alexander Petrov
  • 9,723
  • 24
  • 57