ISO
ISO copied to clipboard
your disk image is full
In the new build i am getting this error.
1GB memory maybe?
Its on an installed system
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: @.***>
Please post the output of
mount | grep Image
df -h 2>/dev/null | grep Image
/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: @.***>
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?
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: @.***>
So it probably is almost full. Should we prevent it from being mounted automatically? Then I'd need a way to identify it.
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: @.***>
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.