ISO icon indicating copy to clipboard operation
ISO copied to clipboard

your disk image is full

Open karthik-holla opened this issue 1 year ago • 10 comments

In the new build i am getting this error. IMG20230823133649

karthik-holla avatar Aug 23 '23 09:08 karthik-holla

1GB memory maybe?

0hip avatar Aug 23 '23 20:08 0hip

Its on an installed system

karthik-holla avatar Aug 24 '23 01:08 karthik-holla

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: @.***>

karthik-holla avatar Aug 28 '23 11:08 karthik-holla

Please post the output of

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

probonopd avatar Aug 29 '23 01:08 probonopd

/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: @.***>

karthik-holla avatar Aug 30 '23 10:08 karthik-holla

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?

probonopd avatar Aug 30 '23 16:08 probonopd

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: @.***>

karthik-holla avatar Aug 30 '23 16:08 karthik-holla

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

probonopd avatar Aug 30 '23 17:08 probonopd

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: @.***>

karthik-holla avatar Sep 02 '23 14:09 karthik-holla

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.

probonopd avatar Sep 02 '23 20:09 probonopd