Anyone know good examples of cross-compiling for aarch64 using makepkg?

|
G 2022-09-11 00:46:25
il_muflone 2022-09-11 00:45:41
https://wiki.archlinux.org/title/File_recovery

Read very well the section in red

I appreciate it man

il_muflone 2022-09-11 00:47:31
never write anything to the disk containing the data to recover
this will overwrite forever any chance of recovering the lost files
Oski146 2022-09-11 00:48:28
so now iam finished setting arch up. is there anything i m,ust do otherwise the system is not working? i have set it all up with your help here and i figured the reboot problem out, i had to write some line in logind.conf
M H 2022-09-11 03:00:04
Do you guys set up firewall on arch?
KombaYo 2022-09-11 03:01:01
Hello everyone! There is some issue that easyeffects and firefox save file dialog are in whyte theme under x11 session, on wayland its fine. Seems like some gtk troubles with KDE
The same surprise with Manjaro (unstable brench), endeavourOS, Arch… doesn’t matter
Any ideas or i missed smth here?
ariefr 2022-09-11 06:27:12
Oski146 2022-09-11 00:48:28
so now iam finished setting arch up. is there anything i m,ust do otherwise the system is not working? i have set it all up with your help here and i figured the reboot problem out, i had to write some line in logind.conf

just use it daily, and full fill your needs with arch, don’t forgot to update.
troubleshoot your issue, or help others troubleshoot in here,
soon you will expand your knowledge in arch & linux in general

Oski146 2022-09-11 06:36:25
ariefr 2022-09-11 06:27:12
just use it daily, and full fill your needs with arch, don’t forgot to update.
troubleshoot your issue, or help others troubleshoot in here,
soon you will expand your knowledge in arch & linux in general

Thanks for the advice 🙂

ariefr 2022-09-11 06:36:52
Oski146 2022-09-11 06:36:25
Thanks for the advice 🙂

and get a sleep 🙂

Oski146 2022-09-11 06:37:30
Iam awake now.. its 5am here 🙂 but thanks
SJ 2022-09-11 08:24:46
Anyone know good examples of cross-compiling for aarch64 using makepkg?
Cristhixnn 2022-09-11 09:25:47
Hi. I just deleted windows and put Arch as the main OS and it doesn’t want to recognize the other 1000gb hard drive. can anyone help me?
Cristhixnn 2022-09-11 09:26:56
archlinuxgroup-613958.jpg

bakrtech 2022-09-11 09:32:30
Cristhixnn 2022-09-11 09:26:56
archlinuxgroup-613958.jpg

Could you share output of lsblk and sudo blkid

Cristhixnn 2022-09-11 09:33:38
archlinuxgroup-613960.jpg
return this
MRsahay 2022-09-11 09:33:40
Cristhixnn 2022-09-11 09:25:47
archlinuxgroup-613958.jpg
Hi. I just deleted windows and put Arch as the main OS and it doesn’t want to recognize the other 1000gb hard drive. can anyone help me?

is it ntfs i think your previous windows was with fast boot and didn’t shutdown properly that drive

Cristhixnn 2022-09-11 09:34:17
I think that’s it. What can I do there?
bakrtech 2022-09-11 09:34:23
Cristhixnn 2022-09-11 09:33:38
archlinuxgroup-613960.jpg
return this

Is there some useful data inside it

Cristhixnn 2022-09-11 09:35:00
I no longer have windows
bakrtech 2022-09-11 09:35:44
Cristhixnn 2022-09-11 09:35:00
archlinuxgroup-613960.jpg
I no longer have windows

My question is can we format it or is there any useful data inside it

Cristhixnn 2022-09-11 09:35:52
Tengo información importante en ese disco.
MRsahay 2022-09-11 09:36:02
did you have password in windows?
bakrtech 2022-09-11 09:36:16
Cristhixnn 2022-09-11 09:35:52
archlinuxgroup-613960.jpg
Tengo información importante en ese disco.

Sorry language not understood

Cristhixnn 2022-09-11 09:36:43
I completely deleted windows. Now I use arch as my operating system
bakrtech 2022-09-11 09:37:41
Cristhixnn 2022-09-11 09:36:43
archlinuxgroup-613960.jpg
I completely deleted windows. Now I use arch as my operating system

Ok so just format it (WARNING: all data inside it would be lost )

Cristhixnn 2022-09-11 09:38:40
I can’t do that. I always kept all the important information there. 🙁
bakrtech 2022-09-11 09:40:35
Ok now we got the point
Cristhixnn 2022-09-11 09:42:07
Can’t I fix it without losing the data? 🙁
bakrtech 2022-09-11 09:43:19
Ok
Follow the commands
mkdir windows_data
sudo mount -o rw /dev/sda1 windows_data

This is making a folder and then mounting disk on it

Cristhixnn 2022-09-11 09:43:58
I’m going to try
bakrtech 2022-09-11 09:44:30
Ok if gives error send scrnshot
Cristhixnn 2022-09-11 09:45:00
this rute is fine? /home/username
bakrtech 2022-09-11 09:45:27
Yea
bakrtech 2022-09-11 09:46:03
Cristhixnn 2022-09-11 09:45:00
archlinuxgroup-613960.jpg
this rute is fine? /home/username

If you are already in home directory no need to put this route

Cristhixnn 2022-09-11 09:48:38
archlinuxgroup-613980.jpg

bakrtech 2022-09-11 09:50:07
Use systemctl deamon-reload
|