helloSystem / ISO

helloSystem Live and installation ISO
https://github.com/helloSystem/
BSD 3-Clause "New" or "Revised" License
805 stars 59 forks source link

your disk image is full #509

Open karthik-holla opened 10 months ago

karthik-holla commented 10 months ago

In the new build i am getting this error. IMG20230823133649

0hip commented 10 months ago

1GB memory maybe?

karthik-holla commented 10 months ago

Its on an installed system

karthik-holla commented 10 months ago

I am facing the same problem with latest build 0.9.0. The message keeps popping up even on an installed system.

On Thu, 24 Aug 2023, 01:56 0hip, @.***> wrote:

1GB memory maybe?

— Reply to this email directly, view it on GitHub https://github.com/helloSystem/ISO/issues/509#issuecomment-1690590612, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGAHHHWAMNYQOCB3ZYWFYC3XWZRPDANCNFSM6AAAAAA33GDS7U . You are receiving this because you authored the thread.Message ID: @.***>

probonopd commented 10 months ago

Please post the output of

mount | grep Image
df -h 2>/dev/null | grep Image
karthik-holla commented 10 months ago

/dev/ada06p6 on /media/Image (fusefs, noatime)

On Tue, 29 Aug 2023, 07:06 probonopd, @.***> wrote:

Please post the output of

mount | grep Image

— Reply to this email directly, view it on GitHub https://github.com/helloSystem/ISO/issues/509#issuecomment-1696643009, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGAHHHXWCRJVIL65ME3T2ALXXVBRHANCNFSM6AAAAAA33GDS7U . You are receiving this because you authored the thread.Message ID: @.***>

probonopd commented 10 months ago

This seems to be one of the partitions on your computer, not a partition or disk image from helloSystem.

What does

df -h 2>/dev/null | grep Image

say?

karthik-holla commented 10 months ago

Yeah it is the windows recovery partition.

On Wed, 30 Aug 2023, 22:04 probonopd, @.***> wrote:

This seems to be one of the partitions on your computer, not a partition or disk image from helloSystem.

What does

df -h 2>/dev/null | grep Image

say?

— Reply to this email directly, view it on GitHub https://github.com/helloSystem/ISO/issues/509#issuecomment-1699504575, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGAHHHSBCCUWJTNU3LBI3I3XX5TR5ANCNFSM6AAAAAA33GDS7U . You are receiving this because you authored the thread.Message ID: @.***>

probonopd commented 10 months ago

So it probably is almost full. Should we prevent it from being mounted automatically? Then I'd need a way to identify it.

karthik-holla commented 10 months ago

It is better not mount other File systems. Can we add it in the boot script not to mount other File systems ?

On Wed, 30 Aug 2023, 22:33 probonopd, @.***> wrote:

So it probably is almost full. Should we prevent it from being mounted automatically? Then I'd need a way to identify it.

— Reply to this email directly, view it on GitHub https://github.com/helloSystem/ISO/issues/509#issuecomment-1699543937, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGAHHHQNWIP45JUFKQ6HJZTXX5W4XANCNFSM6AAAAAA33GDS7U . You are receiving this because you authored the thread.Message ID: @.***>

probonopd commented 10 months ago

What is an "other" file system for you?

We've added a feature to automount to not mount the ESP system partition (ESP). https://github.com/vermaden/automount/issues/39

If we can identify Windows Restore partitions in some way, we could maybe do a similar thing for them.

What is the globally unique identifier (GUID) for the partition in question on your system? glabel status might show it.