LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 12-19-2022, 02:03 PM   #1
Cthulhu-X
LQ Newbie
 
Registered: Dec 2022
Posts: 3

Rep: Reputation: 10
Question Rebuild Arch-Linux/ kde plasma to default settings?


I recently got my hands on a steam deck and I wanted to follow a guide on how to split a partition for windows on my sd card and I think I gave permission to things I shouldn't or I chose the wrong mounting point. Since the steam deck use kde plasma that meant me trying my things even an eldritch terror shouldn't mess with ; fstab; lol. I did something wrong and now my steam deck takes about 2 hours to turn on. I'm not good with linux so its it a way to rebuild all settings on kde plasma to original? I tryied to re- image the deck to no avail as I think that only rebuild the steam os. Thank you . Pls help! I'm a novice.
 
Old 12-19-2022, 02:30 PM   #2
jmgibson1981
Senior Member
 
Registered: Jun 2015
Location: Tucson, AZ USA
Distribution: Debian
Posts: 1,157

Rep: Reputation: 395Reputation: 395Reputation: 395Reputation: 395
First we'd need to see this modified fstab. Then your devices. These need to be run in a terminal.

This one will show us where you are now.

Code:
cat /etc/fstab
This one will give us device names + partition sizes. Hopefully it only has a couple partitions. Then it's just about size.

Code:
df -h
Post the output of those. It's just linux underneath so it shouldn't be to hard to put it back. In the future make a copy of files you mess with before you change the original for exactly this reason.

Last edited by jmgibson1981; 12-19-2022 at 02:31 PM.
 
2 members found this post helpful.
Old 12-19-2022, 04:24 PM   #3
jamison20000e
Senior Member
 
Registered: Nov 2005
Location: ...uncanny valley... infinity\1975; (randomly born:) Milwaukee, WI, US( + travel,) Earth&Mars (I wish,) END BORDER$!◣◢┌∩┐ Fe26-E,e...
Distribution: any GPL that work on freest-HW; has been KDE, CLI, Novena-SBC but open.. http://goo.gl/NqgqJx &c ;-)
Posts: 4,888
Blog Entries: 2

Rep: Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567
Second, you're paying for a steam deck and this is volunteer work; did you "" before you did it?!.
 
Old 12-19-2022, 07:57 PM   #4
Cthulhu-X
LQ Newbie
 
Registered: Dec 2022
Posts: 3

Original Poster
Rep: Reputation: 10
ok so this is what it shows. thanks for the help. I'm so lost on this I should had never touched this.


(1)(deck@steamdeck ~)$ cat /etc/fstab
# Static information about the filesystems.
# See fstab(5) for details.

# <file system> <dir> <type> <options> <dump> <pass>
# SteamOS partitions
#/dev/disk/by-partsets/self/rootfs / ext4 defaults 0 1
#/dev/disk/by-partsets/self/var /var ext4 defaults 0 2
/dev/disk/by-partsets/self/efi /efi vfat defaults,nofail,umask=0077,x-systemd.automount,x-systemd.idle-timeout=1min 0 2
/dev/disk/by-partsets/shared/esp /esp vfat defaults,nofail,umask=0077,x-systemd.automount,x-systemd.idle-timeout=1min 0 2
/dev/disk/by-partsets/shared/home /home ext4 defaults,nofail,x-systemd.growfs 0 2
(deck@steamdeck ~)$ df -h
Filesystem Size Used Avail Use% Mounted on
devtmpfs 7.3G 0 7.3G 0% /dev
tmpfs 7.3G 67M 7.2G 1% /dev/shm
tmpfs 2.9G 9.9M 2.9G 1% /run
/dev/nvme0n1p5 5.0G 3.2G 1.5G 69% /
/dev/nvme0n1p7 230M 32M 182M 15% /var
overlay 230M 32M 182M 15% /etc
/dev/nvme0n1p8 47G 9.7G 37G 21% /home
tmpfs 7.3G 32K 7.3G 1% /tmp
tmpfs 1.5G 3.6M 1.5G 1% /run/user/1000
/dev/sda3 5.0G 3.2G 1.6G 67% /run/media/deck/rootfs
 
Old 12-20-2022, 07:45 AM   #5
jmgibson1981
Senior Member
 
Registered: Jun 2015
Location: Tucson, AZ USA
Distribution: Debian
Posts: 1,157

Rep: Reputation: 395Reputation: 395Reputation: 395Reputation: 395
Code:
# <file system> <dir> <type> <options> <dump> <pass>
# SteamOS partitions
#/dev/disk/by-partsets/self/rootfs /       ext4    defaults                0       1
#/dev/disk/by-partsets/self/var    /var    ext4    defaults                0       2
/dev/disk/by-partsets/self/efi    /efi    vfat    defaults,nofail,umask=0077,x-systemd.automount,x-systemd.idle-timeout=1min 0       2
/dev/disk/by-partsets/shared/esp  /esp    vfat    defaults,nofail,umask=0077,x-systemd.automount,x-systemd.idle-timeout=1min 0       2
/dev/disk/by-partsets/shared/home /home   ext4    defaults,nofail,x-systemd.growfs 0       2
Found this on the steam's help chat stuff. It said it's the default. Not sure you changed anything here. That being said if it's KDE specifically. You would need to find the KDE settings folders in /home/"$USER"/.config and remove them. On the next login stuff would be created as needed for effectively a full reset. This shouldn't delete your game stuff but I don't know how they customized it so hope for the best.

Last edited by jmgibson1981; 12-20-2022 at 08:02 AM.
 
1 members found this post helpful.
Old 12-20-2022, 02:13 PM   #6
jamison20000e
Senior Member
 
Registered: Nov 2005
Location: ...uncanny valley... infinity\1975; (randomly born:) Milwaukee, WI, US( + travel,) Earth&Mars (I wish,) END BORDER$!◣◢┌∩┐ Fe26-E,e...
Distribution: any GPL that work on freest-HW; has been KDE, CLI, Novena-SBC but open.. http://goo.gl/NqgqJx &c ;-)
Posts: 4,888
Blog Entries: 2

Rep: Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567
Exclamation

I'd suggest renaming or moving it, just in case? These things are usually brick at your own risk!
 
1 members found this post helpful.
Old 12-20-2022, 02:16 PM   #7
jamison20000e
Senior Member
 
Registered: Nov 2005
Location: ...uncanny valley... infinity\1975; (randomly born:) Milwaukee, WI, US( + travel,) Earth&Mars (I wish,) END BORDER$!◣◢┌∩┐ Fe26-E,e...
Distribution: any GPL that work on freest-HW; has been KDE, CLI, Novena-SBC but open.. http://goo.gl/NqgqJx &c ;-)
Posts: 4,888
Blog Entries: 2

Rep: Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567
I kinda want one...
 
Old 12-20-2022, 08:13 PM   #8
Cthulhu-X
LQ Newbie
 
Registered: Dec 2022
Posts: 3

Original Poster
Rep: Reputation: 10
That helped thank you so much!
 
Old 12-21-2022, 07:36 AM   #9
jamison20000e
Senior Member
 
Registered: Nov 2005
Location: ...uncanny valley... infinity\1975; (randomly born:) Milwaukee, WI, US( + travel,) Earth&Mars (I wish,) END BORDER$!◣◢┌∩┐ Fe26-E,e...
Distribution: any GPL that work on freest-HW; has been KDE, CLI, Novena-SBC but open.. http://goo.gl/NqgqJx &c ;-)
Posts: 4,888
Blog Entries: 2

Rep: Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567
There may be a better option with a Linux operating system (virtually, alongside or live) on your machine(-PC,) easily connecting to the SD card? Unless I'm missing what it's for, do you have the link you're following? [Added]Other people may find this, and useful; especially if you throw the words Steam deck in the title?[/Added]

Linux can read\write\* Linux and windows.

Last edited by jamison20000e; 12-21-2022 at 07:42 AM. Reason: Added
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: KDE Plasma 5.24.6 LTS Brings Many Fixes to Plasma Wayland, System Settings, and More LXer Syndicated Linux News 0 07-12-2022 04:31 AM
LXer: KaOS Linux 2022.02 Is Out with KDE Plasma 5.24, Makes Plasma Wayland Default Session LXer Syndicated Linux News 0 02-15-2022 08:03 AM
LXer: Solus Readies KDE Plasma Edition Testing ISO with Latest KDE Plasma 5.14 Desktop LXer Syndicated Linux News 0 10-25-2018 03:03 PM
LXer: KDE Plasma 5.13 Desktop Reaches End of Life, KDE Plasma 5.14 Arrives October 9 LXer Syndicated Linux News 0 09-15-2018 10:30 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 09:25 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration