為Linux虛擬機器增加磁碟空間
一 將Linux系統Power Off ,在虛擬機器設定中選擇 Add-->Hard Disk-->Next ....
二 啟動Linux,用Root使用者進入系統
三 為磁碟建立檔案系統:mkfs.ext3 /dev/sdb
四 掛載
[root@xugj ~]# mkdir /mnt/sdb
[root@xugj ~]# mount /dev/sdb /mnt/sdb
五 分割槽: fdisk /dev/sdb
點選(此處)摺疊或開啟
- [root@xugj ~]# fdisk /dev/sdb
- Device contains neither a valid DOS partition table, nor Sun, SGI or OSF disklab el
- Building a new DOS disklabel. Changes will remain in memory only,
- until you decide to write them. After that, of course, the previous
- content won't be recoverable.
- The number of cylinders for this disk is set to 1305.
- There is nothing wrong with that, but this is larger than 1024,
- and could in certain setups cause problems with:
- 1) software that runs at boot time (e.g., old versions of LILO)
- 2) booting and partitioning software from other OSs
- (e.g., DOS FDISK, OS/2 FDISK)
- Warning: invalid flag 0x0000 of partition table 4 will be corrected by w(rite)
- Command (m for help): m
- Command action
- a toggle a bootable flag
- b edit bsd disklabel
- c toggle the dos compatibility flag
- d delete a partition
- l list known partition types
- ………………
- Command (m for help): n
- Command action
- e extended
- p primary partition (1-4)
- p
- Partition number (1-4): 1
- First cylinder (1-1305, default 1):
- Using default value 1
- Last cylinder or +size or +sizeM or +sizeK (1-1305, default 1305):
- Using default value 1305
- Command (m for help): p
- Disk /dev/sdb: 10.7 GB, 10737418240 bytes
- 255 heads, 63 sectors/track, 1305 cylinders
- Units = cylinders of 16065 * 512 = 8225280 bytes
- Device Boot Start End Blocks Id System
- /dev/sdb1 1 1305 10482381 83 Linux
- Command (m for help): w
- The partition table has been altered!
- Calling ioctl() to re-read partition table.
- WARNING: Re-reading the partition table failed with error 0: 成功.
- The kernel still uses the old table.
- The new table will be used at the next reboot.
- Syncing disks.
六: 將“掛載”動作新增到開機執行中
[root@xugj ~]# vi /etc/fstab
新增一行:
/dev/sdb /mnt/sdb ext3 defaults 0 1
七:檢驗
[root@xugj ~]# df -h
檔案系統 容量 已用 可用 已用% 掛載點
/dev/mapper/VolGroup00-LogVol00 5.7G 4.8G 596M 90% /
/dev/sda1 99M 9.8M 84M 11% /boot
tmpfs 379M 0 379M 0% /dev/shm
/dev/mapper/VolGroup00-LogVol01 4.9G 2.8G 1.9G 61% /home
/dev/mapper/VolGroup00-LogVol03 279M 48M 218M 18% /tmp
/dev/sdb 9.9G 151M 9.2G 2% /var
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/30066956/viewspace-2105607/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- VMware下LINUX的虛擬機器增加磁碟空間Linux虛擬機
- C. VMware下LINUX的虛擬機器增加磁碟空間Linux虛擬機
- 給虛擬機器的增加空間虛擬機
- Linux 虛擬機器擴充套件磁碟空間Linux虛擬機套件
- VM虛擬機器增加磁碟空間的擴容操作(little by little)虛擬機
- Linux無停機增加虛擬機器磁碟容量Linux虛擬機
- 虛擬機器增加磁碟分割槽的大小虛擬機
- vm exsi 擴充套件windows虛擬機器磁碟空間套件Windows虛擬機
- 給Oracle BIGFILE表空間增加磁碟(通用的LINUX增加磁碟空間方案)OracleLinux
- linux虛擬機器磁碟擴容Linux虛擬機
- Virtualbox 《虛擬機器空間整理》虛擬機
- Linux虛擬機器擴充套件磁碟Linux虛擬機套件
- VM虛擬機器 linux系統新增磁碟虛擬機Linux
- vsphere 虛擬機器線上新增磁碟linux虛擬機Linux
- 虛擬機器配置共享磁碟虛擬機
- VMware虛擬機器Ubuntu根目錄磁碟空間(/dev/sda1)擴容虛擬機Ubuntudev
- vmware中新增Linux虛擬機器檔案系統空間Linux虛擬機
- 【WMware】為WMware Linux虛擬機器增加一塊50G硬碟Linux虛擬機硬碟
- VirtualBox 中增加現有虛擬機器的磁碟大小的方法虛擬機
- pve7.2虛擬機器 lvm磁碟擴容,增加硬碟操作虛擬機LVM硬碟
- Linux下為ASM增加空間LinuxASM
- 虛擬機器磁碟不足,新增磁碟擴容虛擬機
- 虛擬機器磁碟擴容parted虛擬機
- 用Jcmd命令分析虛擬機器Metaspace元空間虛擬機
- LVM擴容-----給虛擬機器新增空間LVM虛擬機
- 調整vmware虛擬機器硬碟空間的方法虛擬機硬碟
- 虛擬磁碟空間滿後的擴充套件方法套件
- 使用Vagrant 後發現虛擬機器磁碟空間爆滿的血淚填坑記虛擬機
- VMware虛擬機器Linux系統根目錄空間擴充操作虛擬機Linux
- linux 使用 ionice 限制 Xen 虛擬機器磁碟 IOLinux虛擬機
- VirtualBox虛擬機器新增共享磁碟虛擬機
- 虛擬機器磁碟中毒解密恢復虛擬機解密
- 為VMware增加虛擬硬碟硬碟
- 虛擬機器下linux OS如何給系統新增磁碟虛擬機Linux
- 解決Ubuntu虛擬機器佔用空間與實際空間不符問題Ubuntu虛擬機
- 轉:虛擬機器中為Linux新增硬碟虛擬機Linux硬碟
- Java虛擬機器的記憶體空間有幾種Java虛擬機記憶體
- Java虛擬機器的記憶體空間有幾種!Java虛擬機記憶體