Fri, 27 Apr 2007
- create the disk using the VMWare UI
fdisk /dev/sdc
(orsdb
or whatever you have created)mkfs -t ext3 /dev/sdc1
(orsdc2
or whatever you have created)- create the mount point(s)
- edit
/etc/fstab
mount -a
df -h
Fri, 27 Apr 2007
|