LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop
User Name
Password
Linux - Desktop This forum is for the discussion of all Linux Software used in a desktop context.

Notices


Reply
  Search this Thread
Old 04-06-2023, 09:11 AM   #31
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,372

Rep: Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593

what happens if you do this in a terminal:
Code:
sudo umount /home
If the system doesn't lock up requiring a hard power off or says unable to unmount, post the output of the following:
Code:
df -h
cat /etc/fstab

Last edited by colorpurple21859; 04-06-2023 at 09:12 AM.
 
1 members found this post helpful.
Old 04-06-2023, 08:00 PM   #32
Penstroke4
Member
 
Registered: Apr 2022
Posts: 43

Original Poster
Rep: Reputation: 0
Low space on boot

Quote:
Originally Posted by colorpurple21859 View Post
what happens if you do this in a terminal:
Code:
sudo umount /home
If the system doesn't lock up requiring a hard power off or says unable to unmount, post the output of the following:
Code:
df -h
cat /etc/fstab
<<<<<<<<<<<<<<<<
Below is the response:-

When I key-in the command " sudo umount /home" .The response is
Code:
sudo umount /home
umount: /home: target is busy.
Code:
df -h
$ cat /etc/fstab

#
# /etc/fstab
# Created by anaconda on Sat Aug 20 08:33:02 2022
#
# Accessible filesystems, by reference, are maintained under '/dev/disk/'.
# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info.
#
# After editing this file, run 'systemctl daemon-reload' to update systemd
# units generated from this file.
#
UUID=1ae30cdf-07b6-4e89-b0f2-7e2ac2a7c4d4 /                       btrfs   subvol=root,compress=zstd:1 0 0
UUID=bfcbd0d0-5e1f-43c6-8d85-1f0fa0a6cae5 /boot                   ext4    defaults        1 2
UUID=1ae30cdf-07b6-4e89-b0f2-7e2ac2a7c4d4 /home                   btrfs   subvol=home,compress=zstd:1 0 0
UUID=ac1205ac-eef2-4534-b75a-6be24364697a none                    swap    defaults        0 0
[Penstroke4]] $
 
Old 04-06-2023, 08:37 PM   #33
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,764

Rep: Reputation: 5931Reputation: 5931Reputation: 5931Reputation: 5931Reputation: 5931Reputation: 5931Reputation: 5931Reputation: 5931Reputation: 5931Reputation: 5931Reputation: 5931
The OP is using btrfs subvolumes and there is nothing wrong with the fstab file. I suspect the warning message is actually for /(root) and not boot. Have you checked the boot logs?

Quote:
/dev/sda9 73G 68G 3.7G 95% /
At the moment I do not know why your system is misbehaving but maybe you have some process that has gone astray. Do you have a backup program running? btrfs snapshots? As suggested can you free up some space?
 
1 members found this post helpful.
Old 04-07-2023, 09:05 AM   #34
Penstroke4
Member
 
Registered: Apr 2022
Posts: 43

Original Poster
Rep: Reputation: 0
Low space on boot

Quote:
Originally Posted by michaelk View Post
The OP is using btrfs subvolumes and there is nothing wrong with the fstab file. I suspect the warning message is actually for /(root) and not boot. Have you checked the boot logs?

At the moment I do not know why your system is misbehaving but maybe you have some process that has gone astray. Do you have a backup program running? btrfs snapshots? As suggested can you free up some space?
The OP is using btrfs subvolumes and there is nothing wrong with the fstab file. I suspect the warning message is actually for /(root) and not boot. Have you checked the boot logs?

Quote:
/dev/sda9 73G 68G 3.7G 95% /
<<<<,I have tried as suggested but after I have reach /dev/sda9, I see that it is locked (lock icon)I cant open it.
However at this point, i have to inform that on reboot I have tried to use Gnome classic on Xorg desktop - the ethernet connect speed is only 1.2mbps instead of the subscribed speed at 50mbps and constantly lagging & freezing
However after I have switched to Plasma Wayland desktop the speed has increased upto 50++mbps and no lagging or . I am confused by the differences. Does it mean the fault is due unsuitable desktop for my system?

BTW how do I clear for more space? What command to apply?. Thanks
 
Old 04-07-2023, 09:13 AM   #35
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 5,852
Blog Entries: 1

Rep: Reputation: 2074Reputation: 2074Reputation: 2074Reputation: 2074Reputation: 2074Reputation: 2074Reputation: 2074Reputation: 2074Reputation: 2074Reputation: 2074Reputation: 2074
Quote:
Originally Posted by Penstroke4 View Post
BTW how do I clear for more space?
Comment 21 touched on this.
 
1 members found this post helpful.
Old 04-07-2023, 09:16 AM   #36
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,987

Rep: Reputation: 7337Reputation: 7337Reputation: 7337Reputation: 7337Reputation: 7337Reputation: 7337Reputation: 7337Reputation: 7337Reputation: 7337Reputation: 7337Reputation: 7337
the network issue and the disk space issue are two different things. I would probably open another thread, do not mix both of them here
 
1 members found this post helpful.
Old 04-07-2023, 07:02 PM   #37
Penstroke4
Member
 
Registered: Apr 2022
Posts: 43

Original Poster
Rep: Reputation: 0
Low space on boot

Quote:
Originally Posted by pan64 View Post
hm. That is quite strange, it looks like /dev/sda9 mounted twice (/ and /home are both the same device). That is definitely incorrect, you ought to fix it somehow.
<<<<
With reference to the above "/dev/sda9 mounted twice (/ and /home are both the same device)".
Is this error -still needs to corrected?
Thanks
 
Old 04-07-2023, 07:23 PM   #38
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,764

Rep: Reputation: 5931Reputation: 5931Reputation: 5931Reputation: 5931Reputation: 5931Reputation: 5931Reputation: 5931Reputation: 5931Reputation: 5931Reputation: 5931Reputation: 5931
No, see post #33.

To find biggest files and directories in /home.

du -a /home | sort -n -r | head -n 5
 
Old 04-08-2023, 05:28 AM   #39
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,987

Rep: Reputation: 7337Reputation: 7337Reputation: 7337Reputation: 7337Reputation: 7337Reputation: 7337Reputation: 7337Reputation: 7337Reputation: 7337Reputation: 7337Reputation: 7337
Quote:
Originally Posted by Penstroke4 View Post
<<<<
With reference to the above "/dev/sda9 mounted twice (/ and /home are both the same device)".
Is this error -still needs to corrected?
Thanks
No, it is not an error, just we did not know (at least I did not assume) you use btrfs. But we have still two issues, the disk full and network error are probably not related to each other.
 
1 members found this post helpful.
  


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
/dev/sda1 - Low on Space, how to add more space KD11 Linux - Newbie 6 03-01-2020 01:49 AM
[SOLVED] System shows "Low Disk Space" but "df -h" indicates it has space skyworld_chen Linux - Newbie 12 11-20-2019 10:36 AM
"low disk space" whereas there is space on other volumes frogeraie Linux - Desktop 14 01-02-2019 02:48 AM
Ideas for a low cost, low power, low noise web server/torrent box alecjtaylor Linux - Hardware 13 01-10-2012 05:26 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop

All times are GMT -5. The time now is 11:05 AM.

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