You are not logged in.
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
Offline
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
Install pkgtools-git and run
pkgfile some_commande.g.
[karol@black ~]$ pkgfile mkfs.vfat
extra/dosfstoolsto know what package has the file you're looking for.
Please remember to mark this thread as [solved].
Offline
Indeed, After installing dosfstools
pacman -S dosfstoolsthe 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
Indeed, After installing dosfstools
pacman -S dosfstoolsthe 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