disk

Search

You can find the results of your search below.

SSH Notes
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"=
Back-up Server Old Setup
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
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
Home Server Index
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
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
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
BASH Customisation
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 --
Conky
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/
IPMI Console Setup
1 Hits, Last modified:
server_setup:other_services:index|Start page ^ home_server:home_server_setup:other_services:disk|Next ->
Commonly used commands and scripts
1 Hits, Last modified:
filename*' in current directory * ''%%find /mnt/disk1 -name findme*%%'' to find findme* under sub-directory /mnt/disk1. The %%' '%% is not required unless there is... etup:vnc_setup]] *[[home_server:home_server_setup:disk_check]] *[[home_server:home_server_setup:other_se
NFS
1 Hits, Last modified:
ecure,no_subtree_check,rw,nohide,fsid=0) #/export/Disk1 192.168.1.0/24(insecure,no_subtree_check,rw,nohide) #/export/Disk2 192.168.1.0/24(insecure,no_subtree_check,rw,nohide) /export/Disk4 192.168.1.0/24(insecure,no_subtree_check,rw,noh... n just be a unique assigned integer.) * /export/Disk1 and /export/Disk2 have been commented out as the