#disk : the circular figure of a celestial body, as seen projected of the heavens

- French: disque

- German: die Scheibe

- Italian: disco

- Portuguese: disco

- Spanish: disco

------------

Try Christian's word chain building game @ https://wordwallgame.com

Word Wall

讓 Debian 可以將「掛」上來的 storage 給其他 user 使用

Ubuntu 22 的時候,外部的 storage (以及 encrypted disk) 會被掛在 /media/$USER/$DISKNAME 這邊,但換到了 Debian 後,系統會掛到 /run/media/$USER/$DISKNAME,而且 /run/media/$USER 目錄會是 700。 於是 virt-manager 就讀不到我放在其他加密硬碟上的檔案了。 問了 LLM 給了一個解法: ENV{ID_FS_USAGE}==filesystem, ENV{UDISKS_FILESYSTEM_SHARED}=1 然後順藤摸瓜可以在 udisks 這邊可以看到說明,這樣就會掛到 /media/$DISKNAME 了,比之前 Ubuntu 下更乾淨一些?...

Gea-Suan Lin's BLOG
Hill I will die on. Properly using the words #diskettes and #floppies when talking about the 3.5” and 5.25” #disk #drive #mediums.
Ever wondered why most hosting providers take 20% of disk space

Most hosting providers implement disk space limits, often around 20%, to effectively manage the finite physical storage resources of their servers while ensuring reliable performance and fair access for all customers.

GTech Booster
expanding my disk partition

I have a Ubuntu Server and appear to be close to the end of my allocated disk space. root@sirius:~# df -h Filesystem Size Used Avail Use% Mounted on tmpfs ...

Ask Ubuntu

CHP'li Buca Belediyesi'nde maaş krizi: İşçiler iş bıraktı: Belediye binası önünde toplan işçiler adına açıklama yapan DİSK Genel-İş Sendikası İzmir 6 No'lu Şube Başkanı Değer Yıldız, Buca Belediyesinin işçilerin alacaklarını ödememesi nedeniyle eyleme başladıklarını söyledi.

İşçilerin ciddi şekilde mağdur edildiğini belirten Yıldız, şunları kaydetti:"3 aylık maaşları, yaklaşık 13… https://www.eshahaber.com.tr/haber/chp-li-buca-belediyesi-nde-maas-krizi-isciler-is-birakti-255684.html?utm_source=dlvr.it&utm_medium=mastodon EshaHaber.com.tr #BucaBelediyesi #MaaşKrizleri #İşçiHakları #İşBırakmaEylemi #DİSK

Expanding encrypted LVM volume size in Ubuntu — ottorask.com

I installed a fresh copy of Ubuntu 24.04 onto my new home server mini-PC. During installation I went with the default LUKS+LVM volume setup with encryption enabled. Somehow I did not notice at the time that the setup did not allocate all free disk space for the encrypted volume, and capped the Ubuntu filesystem at 100 gigabytes.