avconv -i audiofile.ape audifile.flac
To install avconv you need to install the unhelpfully named package '
libav-tools'
sudo apt-get install libav-tools
avconv -i audiofile.ape audifile.flac
libav-tools'
sudo apt-get install libav-tools
# parted /dev/sdb # Substitute with the drive device you are trying to partition
> mklabel gpt # A gpt partition table is needed for partitions over 2TB
> mkpart pri 1 -1 # Makes a new primary partition using the whole disk
Now you can
format the partition the usual way. Here is an ext4 example;
mkfs -t ext4 /dev/sdb1