You are not logged in.
I'm trying to install Arch on a virtualbox virtual machine to become familiar with it before I install it on my main system. I've created 4 partitions, dev/sda1=1007kB boot partition, dev/sda2/= 4gb root partition which I am trying to mount, dev/sda3=swap which I've already configure and dev/sda4=1792MB Home which I haven't mounted. I've formatted sda2 and sda4 in ext4, but whenever I run
mount /dev/sda2/mnt
I get an error message saying
mount: can't find /dev/sda2/mnt in /etc/fstab
I've tried to view fstab with the less command but I only got a bunch of tildes (~). I'm fairly new to linux so keeping the explanations simple would be appreciated.
Offline
maybe a space?
ezik
Offline
maybe a space?
ezik
Where?
Offline
mount /dev/sda2 /mnt
Jin, Jîyan, Azadî
Offline
The above post should fix the immediate issue you are posting about - but there is another issue:
dev/sda1=1007kB boot partition
Is that a typo? Because that's not big enough for a boot partition. The kernel itself is 3-4 times that size. 100MB is a common starting suggestion for /boot. I can do with quite a bit less than 100MB, but not that much less.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
@Trilby -- judging by the size the OP has created a BIOS boot partition, needed for non-EFI booting on GPT disks.
I don't think he will be mounting /boot to it (I hope not anyway).
Jin, Jîyan, Azadî
Offline
mount /dev/sda2 /mnt
That actually fixed the problem. I feel extremely stupid now.
Offline
Please remember to mark your thread as [Solved] by editing your first post and prepending it to the title.
Offline