A Virtual File System (VFS) or virtual filesystem switch is an abstraction layer on top of a more concrete file system.
Questions tagged [virtual-file-system]
6 questions
4
votes
1 answer
I reset Ubuntu on WSL with "Setting > Apps > Ubuntu > Reset". Now all my files in WSL filesystem is lost. How can I recover it?
I am using Ubuntu on WSL2 on Windows
(OS Version Details). I reset the Ubuntu app by giving:
Settings > Apps > Apps & Features > Ubuntu > Reset
Under 'uninstall' it's mentioned that uninstalling the WSL distribution doesn't affect the files, so does…
Vishnu 3333
- 45
- 1
- 5
2
votes
3 answers
How can I list virtual file system names and contents side by side?
When you type cd /sys/class/drm and then use:
$ ll */status
-rw-r--r-- 1 root root 4096 Dec 23 08:43 card1-DP-1/status
-rw-r--r-- 1 root root 4096 Dec 25 15:22 card1-DP-2/status
-rw-r--r-- 1 root root 4096 Dec 25 15:22 card1-eDP-1/status
-rw-r--r--…
WinEunuuchs2Unix
- 99,709
- 34
- 237
- 401
0
votes
1 answer
How to adjust the default volume size after installation of Ubuntu 18.04
I installed Ubuntu 18.04 on VMWare recently. When I create the VM, I specify the disk as 1000GB. I go through the installation by all options kept default except I selected the docker package.
After installation, the file system is only 200GB. How…
cmpltrtok
- 163
- 1
- 7
0
votes
1 answer
Exit read-only file system after system crash and hard reset (20.04.2 Server, VM)
Yesterday my system crashed forcing me to do a hard reset on my host machine whilst running 2 virtual machines. The first machine survived and the second has been put into a read only mode. After logging in to the VM I am presented with the…
mitchelangelo
- 141
- 5
0
votes
1 answer
Extending root partition on /dev/vda with space on /dev/vdb
I have a VPS which has this drive structure:
Is it possible to extend vda to take all space (375G) and remove vdb?
saeed asalisaf
- 1
- 1
0
votes
1 answer
Btrfs reports "ERROR: minimum size for each btrfs device is 131072000", but my drives are much larger
I have x2 2TB drives that I want to make a single Raid0 logical drive. The error I'm getting doesn't make any sense. Can someone explain what I'm missing here?
I use
lsblk -o name,mountpoint,size,uuid,fstype,model,serial
I see both devices are…
EEM23
- 1