Operating System Programming 4DISS

(REV358--31-Jan-2024)
Welcome to the Operating System Programming for DISS site. The following is a step-by-step guide to set up a Virtual Debian Guest on VirtualBox. This site has been managed by VauLSMorg since 2020.
This is the WAY!

View on GitHub

HOME ABOUT WEB GITHUB TOP BOTTOM PREV NEXT

Find Your New Disk

Boot your Virtual Guest

su -

cbkadal@cbkadal:~$ su -
Password: 
root:~# 


Find All Disks

cat /proc/partitions

(VirtualBox Result, UTM is different)

root:~# cat /proc/partitions 

major minor  #blocks  name
   8        0   67108864 sda
   8        1     498688 sda1
   8        2   66608128 sda2
   8       16   67108864 sdb
   8       17     498688 sdb1
   8       18   66608128 sdb2
   8       32       4096 sdc


Cross checking the current mounted disks

df | grep \/dev\/sd

/dev/sda2       15421320 4795328   9820824  33% /
/dev/sdb2       31861548 2087496  28130020   7% /mnt/lfs


(In This Example) Your device is “/dev/sdc”



HOME ABOUT WEB GITHUB TOP BOTTOM PREV NEXT