Tiny Core Linux
		Tiny Core Base => TCB Q&A Forum => Topic started by: leifanator on October 12, 2010, 07:08:31 PM
		
			
			- 
				I have tiny core running on an i686 virtualbox sim.  The virtual hard drive is 8 GB which expands when full.  I have installed the required cfdisk, and grub.
 
 There are 2 partitions which I have written to the virtual hard drive:
 
 hda1     boot     primary    linux                           7998.98 MB
 hda2                 primary    linux swap / solaris      590.93 MB
 
 I have tried the following commands:
 
 mkfs.ext3 /dev/hda1
 
 mkfs.ext2 /dev/hda1
 
 mkfs.ext4 /dev/hda1
 
 
 I did everything the installation tutorial told me to do.  Help would be appreciated.
 
 Thank you!
- 
				OK, so what is the problem?
 
- 
				 when I type in mkfs.ext3 /dev/hda1, it says there is no such device.
			
- 
				never mind, I restarted it then it worked.
			
- 
				Crap, now I have another problem.  When I do rebuildfstab, it say permission denied.  Is this normal, because I didn't see a root terminal option.
			
- 
				use sudo.
 sudo rebuildfstab
- 
				and likewise: sudo mkfs.ext3 /dev/hda1