disk

Search

You can find the results of your search below.

KVM Setup @home_server:home_server_setup
29 Hits, Last modified:
stfs-tools'' is a library to access and modify VM disk images *''libosinfo-bin'' is a library with gue... mand ''virsh edit VM_name'' To get virtual image disk information ''sudo qemu-img info /path_to/name_VM... chines]] *[[https://libvirt.org/kbase/live_full_disk_backup.html|Libvirt.org - Efficient live full disk backup]] ---- =====KVM Cheat Sheet===== There are p
SSH Notes @home_server:home_server_setup:other_services
10 Hits, Last modified:
print(f"Percentage: {swap.percent}%") # Disk Information print("="*40, "Disk Information", "="*40) print("Partitions and Usage:") # get all disk partitions partitions = psutil.disk_partitions() for partition in partitions: print(f"=
VNC Server @home_server:home_server_setup
6 Hits, Last modified:
but be very careful if using in root...) *Gnome disk utility; package: gnome-disk-utility. (CLI: ''gksudo gnome-disk &'', but be care if using in root...) *Gnome disk usage utility; package: boabab. (CLI: boabab &) ++
Back-up Server Old Setup @home_server:home_server_setup:other_services
6 Hits, Last modified:
work: ''sudo mount -t overlay -o lowerdir=/media/Disk2/backup,upperdir=/media/Disk1/backup,workdir=/media/Disk1/.backup overlay /media/Disk1/backup'' The syntax is reasonably evident from the command. The workdir
Linux Block Device Notes @home_server:home_server_setup:other_services
4 Hits, Last modified:
{tag>linux debian nfs parted fstab format partion disk mount umount fstab unmount}} =======Linux Block Device Notes====== =====Linux Disk Partition and Format Notes ===== ====Some basic tools==== *''ls -l /dev/disk/by-uuid/'' will list the disks with UUIDs *''ls... ab==== ''sudo vim /etc/fstab'' -to edit the boot disk mount table, remember to make matching mount poin
fsck - file system check @home_server:home_server_setup
3 Hits, Last modified:
k current disks use ''sudo fdisk -l''. (This is a disk partition command. Be careful with use.) *To ch... current disks use ''sudo parted -l''. (This is a disk partition command, more modern than fdisk. Be car... etup:vnc_setup]] *[[home_server:home_server_setup:disk_check]] *[[home_server:home_server_setup:other_se
My Home IT Setup @home_server:home_server_setup
3 Hits, Last modified:
of simultaneous disks, however a modern 3.5" hard disk has a data bandwidth similar to a 1Gb/s Ethernet,... data storage + 1 extra 10TB HD for a parity hard disk with Snapraid. All the spinning data hard disks a... etup:vnc_setup]] *[[home_server:home_server_setup:disk_check]] *[[home_server:home_server_setup:other_se
Home Server Index @home_server:home_server_setup:other_services
3 Hits, Last modified:
etup:vnc_setup]] *[[home_server:home_server_setup:disk_check]] </pagelist> ===Home Server Other Index==... *[[home_server:home_server_setup:other_services:disk]] *[[home_server:home_server_setup:other_servic... zy finder - fzf <- home_server:home_server_setup:disk_check|Prev ^ home_server:home_server_setup:other_
Rsync @home_server:home_server_setup:other_services
3 Hits, Last modified:
''sudo rsync %%--%%dry-run -av -u --delete /media/Disk1/ baumkp@192.168.1.10::all/media/disk1 --exclude=snapraid.* %%--%%exclude=.Trash* %%--%%exclude=lost* >... .txt'' ''sudo rsync -av -Puh %%--%%delete /media/Disk1/ baumkp@192.168.1.10::all/media/disk1 %%--%%exclude=snapraid.* %%--%%exclude=.Trash* %%--%%exclude=los
snapraid @home_server:home_server_setup:other_services
3 Hits, Last modified:
f --test-fmt path'' *''snapraid diff --test-fmt disk'' This will let you know the data disk from snapraids array perspective Snapraid does not expect you to... d1'' This will recreate any deleted file on data disk d1 *''snapraid fix -m -f Example/'' This will r
Network Setup @home_server:home_server_setup
2 Hits, Last modified:
My main server primary storage is 3.5" spinning disk with peak performance at best <2Gb/s and sustain ... etup:vnc_setup]] *[[home_server:home_server_setup:disk_check]] *[[home_server:home_server_setup:other_se
BASH Customisation @home_server:home_server_setup:other_services
2 Hits, Last modified:
alias dirusage='du -ch | grep total' # Grabs the disk usage in the current directory alias diskusage='df -hl --total | grep total' # Gets the total disk usage on your machine alias partusage='df -hlT --
KPTree - MSWindows Setup
1 Hits, Last modified:
files (multiple 1000s) and using huge amounts of disk space, in some cases well over 200GB!. So to help
Home Server Notes @home_server:home_server_setup
1 Hits, Last modified:
etup:vnc_setup]] *[[home_server:home_server_setup:disk_check]] *[[home_server:home_server_setup:other_se
Conky @home_server:home_server_setup:other_services
1 Hits, Last modified:
luding the status of the CPU, memory, swap space, disk storage, temperatures, processes, network interfa... }% ${color8}${fs_bar /home}$color ${color0}/media/disk1:$color ${fs_used /media/disk1} / ${fs_size /media/disk1}${alignr}${execi 9999 findmnt /media/disk1 -o SOURCE -n} | ${fs_type /media/
NFS @home_server:home_server_setup:other_services
1 Hits, Last modified: