WARNING: Newbie here!
I want to install Arch on my Raspberry Pi 2, but there aren't any images available for the Pi 2 nor does Noobs support Arch install for ARM7.
Since I don't have a x82_64 Linux system I was trying to create an Arch microSD card with Raspbian following the guide at http://archlinuxarm.org/platforms/armv7 ... berry-pi-2
(I connected the microSD card with Pi through an sd to usb adapter. fdisk recognized it and I was able to find the device in the file manager at /media)
I was able to format the microSD card with fdisk and rebooted the system afterwards. (It said in the terminal that the card was busy and that I'd have to reboot to use it.)
However I got bashed

1. #mkfs.vfat
mkfs.vfat 3.0.13 (30 Jun 2012)
/dev/sda1 contains mounted filesystem
2. #mkdir boot
mkdir: cannot create directory 'boot:file exists
3. #mkfs.ext4 /dev/sda2
/dev/sda2 is mounted; will not create filesystem here!
4. #mkdir root
mkdir: cannot create directory 'boot:file exists
PS: I added a su password in Raspbian, so it's not because I was using sudo.
Downloading the file worked and I installed bsdtar.
I hope someone can help me as I'd really like to get Arch started!