Neelix
February 11, 2025, 6:59pm
1
Hello,
I just installed Budgie, using two partitions. A first one with the / mount point and the other with the /home mount point.
I notice that the system folder /boot /etc/ /var, etc⦠appears in my personal folder as well as on the system partition mounted as /.
How could it be ?
jlb
February 11, 2025, 8:32pm
2
Hi @Neelix !
This seems rather strange to me.
Please open the terminal (Ctrl Alt t) and enter this line to display the tree structure of your β/homeβ directory:
tree -d -L 1
Could you post the return by copying and pasting it into your message (β<>β button)?
Neelix
February 12, 2025, 1:38am
3
neelix@cochrane-linux:~$ tree -d -L 1
.
βββ bin
βββ boot
βββ Bureau
βββ cdrom
βββ Desktop
βββ dev
βββ Documents
βββ etc
βββ Images
βββ ModΓ¨les
βββ Musique
βββ opt
βββ Public
βββ snap
βββ TΓ©lΓ©chargements
βββ VidΓ©os
32 directories
Neelix
February 12, 2025, 1:43am
4
Entering this command, I notice that not all system directories are present. Some like /usr or /var are missing.
jlb
February 12, 2025, 4:47am
5
Yes, I see.
And what do these lines say?
tree boot -d -L 1
tree etc -d -L 1
tree opt -d -L 1
Neelix
February 12, 2025, 1:49pm
6
neelix@cochrane-linux:~$ tree boot -d -L 1
boot
βββ efi
βββ grub
βββ grub.bak
4 directories
neelix@cochrane-linux:~$ tree etc -d -L 1
etc
βββ acpi
βββ alsa
βββ alternatives
βββ apache2
βββ apm
βββ apparmor
βββ apparmor.d
βββ apport
βββ apt
βββ avahi
βββ bash_completion.d
βββ binfmt.d
βββ bluetooth
βββ brltty
βββ ca-certificates
βββ chatscripts
βββ clamav
βββ console-setup
βββ cracklib
βββ cron.d
βββ cron.daily
βββ cron.hourly
βββ cron.monthly
βββ cron.weekly
βββ CTparental
βββ cups
βββ cupshelpers
βββ dbconfig-common
βββ dbus-1
βββ dconf
βββ default
βββ depmod.d
βββ dhcp
βββ dictionaries-common
βββ dkms
βββ dnscrypt-proxy
βββ dnsmasq.d
βββ doc-base
βββ dpkg
βββ e2guardian
βββ emacs
βββ environment.d
βββ firefox
βββ fonts
βββ fwupd
βββ gdb
βββ geoclue
βββ ghostscript
βββ gimp
βββ glvnd
βββ gnome
βββ gnome-system-tools
βββ groff
βββ grub-customizer
βββ grub.d
βββ grub.d.bak
βββ gss
βββ gtk-2.0
βββ gtk-3.0
βββ guest-session
βββ hp
βββ ifplugd
βββ ImageMagick-6
βββ init
βββ init.d
βββ initramfs-tools
βββ ipp-usb
βββ iproute2
βββ java-21-openjdk
βββ java-8-openjdk
βββ kernel
βββ ldap
βββ ld.so.conf.d
βββ libblockdev
βββ libibverbs.d
βββ libnl-3
βββ libpaper.d
βββ libreoffice
βββ lightdm
βββ lighttpd
βββ logcheck
βββ logrotate.d
βββ lxc
βββ mame
βββ ModemManager
βββ modprobe.d
βββ modules-load.d
βββ mysql
βββ netplan
βββ network
βββ networkd-dispatcher
βββ NetworkManager
βββ newt
βββ ODBCDataSources
βββ openal
βββ OpenCL
βββ openni2
βββ opt
βββ PackageKit
βββ pam.d
βββ pcmcia
βββ perl
βββ php
βββ phpmyadmin
βββ pki
βββ pm
βββ polkit-1
βββ ppp
βββ privoxy
βββ profile.d
βββ proftpd
βββ pulse
βββ python2.7
βββ python3
βββ python3.10
βββ rc0.d
βββ rc1.d
βββ rc2.d
βββ rc3.d
βββ rc4.d
βββ rc5.d
βββ rc6.d
βββ rcS.d
βββ rsyslog.d
βββ samba
βββ sane.d
βββ security
βββ selinux
βββ sensors.d
βββ sgml
βββ skel
βββ snmp
βββ snmp-mibs-downloader
βββ spacefm
βββ speech-dispatcher
βββ ssh
βββ ssl
βββ sudoers.d
βββ sysctl.d
βββ systemd
βββ terminfo
βββ texmf
βββ thermald
βββ thunderbird
βββ timidity
βββ tmpfiles.d
βββ ubuntu-advantage
βββ udev
βββ udisks2
βββ ufw
βββ update-manager
βββ update-motd.d
βββ update-notifier
βββ UPower
βββ usb_modeswitch.d
βββ vbox
βββ vim
βββ vmware
βββ vmware-installer
βββ vmware-tools
βββ vmware-vix
βββ vulkan
βββ wpa_supplicant
βββ X11
βββ xdg
βββ xfce4
βββ xml
168 directories
neelix@cochrane-linux:~$ tree opt -d -L 1
opt
βββ brave.com
βββ calibre
βββ google
βββ libreoffice24.2
βββ libreoffice24.8
βββ libreoffice25.2
βββ master-pdf-editor-5
βββ wine-staging
βββ XnView
10 directories
These folders seems to be the ones from my old Xubuntu.
jlb
February 12, 2025, 4:05pm
7
Wow!
Iβm wondering how you managed to achieve this result.
Also, why is there a βgrub.bakβ folder in the β/bootβ directory? Is it left over from some other configuration?
My advice isnβt very professional, but you should try renaming the three directories β/bootβ, β/etcβ and β/optβ to β/boot0β, etc. to see if your system still boots and if the main applications in the other two directories (Thunderbird, Brave, Libreoffice) still work correctly.
If this is the case, you can delete these three directories. If not, Iβd advise you to reinstall from scratch, after backing up any important personal files, and choosing βManual partitioningβ as the installation type.
1 Like
hmm - have you somehow done an install over the top of a previous Xubuntu install, but you didnβt erase the Xubuntu partition first?
Neelix
February 13, 2025, 8:19am
10
Me Too !
These was was my old system files. So, I could remove them.
Thank you.
1 Like