LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-05-2024, 10:14 AM   #1
dochi
LQ Newbie
 
Registered: Apr 2024
Posts: 3

Rep: Reputation: 0
Dual boot Ubuntu with Windows on separate or same drive?


I'm a beginner and have a little experience with linux command and terminal on google colab. I'm planning to dual boot Ubuntu with windows 10 on my 500GB ssd. I plan to do most of my ml/al using python, docker, writing latex on linux and gaming on windows. I won't do some heavy ml/ai training, just write and check python code then do the rest on kaggle/colab.

My hardware: intel i5-12400f, 16GB ram, gtx 1650, 1 500GB ssd, 1 1TB hdd (currently storing some game, homework, latex file).

- Should I buy another ssd or just dual boot in the current ssd? The current one that Windows sit on is 327 GB free.

- Can Ubuntu pick up my hdd to store large dataset, docker container (I have been using a 30gb google colab container for ml/ai)?

- What about nvidia driver to test code with gpu? I heard it's kinda tricky to install nvidia driver on linux, correct me if I'm wrong.

Although I'm plan to use Ubuntu, but I'm open to suggestion. Thanks for helping me
 
Old 04-05-2024, 01:26 PM   #2
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,217

Rep: Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849
Quote:
Should I buy another ssd or just dual boot in the current ssd?
With a 500 gig and 1T drive, I would install Ubuntu ( or what ever distro ) on the 1T drive. That saves shrinking the windows partition(s) to make room for Ubuntu. BTW, if you do shrink windows, use windows tools only for that task.

You didn't say how you have the 1T disk partitioned. I'm guessing its ntfs. If it is, use windows tools to shrink it. Install Ububtu on a linux file system, not ntfs. Permissions will not work correctly on ntfs. ext4 is very good, and probably is in use by Ubuntu.

Quote:
Can Ubuntu pick up my hdd to store large dataset, docker container
Any linux system can store large files. Not sure what else you are thinking about here.

Quote:
What about nvidia driver to test code with gpu?
There are two basic ways to install video drivers. Most distros have them in their repos. This is the easy way.
Second way, you can download the run file directly from Nvidia for your card. You run the installer from a command prompt. It asks some questions, you answer, and it builds the driver and installs it. Just slightly more complex. You do this as root user, in Ubuntu with 'sudo'. Your card is supported by the latest production branch.

Hope this helps.

You can down load the drivers from this site: https://www.nvidia.com/en-us/drivers/unix/
 
1 members found this post helpful.
Old 04-05-2024, 10:41 PM   #3
dochi
LQ Newbie
 
Registered: Apr 2024
Posts: 3

Original Poster
Rep: Reputation: 0
Thanks for the reply!

Quote:
I would install Ubuntu ( or what ever distro ) on the 1T drive
My ssd is kingston snvs 500GB and hdd is seagate barracuda 1TB. I know ubuntu can run on hdd but does it affect container or developing performance?

Quote:
You didn't say how you have the 1T disk partitioned
Yes, the 1T drive is partitioned as NTFS.

Quote:
Any linux system can store large files
Sorry for not providing more info. I meant if I installed Ubuntu on the same ssd as Windows, can it use the hdd as external drive (like drive C and D).

Also, just to be sure, can I re partition 1T drive to ntfs if I buy new drive for Ubuntu and transfer data to it?

Last edited by dochi; 04-06-2024 at 05:08 AM. Reason: Add question for additional info
 
Old 04-06-2024, 05:34 AM   #4
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,217

Rep: Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849
Quote:
Sorry for not providing more info. I meant if I installed Ubuntu on the same ssd as Windows, can it use the hdd as external drive (like drive C and D).
The simple answer is yes. You will need to add what ever partitions on the 1T hdd to fstab to mount those at boot time. Keep in mind you may run into permission problems with that set up. NTFS ( windows ) does not treat permissions the same way linux does.

Quote:
Also, just to be sure, can I re partition 1T drive to ntfs if I buy new drive for Ubuntu and transfer data to it?
Its not clear to me what you are concerned about here. You could install Ubuntu on the 1T drive, and later remove it to another new drive. The space that was Ubuntu can then be formatted to NTFS. That will work.

It wasn't clear in your original posting that the 1T drive was a spinner. As far as running Ubuntu on it, you would see slightly slower times loading the system and writing files to the HD, compared to a SSD. At the cost of SSD's today, adding another for Ubuntu would give you better resonsivness on Ubuntu. Keep in mind we all ran on spinners up to about 5 years ago.
 
1 members found this post helpful.
Old 04-08-2024, 05:14 AM   #5
dochi
LQ Newbie
 
Registered: Apr 2024
Posts: 3

Original Poster
Rep: Reputation: 0
Thanks for being patience and answer my concern! Hope you have a great day! Thank you very much!
 
Old 04-09-2024, 08:31 PM   #6
friendlysalmon8827
Member
 
Registered: Dec 2023
Distribution: Anfroid,Debian
Posts: 93

Rep: Reputation: 5
I'd effeminately recommend that the OP use to separate HDDs or SSDs to prevent potentially messing up the Windows boot manager can easily be fowled up. How ever it's very un likely I'd also recommend that he OP allow the Ubuntu installer to auto detect Windows and configure Grub/Grub2 to chain load the Windows installation.
 
Old 04-09-2024, 08:47 PM   #7
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,987

Rep: Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628
I used to like the computers that had hard drive switches so you can't mess up other drives. Wish they'd come back.
 
1 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to dual boot Ubuntu and Windows 10 on separate drives without deleting data already on the drive Ubuntu is going to be installed on? DualBoot Linux - Laptop and Netbook 4 03-21-2020 10:54 AM
[SOLVED] Booting LFS on separate USB HDD + separate /boot parition nivwusquorum Linux From Scratch 33 12-14-2011 06:38 AM
GRUB error on windows-only drive after ubuntu install on separate drive Pappou Linux - Newbie 4 03-22-2009 07:00 PM
Attempting to dual boot windows xp home and ubuntu on separate drives-help needed- Iceman99one Linux - General 9 08-03-2008 05:10 AM
Transfering hard drive w/ linux from separate computer to dual boot with Windows comp SonicGT Linux - Newbie 1 03-18-2006 02:56 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 03:19 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration