Fri, 27 Apr 2007

Adding disks to VMWare


  • create the disk using the VMWare UI
  • fdisk /dev/sdc (or sdb or whatever you have created)
  • mkfs -t ext3 /dev/sdc1 (or sdc2 or whatever you have created)
  • create the mount point(s)
  • edit /etc/fstab
  • mount -a
  • df -h

[/unix] permanent link




November 2022
Sun Mon Tue Wed Thu Fri Sat