LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Extending my / partition ubunto 20.04 (https://www.linuxquestions.org/questions/linux-newbie-8/extending-my-partition-ubunto-20-04-a-4175680983/)

alex4buba 08-24-2020 08:28 PM

Extending my / partition ubunto 20.04
 
I found another post on my topic, but it is scary... So, I will ask it here for my own case.

I got warning that my / partition is out of space. I searched a bit and found somwhere to delete my Swap partition (not sure it was a good idea, from my 30+ years of Windows, I think it is important to have it)

Anyway - I now have 7.63GB of unallocated space.

1) Can I merge that space into my /dev/sda7 file system ext4?
2) That unallocated space, is sitting one line above it
3) If I but from a USB on go into Try option
4) It seems it will move the partion, will I loose data?

Or is there a more safe way to do it?

Thank you
Alex

scasey 08-24-2020 08:32 PM

Please post (in code tags) the output of
Code:

df -h

uteck 08-24-2020 09:01 PM

You can boot into a live distro like Gparted, and then extend your / into the free space. It has a nice GUI, so no typing in commands in a terminal.
https://gparted.org/

alex4buba 08-24-2020 09:11 PM

Quote:

Originally Posted by scasey (Post 6159349)
Please post (in code tags) the output of
Code:

df -h


OK, here it is:

Code:

lex@alex-nuc8i7hnk:~$ df -h

Filesystem      Size  Used Avail Use% Mounted on
udev            7.8G    0  7.8G  0% /dev
tmpfs          1.6G  3.7M  1.6G  1% /run
/dev/sda7      145G  130G  8.0G  95% /
tmpfs          7.8G  135M  7.7G  2% /dev/shm
tmpfs          5.0M  4.0K  5.0M  1% /run/lock
tmpfs          7.8G    0  7.8G  0% /sys/fs/cgroup
/dev/loop2      56M  56M    0 100% /snap/core18/1885
/dev/loop1      97M  97M    0 100% /snap/core/9804
/dev/loop3      162M  162M    0 100% /snap/gnome-3-28-1804/128
/dev/loop4      55M  55M    0 100% /snap/core18/1705
/dev/loop5      63M  63M    0 100% /snap/gtk-common-themes/1506
/dev/loop0      9.2M  9.2M    0 100% /snap/canonical-livepatch/95
/dev/loop7      241M  241M    0 100% /snap/gnome-3-34-1804/24
/dev/loop6      256M  256M    0 100% /snap/gnome-3-34-1804/36
/dev/loop8      50M  50M    0 100% /snap/snap-store/433
/dev/loop9      50M  50M    0 100% /snap/snap-store/467
/dev/loop10      94M  94M    0 100% /snap/noson/357
/dev/loop11      30M  30M    0 100% /snap/snapd/8790
/dev/loop12      94M  94M    0 100% /snap/video-downloader/540
/dev/loop13      28M  28M    0 100% /snap/snapd/7264
/dev/sda2        95M  33M  63M  35% /boot/efi
tmpfs          1.6G  96K  1.6G  1% /run/user/1000
/dev/sde1      477G  183G  295G  39% /media/alex/New-SD-512
/dev/sdb1      1.9T  159M  1.9T  1% /media/alex/Seagate
/dev/sdc1      2.8T  1.3T  1.6T  45% /media/alex/Elements
/dev/sda4      309G  171G  139G  56% /media/alex/C61CAF311CAF1C05


alex4buba 08-24-2020 09:15 PM

1 Attachment(s)
Quote:

Originally Posted by uteck (Post 6159359)
You can boot into a live distro like Gparted, and then extend your / into the free space. It has a nice GUI, so no typing in commands in a terminal.
https://gparted.org/

Not clear (I am new to Linux) what does it mean - boot into...
Please see my GParted screen shot

You understand that I an scared to touch it....

Cheers
Alex

syg00 08-24-2020 10:48 PM

Yes you can simply drag the edge of /dev/sda7 to incorporate that unallocated space. Notice the key symbol - that means it's locked, as you currently have it mounted as the root.
If you still have your install USB, boot that and select "Try Linux" or whatever the option is - this is "live" mode and runs completely in RAM without using your hard disk. From there gparted will allow you to add the space.
How long it will last is questionable given your current usage - most likely /home.

JJJCR 08-24-2020 11:48 PM

See this YT and check Gparted: https://www.youtube.com/watch?v=0czAJwEbtFs

Don't you want to find out what's the largest file?
If yes, check out this: https://www.cyberciti.biz/faq/how-do...sd-filesystem/

From above link:
Quote:

du -ah /var | sort -n -r | head -n 10

change /var to other directory where you suspect it has big files

alex4buba 08-25-2020 07:00 AM

1 Attachment(s)
Quote:

Originally Posted by JJJCR (Post 6159405)
See this YT and check Gparted: https://www.youtube.com/watch?v=0czAJwEbtFs

Don't you want to find out what's the largest file?
If yes, check out this: https://www.cyberciti.biz/faq/how-do...sd-filesystem/

From above link:

OK, I followed the steps, created an ISO Gparted USB stick.
The attached picture is what was the result

Thanks
Alex

uteck 08-25-2020 09:26 AM

At this point, forget about the USB as I was assuming that /home was a separate partition. I thought Ubuntu made /home a separate partition by default, but that seems to not have happened here.

Quote:

145G 130G 8.0G 95% /
I don't see a mount for /home in your df -h post, so I assume that it is not a separate partition. In which case expanding your / to take over the swap partition will not last long as the next time you download more stuff that space will be gone.
To stop / from filling up and preventing the system from booting, you need to point /home to another disk or its' own partition at least.

Depending on what your external drives are for, you may want to try copying /home to one of them then setting up your /etc/fstab to mount it as /home. Once that is working you can work on cleaning up /.

scasey 08-25-2020 10:12 AM

We know from other threads that the OPs personal files are about 40GB, and that this is a single user install. So I would suspect first that the log files are the culprit.

Alex: what does
Code:

du -hs /
show?
If that only returns one line, try
Code:

du -h /
I want to see the size if each directory under /

alex4buba 08-25-2020 03:38 PM

Quote:

Originally Posted by uteck (Post 6159517)
At this point, forget about the USB as I was assuming that /home was a separate partition. I thought Ubuntu made /home a separate partition by default, but that seems to not have happened here.


I don't see a mount for /home in your df -h post, so I assume that it is not a separate partition. In which case expanding your / to take over the swap partition will not last long as the next time you download more stuff that space will be gone.
To stop / from filling up and preventing the system from booting, you need to point /home to another disk or its' own partition at least.

Depending on what your external drives are for, you may want to try copying /home to one of them then setting up your /etc/fstab to mount it as /home. Once that is working you can work on cleaning up /.

Sorry, what you are telling me here goes way over my head... What do you meant - "Transfer /home to another disk"?
My own folders are within the HOME folder

Thnaks
Alex

alex4buba 08-25-2020 03:53 PM

Quote:

Originally Posted by scasey (Post 6159527)
We know from other threads that the OPs personal files are about 40GB, and that this is a single user install. So I would suspect first that the log files are the culprit.

Alex: what does
Code:

du -hs /
show?
If that only returns one line, try
Code:

du -h /
I want to see the size if each directory under /

When I run the first command, I get this:

Code:

du: cannot read directory '/media/alex/New-SD-512/.Trash-1000/expunged/1577484753/BeleuraWeb/MyBeleura/BeleuraArtists/Muriel/Reduced': Input/output error
du: cannot read directory '/media/alex/New-SD-512/.Trash-1000/expunged/1577484753/BeleuraWeb/MyBeleura/Events/WebPageImages/Images': Input/output error
du: cannot read directory '/media/alex/New-SD-512/.Trash-1000/expunged/1577484753/BeleuraWeb/MyBeleura/Expo_pics/Bob': Input/output error
du: cannot read directory '/media/alex/New-SD-512/.Trash-1000/expunged/1577484753/BeleuraWeb/MyBeleura/Expo_pics/Brian': Input/output error
du: cannot read directory '/media/alex/New-SD-512/.Trash-1000/expunged/1577484753/BeleuraWeb/MyBeleura/Expo_pics/Dee': Input/output error
du: cannot read directory '/media/alex/New-SD-512/.Trash-1000/expunged/1577484753/BeleuraWeb/MyBeleura/MasterFrame/Backup': Input/output error
du: cannot read directory '/media/alex/New-SD-512/.Trash-1000/expunged/1577484753/BeleuraWeb/MyBeleura/Personal/4_mypdf': Input/output error
du: cannot read directory '/media/alex/New-SD-512/.Trash-1000/expunged/1577484753/BeleuraWeb/MyBeleura/funnyslides/Old_funnies': Input/output error
du: cannot read directory '/media/alex/New-SD-512/.Trash-1000/expunged/1577484753/BeleuraWeb/MyBeleura/funnyslides/menshopping': Input/output error
du: cannot read directory '/media/alex/New-SD-512/.Trash-1000/expunged/1577484753/BeleuraWeb/MyBeleura/mypictures/DinnerDance_20160925': Input/output error
du: cannot read directory '/media/alex/New-SD-512/.Trash-1000/expunged/1577484753/BeleuraWeb/MyBeleura/mypictures/DinnerJazzatotherplace': Input/output error

When I run the 2nd command, I piped the output into a text file, 5MB , so it was too large and the site rejected it. Then, I tried to tar.gz it, it came back with file invalid. So here is just the 1st part of it

Code:

48K        /opt/extras.ubuntu.com/my-weather-indicator/share/my-weather-indicator/openweathermap/files
24K        /opt/extras.ubuntu.com/my-weather-indicator/share/my-weather-indicator/openweathermap/leaflet/images
212K        /opt/extras.ubuntu.com/my-weather-indicator/share/my-weather-indicator/openweathermap/leaflet
336K        /opt/extras.ubuntu.com/my-weather-indicator/share/my-weather-indicator/openweathermap
2.3M        /opt/extras.ubuntu.com/my-weather-indicator/share/my-weather-indicator/wimages
7.0M        /opt/extras.ubuntu.com/my-weather-indicator/share/my-weather-indicator/images
28K        /opt/extras.ubuntu.com/my-weather-indicator/share/my-weather-indicator/skins/little
80K        /opt/extras.ubuntu.com/my-weather-indicator/share/my-weather-indicator/skins/aclock
96K        /opt/extras.ubuntu.com/my-weather-indicator/share/my-weather-indicator/skins/superclock
28K        /opt/extras.ubuntu.com/my-weather-indicator/share/my-weather-indicator/skins/super
20K        /opt/extras.ubuntu.com/my-weather-indicator/share/my-weather-indicator/skins/simple
32K        /opt/extras.ubuntu.com/my-weather-indicator/share/my-weather-indicator/skins/allinone
12K        /opt/extras.ubuntu.com/my-weather-indicator/share/my-weather-indicator/skins/anotherone
20K        /opt/extras.ubuntu.com/my-weather-indicator/share/my-weather-indicator/skins/full
320K        /opt/extras.ubuntu.com/my-weather-indicator/share/my-weather-indicator/skins
64K        /opt/extras.ubuntu.com/my-weather-indicator/share/my-weather-indicator/logos
676K        /opt/extras.ubuntu.com/my-weather-indicator/share/my-weather-indicator/social
244K        /opt/extras.ubuntu.com/my-weather-indicator/share/my-weather-indicator/graph
16K        /opt/extras.ubuntu.com/my-weather-indicator/share/my-weather-indicator/whereami
8.0K        /opt/extras.ubuntu.com/my-weather-indicator/share/my-weather-indicator/style
252K        /opt/extras.ubuntu.com/my-weather-indicator/share/my-weather-indicator/icons
12M        /opt/extras.ubuntu.com/my-weather-indicator/share/my-weather-indicator
12K        /opt/extras.ubuntu.com/my-weather-indicator/share/pixmaps
28K        /opt/extras.ubuntu.com/my-weather-indicator/share/my-weatherg-indicator/skins/medium
32K        /opt/extras.ubuntu.com/my-weather-indicator/share/my-weatherg-indicator/skins
36K        /opt/extras.ubuntu.com/my-weather-indicator/share/my-weatherg-indicator
12M        /opt/extras.ubuntu.com/my-weather-indicator/share
8.0K        /opt/extras.ubuntu.com/my-weather-indicator/bin
12M        /opt/extras.ubuntu.com/my-weather-indicator
12M        /opt/extras.ubuntu.com
16K        /opt/google/chrome/MEIPreload
20K        /opt/google/chrome/cron
92K        /opt/google/chrome/default_apps
19M        /opt/google/chrome/locales
9.0M        /opt/google/chrome/WidevineCdm/_platform_specific/linux_x64
9.0M        /opt/google/chrome/WidevineCdm/_platform_specific
9.0M        /opt/google/chrome/WidevineCdm
2.8M        /opt/google/chrome/swiftshader
224M        /opt/google/chrome
224M        /opt/google
316K        /opt/quick-n-easy-web-builder-7/preloaders/test
168K        /opt/quick-n-easy-web-builder-7/preloaders/off
804K        /opt/quick-n-easy-web-builder-7/preloaders
208K        /opt/quick-n-easy-web-builder-7/nl
284K        /opt/quick-n-easy-web-builder-7/navbar
1.1M        /opt/quick-n-easy-web-builder-7/fontawesome
36K        /opt/quick-n-easy-web-builder-7/gallery/Framed corners 1
36K        /opt/quick-n-easy-web-builder-7/gallery/Wood 2
36K        /opt/quick-n-easy-web-builder-7/gallery/Normal White
36K        /opt/quick-n-easy-web-builder-7/gallery/Plastic Black
36K        /opt/quick-n-easy-web-builder-7/gallery/Frame Rounded Grey
36K        /opt/quick-n-easy-web-builder-7/gallery/Framed corners 3
36K        /opt/quick-n-easy-web-builder-7/gallery/Framed corners 5
36K        /opt/quick-n-easy-web-builder-7/gallery/Frame Rounded Black
36K        /opt/quick-n-easy-web-builder-7/gallery/Frame Rounded Red
36K        /opt/quick-n-easy-web-builder-7/gallery/Shadow White
36K        /opt/quick-n-easy-web-builder-7/gallery/Shadow Red
36K        /opt/quick-n-easy-web-builder-7/gallery/Cupertino 2
36K        /opt/quick-n-easy-web-builder-7/gallery/Shadow Blue
36K        /opt/quick-n-easy-web-builder-7/gallery/Cupertino 3
36K        /opt/quick-n-easy-web-builder-7/gallery/Normal Grey
36K        /opt/quick-n-easy-web-builder-7/gallery/Polaroid
36K        /opt/quick-n-easy-web-builder-7/gallery/Frame Rounded White
36K        /opt/quick-n-easy-web-builder-7/gallery/Framed corners 4
36K        /opt/quick-n-easy-web-builder-7/gallery/Rounded White
36K        /opt/quick-n-easy-web-builder-7/gallery/Normal Blue
36K        /opt/quick-n-easy-web-builder-7/gallery/Cupertino 4
36K        /opt/quick-n-easy-web-builder-7/gallery/Wood 3
36K        /opt/quick-n-easy-web-builder-7/gallery/Rounded Grey
36K        /opt/quick-n-easy-web-builder-7/gallery/Shadow Grey
16K        /opt/quick-n-easy-web-builder-7/gallery/Cupertino 1/Corel Auto-Preserve
56K        /opt/quick-n-easy-web-builder-7/gallery/Cupertino 1
36K        /opt/quick-n-easy-web-builder-7/gallery/Screen
36K        /opt/quick-n-easy-web-builder-7/gallery/Normal Red
36K        /opt/quick-n-easy-web-builder-7/gallery/Wood 1
36K        /opt/quick-n-easy-web-builder-7/gallery/Rounded Black
36K        /opt/quick-n-easy-web-builder-7/gallery/Frame Rounded Blue
36K        /opt/quick-n-easy-web-builder-7/gallery/Framed corners 2
260K        /opt/quick-n-easy-web-builder-7/gallery/Rounded Blue
36K        /opt/quick-n-easy-web-builder-7/gallery/Normal Black
36K        /opt/quick-n-easy-web-builder-7/gallery/Rounded Red
36K        /opt/quick-n-easy-web-builder-7/gallery/Shadow Light Grey
1.5M        /opt/quick-n-easy-web-builder-7/gallery
664K        /opt/quick-n-easy-web-builder-7/stencils

The next section:
Code:

28K        /opt/quick-n-easy-web-builder-7/blocks/Price Tables
128K        /opt/quick-n-easy-web-builder-7/blocks/Photo Gallery
96K        /opt/quick-n-easy-web-builder-7/blocks/Headers
56K        /opt/quick-n-easy-web-builder-7/blocks/Dividers
332K        /opt/quick-n-easy-web-builder-7/blocks/Forms
284K        /opt/quick-n-easy-web-builder-7/blocks/Footers
132K        /opt/quick-n-easy-web-builder-7/blocks/Features
436K        /opt/quick-n-easy-web-builder-7/blocks/Text
468K        /opt/quick-n-easy-web-builder-7/blocks/Miscellaneous
2.0M        /opt/quick-n-easy-web-builder-7/blocks
88K        /opt/quick-n-easy-web-builder-7/themeroller/vader/images
148K        /opt/quick-n-easy-web-builder-7/themeroller/vader
92K        /opt/quick-n-easy-web-builder-7/themeroller/mint-choc/images
160K        /opt/quick-n-easy-web-builder-7/themeroller/mint-choc
72K        /opt/quick-n-easy-web-builder-7/themeroller/dark-hive/images
140K        /opt/quick-n-easy-web-builder-7/themeroller/dark-hive
104K        /opt/quick-n-easy-web-builder-7/themeroller/sunny/images
172K        /opt/quick-n-easy-web-builder-7/themeroller/sunny
144K        /opt/quick-n-easy-web-builder-7/themeroller/pepper-grinder/images
212K        /opt/quick-n-easy-web-builder-7/themeroller/pepper-grinder
68K        /opt/quick-n-easy-web-builder-7/themeroller/excite-bike/images
128K        /opt/quick-n-easy-web-builder-7/themeroller/excite-bike
64K        /opt/quick-n-easy-web-builder-7/themeroller/overcast/images
128K        /opt/quick-n-easy-web-builder-7/themeroller/overcast
80K        /opt/quick-n-easy-web-builder-7/themeroller/ui-lightness/images
140K        /opt/quick-n-easy-web-builder-7/themeroller/ui-lightness
52K        /opt/quick-n-easy-web-builder-7/themeroller/blitzer/images
116K        /opt/quick-n-easy-web-builder-7/themeroller/blitzer
76K        /opt/quick-n-easy-web-builder-7/themeroller/eggplant/images
144K        /opt/quick-n-easy-web-builder-7/themeroller/eggplant
60K        /opt/quick-n-easy-web-builder-7/themeroller/dot-luv/images
120K        /opt/quick-n-easy-web-builder-7/themeroller/dot-luv
72K        /opt/quick-n-easy-web-builder-7/themeroller/le-frog/images
140K        /opt/quick-n-easy-web-builder-7/themeroller/le-frog
52K        /opt/quick-n-easy-web-builder-7/themeroller/base/images
116K        /opt/quick-n-easy-web-builder-7/themeroller/base
88K        /opt/quick-n-easy-web-builder-7/themeroller/swanky-purse/images
152K        /opt/quick-n-easy-web-builder-7/themeroller/swanky-purse
68K        /opt/quick-n-easy-web-builder-7/themeroller/smoothness/images
128K        /opt/quick-n-easy-web-builder-7/themeroller/smoothness
60K        /opt/quick-n-easy-web-builder-7/themeroller/flick/images
124K        /opt/quick-n-easy-web-builder-7/themeroller/flick
100K        /opt/quick-n-easy-web-builder-7/themeroller/start/images
160K        /opt/quick-n-easy-web-builder-7/themeroller/start
80K        /opt/quick-n-easy-web-builder-7/themeroller/humanity/images
140K        /opt/quick-n-easy-web-builder-7/themeroller/humanity
84K        /opt/quick-n-easy-web-builder-7/themeroller/black-tie/images
144K        /opt/quick-n-easy-web-builder-7/themeroller/black-tie
92K        /opt/quick-n-easy-web-builder-7/themeroller/south-street/images
160K        /opt/quick-n-easy-web-builder-7/themeroller/south-street
88K        /opt/quick-n-easy-web-builder-7/themeroller/redmond/images
148K        /opt/quick-n-easy-web-builder-7/themeroller/redmond
92K        /opt/quick-n-easy-web-builder-7/themeroller/trontastic/images
156K        /opt/quick-n-easy-web-builder-7/themeroller/trontastic
72K        /opt/quick-n-easy-web-builder-7/themeroller/ui-darkness/images
140K        /opt/quick-n-easy-web-builder-7/themeroller/ui-darkness
80K        /opt/quick-n-easy-web-builder-7/themeroller/hot-sneaks/images
140K        /opt/quick-n-easy-web-builder-7/themeroller/hot-sneaks
76K        /opt/quick-n-easy-web-builder-7/themeroller/cupertino/images
144K        /opt/quick-n-easy-web-builder-7/themeroller/cupertino
3.6M        /opt/quick-n-easy-web-builder-7/themeroller
184K        /opt/quick-n-easy-web-builder-7/paypal
192K        /opt/quick-n-easy-web-builder-7/templates
224K        /opt/quick-n-easy-web-builder-7/de
164K        /opt/quick-n-easy-web-builder-7/dividers
16K        /opt/quick-n-easy-web-builder-7/tabmenu/style05
20K        /opt/quick-n-easy-web-builder-7/tabmenu/style01
20K        /opt/quick-n-easy-web-builder-7/tabmenu/style09
16K        /opt/quick-n-easy-web-builder-7/tabmenu/style21
20K        /opt/quick-n-easy-web-builder-7/tabmenu/style24
20K        /opt/quick-n-easy-web-builder-7/tabmenu/style25
20K        /opt/quick-n-easy-web-builder-7/tabmenu/style16
16K        /opt/quick-n-easy-web-builder-7/tabmenu/style20
20K        /opt/quick-n-easy-web-builder-7/tabmenu/style08
16K        /opt/quick-n-easy-web-builder-7/tabmenu/style12
24K        /opt/quick-n-easy-web-builder-7/tabmenu/style04
20K        /opt/quick-n-easy-web-builder-7/tabmenu/style23
20K        /opt/quick-n-easy-web-builder-7/tabmenu/style31
16K        /opt/quick-n-easy-web-builder-7/tabmenu/style27
16K        /opt/quick-n-easy-web-builder-7/tabmenu/style22
16K        /opt/quick-n-easy-web-builder-7/tabmenu/style26
20K        /opt/quick-n-easy-web-builder-7/tabmenu/style06
16K        /opt/quick-n-easy-web-builder-7/tabmenu/style02
20K        /opt/quick-n-easy-web-builder-7/tabmenu/style10
16K        /opt/quick-n-easy-web-builder-7/tabmenu/style32
20K        /opt/quick-n-easy-web-builder-7/tabmenu/style07
20K        /opt/quick-n-easy-web-builder-7/tabmenu/style30
16K        /opt/quick-n-easy-web-builder-7/tabmenu/style11
16K        /opt/quick-n-easy-web-builder-7/tabmenu/style03
16K        /opt/quick-n-easy-web-builder-7/tabmenu/style14
16K        /opt/quick-n-easy-web-builder-7/tabmenu/style18
16K        /opt/quick-n-easy-web-builder-7/tabmenu/style28
16K        /opt/quick-n-easy-web-builder-7/tabmenu/style19
16K        /opt/quick-n-easy-web-builder-7/tabmenu/style17
16K        /opt/quick-n-easy-web-builder-7/tabmenu/style13
20K        /opt/quick-n-easy-web-builder-7/tabmenu/style29
16K        /opt/quick-n-easy-web-builder-7/tabmenu/style15
576K        /opt/quick-n-easy-web-builder-7/tabmenu
40K        /opt/quick-n-easy-web-builder-7/lightbox/magnificpopup
12K        /opt/quick-n-easy-web-builder-7/lightbox/slimbox/js
24K        /opt/quick-n-easy-web-builder-7/lightbox/slimbox/css
48K        /opt/quick-n-easy-web-builder-7/lightbox/slimbox
24K        /opt/quick-n-easy-web-builder-7/lightbox/galleria/theme
104K        /opt/quick-n-easy-web-builder-7/lightbox/galleria
148K        /opt/quick-n-easy-web-builder-7/lightbox/fancybox
28K        /opt/quick-n-easy-web-builder-7/lightbox/prettyPhoto/images/dark_rounded
28K        /opt/quick-n-easy-web-builder-7/lightbox/prettyPhoto/images/light_rounded
40K        /opt/quick-n-easy-web-builder-7/lightbox/prettyPhoto/images/default
24K        /opt/quick-n-easy-web-builder-7/lightbox/prettyPhoto/images/light_square
44K        /opt/quick-n-easy-web-builder-7/lightbox/prettyPhoto/images/facebook
28K        /opt/quick-n-easy-web-builder-7/lightbox/prettyPhoto/images/dark_square
196K        /opt/quick-n-easy-web-builder-7/lightbox/prettyPhoto/images
28K        /opt/quick-n-easy-web-builder-7/lightbox/prettyPhoto/js
24K        /opt/quick-n-easy-web-builder-7/lightbox/prettyPhoto/css
260K        /opt/quick-n-easy-web-builder-7/lightbox/prettyPhoto
604K        /opt/quick-n-easy-web-builder-7/lightbox
736K        /opt/quick-n-easy-web-builder-7/materialicons
172K        /opt/quick-n-easy-web-builder-7/blog
55M        /opt/quick-n-easy-web-builder-7
289M        /opt
0        /dev/v4l/by-id
0        /dev/v4l/by-path
0        /dev/v4l
0        /dev/dri/by-path
0        /dev/dri
0        /dev/snd/by-id

Have no ide what any of this means

Alex

alex4buba 08-25-2020 06:14 PM

4 Attachment(s)
Quote:

Originally Posted by scasey (Post 6159527)
We know from other threads that the OPs personal files are about 40GB, and that this is a single user install. So I would suspect first that the log files are the culprit.

Alex: what does
Code:

du -hs /
show?
If that only returns one line, try
Code:

du -h /
I want to see the size if each directory under /

OK, here are some pictures and numbers.

My Ubuntu 20.04 is installed in a dual boot with Windows 10 on the other side

1) The Ubuntu section started with 149GB partition - see attached image
2) At the time of writing, I have 9.2GB free on it
3) My own folders and files consume only 15.3GB after moving out several folders to the SD card
4) My folders are in alexfolders, inside the home folder

THe attached pictures will tell the other part of the story

scasey 08-25-2020 06:24 PM

Sorry.
The “cannot read” errors are because those file are owned by root. Try using sudo.
Code:

sudo du -hs /var
to see if my log file thought is correct

It also looks like there are many directories from the rsync thread that you’ve deleted. Is that the whole 40 GB?
Try emptying the Trash.

I realize I’m not exactly on topic here, but I suspect the real problem is files being saved that you don’t need...

colorpurple21859 08-25-2020 07:02 PM

post your /etc/fstab


All times are GMT -5. The time now is 06:58 AM.