You are not logged in.
I want to change the OS of my VPS from Ubuntu to Archlinux. Since the Control Panel did not offer the method that can inject a bootable image, so I am following this Install from existing Linux.
When I finished the installation of the base group, it told me that I can partition the disks. So I used fdisk to change the partition table (The VPS did not have a swap partition). Then when I want to format these partitions, it failed:
# mkfs.ext4 /dev/sda1
/dev/sda1 contains a ext4 file system
last mounted on / on Friday Oct 13 10:14:33 2017
Proceed anyway? (y,N) y
/dev/sda1 is mounted; will not make a filesystem here!
What should I do? Should I umount the partition?
P.S. All the operation were performed on a VMWare VM for fear of destorying my VPS entirely.
Last edited by Icarus_Radio (2017-10-13 11:20:22)
Offline
This is identical to your previous topic. Please don't do that. If you want a topic moved, ask a moderator to move it for you.
https://wiki.archlinux.org/index.php/Co … ss-posting
Last edited by 2ManyDogs (2017-10-14 17:10:21)
Offline
Installing from existing linux isn't about replacing what's there, it's about installing Arch to a separate partition.
Take a look at the VPS2Arch script that around.
Last edited by Scimmia (2017-10-14 17:19:39)
Offline