Questions about Filesystems

Questions about Grub, UEFI,the liveCD and the installer
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
Salamiritter

Questions about Filesystems

Post by Salamiritter »

I installed Mint 10 into Windows XP and as you can see on the picture I use dev/loop0 and there I only have 1,4Gb of free space.
dev/sda1 is my Windows Xp.
dev/sda5 is where I installed Linux and there are 9,9Gb available.

My question is if there is any way to use this free space from dev/sda5 into dev/loop0 or to put it together somehow?
Or maybe this is not necessary because Mint 10 will use this space when dev/loop0 is full?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
AlbertP
Level 16
Level 16
Posts: 6701
Joined: Sun Jan 30, 2011 12:38 pm
Location: Utrecht, The Netherlands

Re: Questions about Filesystems

Post by AlbertP »

This is inside Virtualbox, right?

Linux is installed on the virtual /dev/loop0 instead of sda5, which might have a very different device name in real life. The virtual sda5 is the /host folder (some technical VBOX thing) instead of the place where Linux is installed.
Registered Linux User #528502
Image
Feel free to correct me if I'm trying to write in Spanish, French or German.
Salamiritter

Re: Questions about Filesystems

Post by Salamiritter »

I didnt used Wubi.I installed Linux with the Mint4Win file inside the Live CD.
And I have a lot of free space in the system Information of Linux but it only show me 1,4Gb available. For example when I open the Folder "Downloads".
When I run Windows XP I have 2 Partitions. One is XP of course and the other Linux with 16GB and 9Gb installed.

Maybe I will just put some films into my Folder of Linux and will see what happens when its full :o
AlbertP
Level 16
Level 16
Posts: 6701
Joined: Sun Jan 30, 2011 12:38 pm
Location: Utrecht, The Netherlands

Re: Questions about Filesystems

Post by AlbertP »

So you installed Mint4Win, chose an amount of disk space for Linux there (not the full partition) but it's too small. And you now want to increase the space available to Linux. Right?

I think there have been some topics about this in the Mint4Win category on the forum, which might help you.
Registered Linux User #528502
Image
Feel free to correct me if I'm trying to write in Spanish, French or German.
Salamiritter

Re: Questions about Filesystems

Post by Salamiritter »

Yes something like this :wink:
I will look for the topics now and thank you for the respond! :idea:
altair4
Level 20
Level 20
Posts: 11453
Joined: Tue Feb 03, 2009 10:27 am

Re: Questions about Filesystems

Post by altair4 »

Not an expert on Wubi / Mint4Win but your /dev/sda5 partition is already mounting to your Mint root filesystem.

Your Mint OS is mounting at "/".
Your /dev/sda5 partition is automatically mounting off that at "/host".

What you might want to do is create a folder in your sda5 partition called MintData:

Code: Select all

sudo mkdir /host/MintData
Then create a bookmark to that directory so you can access it more easily:

Code: Select all

nautilus /host/MintData
When Nautilus opens up to that location bookmark it: Bookmarks > Add Bookmark.

Then next time you download a Movie or something send it to /host/MintData instead of your /home/username/Videos folder.
Please add a [SOLVED] at the end of your original subject header if your question has been answered and solved.
Salamiritter

Re: Questions about Filesystems

Post by Salamiritter »

Yes that sounds really good.
I was thinking in something like this,that I can add other devices.
User avatar
Oscar799
Level 20
Level 20
Posts: 10405
Joined: Tue Aug 11, 2009 9:21 am
Location: United Kingdom

Re: Questions about Filesystems

Post by Oscar799 »

Moved here by moderator
Image
Locked

Return to “Installation & Boot”