Answer the question
In order to leave comments, you need to log in
How to competently make a dual-boot (Windows 10 + Ubuntu) with a shared drive (D: + /home)?
There is a laptop with an SSD, so there is little space and I want to be efficient when marking up.
But on the laptop you need a dual-boot, since the only working machine, and sometimes you need to process pictures and play games (Win) and pee programs (Linux) and not lose performance, since both are expensive, that is virtual machines are not particularly suitable.
I want something like this:
partition 1 = C:/ (Win only, NTFS)
partition 2 = / aka root (Ubuntu only, EXT4)
partition 3 = something that combines /home, D:\ and C:\user\admin \
What is the best way to do it? which FS to choose? How to mount or bind?
NTFS from Linux is often poorly mounted or, after an incorrect shutdown of Windows, can only be accessed in RO. And is it worth it to mount when booting directly to home or after booting is it better to bind /media/windisk to /home?
Experiments with ext2Fsd were not successful, although ext4 is declared, it does not connect, many people write on the forums that ext2 is only available in RO. Other programs like diskinternals linux reader are not an option at all, because only RO and only through a separate application, but it is necessary at the system level so that everything is transparent.
What other options? Or how to make any of the above workable?
Answer the question
In order to leave comments, you need to log in
partition 3 = something that combines /home, D:\ and C:\user\admin\not really
From personal experience, as I did in due time.
1. It is better to put loaders of 2 systems on one disk, and it will be best for this to be ssd.
2. First of all, you need to install Windows (especially if UEFI is used), this is because Windows is very picky, and if the Linux installer writes something wrong to the bootloader section, or something else, then you won’t be able to start Windows .
3. Depending on the volume of the disk for OS loaders, divide it with a gap for the future, as for me, for Windows you need 65-100GB, and for Linux 40-70GB. It already depends on your needs.
4. You can see, using the disk management utility, select your secondary disk, and decide how you will fumble it. If it is one common, then you can simply format it with NTFS, and that's it, in Linux you can mount it without any problems (if you immediately go to Linux when you restart Windows, otherwise you will have read-only rights). And if you want to make two separate partitions for both systems, then you can see, using the disk management utility, divide this disk into two parts, and format one of them, the one for Windows, with NTFS, leave the other as unused space. You will already need to format and mount this space in Linux itself.
Tip: if you are not a sis. administrator, and you won't be able to use multiple partitions on a disk, I would advise you to install Linux automatically, without manually partitioning the disk itself. Everything is well thought out there, there is an option to put "next to Windows", do not neglect the excellent proposal to do without unnecessary intercourse of the convolutions of the brain.
using ntfs via nuclear ntfs-3g seems to me to be better.
Windu is better not to touch, it will crumble even more.
there is a lot of rubbish lying around in the hamster. I would softlink just the necessary folders from the mess.
i.e. ln -s /media/windisk/video /home/my/video
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question