Linux - mkfs.btrfs: command not found
Dobrý den,
nedaří se mi na linux ubuntu provést formát na filesystem btrfs:
rumburak@ubuntu:~$
sudo: mkfs-btrfs: command not found
rumburak@ubuntu:~$
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package mkfs.btrfs
rumburak@ubuntu:~$
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package btrfs-tools is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'btrfs-tools' has no installation candidate
Poradíte někdo jak tam brtfs dostat bez přidávání pochybných repositářů? Díky
Dobrý den,
chybu "mkfs.btrfs: command not found" vyřešíte doinstalací balíčku btrfs-progs :
rumburak@ubuntu:~$
Reading package lists... Done
Building dependency tree
Reading state information... Done
Suggested packages:
duperemove
The following NEW packages will be installed:
btrfs-progs
0 upgraded, 1 newly installed, 0 to remove and 467 not upgraded.
Need to get 654 kB of archives.
After this operation, 4 112 kB of additional disk space will be used. Show english version
nedaří se mi na linux ubuntu provést formát na filesystem btrfs:
rumburak@ubuntu:~$
sudo mkfs.btrfs
sudo: mkfs-btrfs: command not found
rumburak@ubuntu:~$
sudo apt install mkfs.btrfs
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package mkfs.btrfs
rumburak@ubuntu:~$
sudo apt install btrfs-tools
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package btrfs-tools is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'btrfs-tools' has no installation candidate
Poradíte někdo jak tam brtfs dostat bez přidávání pochybných repositářů? Díky
ODPOVĚĎ
Dobrý den,
chybu "mkfs.btrfs: command not found" vyřešíte doinstalací balíčku btrfs-progs :
rumburak@ubuntu:~$
sudo apt install btrfs-progs
Reading package lists... Done
Building dependency tree
Reading state information... Done
Suggested packages:
duperemove
The following NEW packages will be installed:
btrfs-progs
0 upgraded, 1 newly installed, 0 to remove and 467 not upgraded.
Need to get 654 kB of archives.
After this operation, 4 112 kB of additional disk space will be used. Show english version