You are not logged in.

#1 2010-09-05 17:02:20

theking2
Banned
From: Romanshorn Switzerland
Registered: 2009-03-04
Posts: 372

[SOLVED] how to format FAT32

I try to format an external HD with FAT32. But nothing seems to work

[j@janus ~]$ sudo mkfs.msdos -F 32 /dev/sdg1
sudo: mkfs.msdos: command not found

and

[j@janus ~]$ sudo mkfs.vfat /dev/sdg1
sudo: mkfs.vfat: command not found

which package needs to be installed?

Last edited by theking2 (2010-09-06 19:07:14)


archlinux on a Gigabyte C1037UN-EU, 16GiB
a Promise  PDC40718 based ZFS set
root on a Samsung SSD PB22-J
running LogitechMediaServer(-git), Samba, MiniDLNA, TOR

Offline

#2 2010-09-05 17:17:03

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Offline

#3 2010-09-05 17:21:13

theking2
Banned
From: Romanshorn Switzerland
Registered: 2009-03-04
Posts: 372

Re: [SOLVED] how to format FAT32

thanks


sudo mkfs.msdos -F 32 /dev/sdg1

works now

Last edited by theking2 (2010-09-05 17:22:24)


archlinux on a Gigabyte C1037UN-EU, 16GiB
a Promise  PDC40718 based ZFS set
root on a Samsung SSD PB22-J
running LogitechMediaServer(-git), Samba, MiniDLNA, TOR

Offline

#4 2010-09-05 17:27:23

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] how to format FAT32

Install pkgtools-git and run

pkgfile some_command

e.g.

[karol@black ~]$ pkgfile mkfs.vfat
extra/dosfstools

to know what package has the file you're looking for.

Please remember to mark this thread as [solved].

Offline

#5 2010-09-06 19:09:28

theking2
Banned
From: Romanshorn Switzerland
Registered: 2009-03-04
Posts: 372

Re: [SOLVED] how to format FAT32

Indeed, After installing dosfstools 

pacman -S dosfstools

the mkfs.msdos was available.

What I did do was a search on FAT32 and mkfs.vfat but nothing showed up.


archlinux on a Gigabyte C1037UN-EU, 16GiB
a Promise  PDC40718 based ZFS set
root on a Samsung SSD PB22-J
running LogitechMediaServer(-git), Samba, MiniDLNA, TOR

Offline

#6 2010-09-07 11:07:56

argos.void
Member
Registered: 2010-07-18
Posts: 28

Re: [SOLVED] how to format FAT32

theking2 wrote:

Indeed, After installing dosfstools 

pacman -S dosfstools

the mkfs.msdos was available.

What I did do was a search on FAT32 and mkfs.vfat but nothing showed up.

For the future, if you use Windows-related fs, install ntfsprogs too.


"The old UNIX hackers never die, they only turn to zombie processes"

Offline

Board footer

Powered by FluxBB