You are not logged in.

#1 2022-01-13 15:23:26

kqpa
Member
Registered: 2022-01-06
Posts: 9

[SOLVED] How can I check where I'm mounted?

I'm at the end of my Arch installation and I'm going to umount and reboot my computer, but when I run:

[root@archiso /]# umount /mnt
umount: /mnt: not mounted.

I get that.

Last edited by kqpa (2022-01-14 05:38:08)


Sorry for the dumb question in advance.

Offline

#2 2022-01-13 15:29:01

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,293

Re: [SOLVED] How can I check where I'm mounted?

findmnt
mount
lsblk -f

for some tools to find out what is mounted where. Note that if you're currently in the chroot like you would be if you follow the installation guide, then the entire point of a chroot is to make the dir you chroot into your new logical /. so assuming your ran arch-chroot /mnt everything that was mounted under /mnt is now "logically" under /.  To quit out of that you can just run exit and you'd land back on the root of your ISO. You can also just reboot from that position, the necessary unmounts should happen regardless.

Offline

Board footer

Powered by FluxBB