Как на guixsd заставить работать mkfs.vfat ? После установки dosfstools и linux-utils команды не работают `mkfs -t vfat /dev/sdb1` и `mkfs.vfat -F 32 /dev/sdb1` :
# guix package -i dosfstools
guix package: warning: Your Guix installation is 14 days old.
guix package: warning: Consider running 'guix pull' followed by
'guix package -u' to get up-to-date packages and security updates.
The following package will be upgraded:
dosfstools 4.1 → 4.1 /gnu/store/4im5hyda53qjnkc869m0fxdi7dm5f0lg-dosfstools-4.1
nothing to be done
# guix package -i util-linux
guix package: warning: Your Guix installation is 14 days old.
guix package: warning: Consider running 'guix pull' followed by
'guix package -u' to get up-to-date packages and security updates.
substitute: updating list of substitutes from 'https://mirror.hydra.gnu.org'... substitute: updating list of substitutes from 'https://mirror.hydra.gnu.org'... 100.0%
The following package will be installed:
util-linux 2.32 /gnu/store/fbaawq3xvpqpnj4rdhbiq8kmkmf6biqv-util-linux-2.32
substitute: updating list of substitutes from 'https://mirror.hydra.gnu.org'... substitute: updating list of substitutes from 'https://mirror.hydra.gnu.org'... 100.0%
The following derivations will be built:
/gnu/store/jcng30i298cl3hqq53nh6wwbh2smxi5n-profile.drv
/gnu/store/vg32722wkysmvaiyrff3hn59bcw0lizj-ca-certificate-bundle.drv
/gnu/store/v1p570wyjh7w38a6znq84ji0nh5zif24-fonts-dir.drv
/gnu/store/n2d3bv69a6a38zvma6xvbyfsc64dxcdc-info-dir.drv
/gnu/store/9bj0aayjy2665h6w6mypvl95am5dnrmr-manual-database.drv
Creating manual page database...
126 entries processed in 0.7 s
4 packages in profile
The following environment variable definitions may be needed:
export PATH="/root/.guix-profile/bin:/root/.guix-profile/sbin${PATH:+:}$PATH"
# mkfs.vfat -F 32 /dev/sdb1
bash: mkfs.vfat: command not found
# fsck.fat -F 32 /dev/sdb1
bash: fsck.fat: command not found
# mkfs.fat -F 32 /dev/sdb1
bash: mkfs.fat: command not found
# mkfs -t vfat /dev/sdb1
mkfs: failed to execute mkfs.vfat: No such file or directory