OESF Portables Forum

Everything Else => Zaurus Distro Support and Discussion => Distros, Development, and Model Specific Forums => Archived Forums => Debian => Topic started by: ArchiMark on May 06, 2008, 07:22:56 pm

Title: Mkfs.msdos: Command Not Found - What's Up With That?
Post by: ArchiMark on May 06, 2008, 07:22:56 pm
Running Debian EABI on my 3200...

Was just trying to setup 3 partitions on a CF card, FAT16, ext2, and swap from Debian console...

fdisk worked fine...

No problem with setup for ext2 and swap, but having problem with FAT16 partition...

When I do

Code: [Select]
mkfs.msdos /dev/hdc1
mkfs.msdos: command not found

and when I try

Code: [Select]
mkfs.vfat /dev/hdc1
mkfs.vfat: command not found

 

Hope someone can please advise...

Thanks!
Title: Mkfs.msdos: Command Not Found - What's Up With That?
Post by: ArchiMark on May 06, 2008, 07:38:06 pm
OK, figured it out finally.....

 


Code: [Select]
#mkfs -T vfat /dev/sdc1