如何獲得可用的硬碟空間?

2021-04-17 19:55:12 字數 492 閱讀 8519

string osname = system.getproperty("os.name"); 

string command = "";

if (osname.indexof("nt") > -1)

command = "c://winnt//system32//cmd.exe";

else if (osname.indexof("windows") > -1)

command = "c://windows//command.com";

process p = runtime.getruntime().exec( command " /c dir > c://dir.txt");

p.waitfor();

然後你需要做的是對得到的dir.txt檔案進行分析。 如果你使用的是unix/linux作業系統,你可以使用類似的方法來獲得相關資訊。建議使用的命令是df -k > dir.txt。

vmlvare ubantu 拓展硬碟空間

1.先在在vmvare的設定中擴充套件硬碟大小。2.通過影象介面和命令來拓展硬碟 1 使用gparted工具對linux sda1進行擴容,如下文 2 命令方法 雖然已經擴大了磁碟,但是由於還沒有經過分割槽,指定檔案系統,所以linux作業系統無法識別 其實就相當於你的硬碟雖然大了,但是你並沒有對其...

CENTOS擴充套件硬碟空間

檢視lvm狀況 lsblk檢視硬碟管道 ls l sys block sda sys block sda devices pci0000 00 0000 00 10.0 host2 target2 0 0 2 0 0 0 block sda 掃瞄硬碟變動資訊 echo sys class scsi ...

linux cpu 記憶體 硬碟空間查詢

cpu 算式 cpu總核數 物理cpu個數 每顆物理cpu的核數 總邏輯cpu數 物理cpu個數 每顆物理cpu的核數 超執行緒數 檢視cpu型號 cat proc cpuinfo grep name cut f2 d uniq c 8 intel r xeon r cpu e5 2609 v2 2...