LinuxQuestions.org
Review your favorite Linux distribution.
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 12-04-2023, 08:20 AM   #16
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,583
Blog Entries: 19

Rep: Reputation: 4454Reputation: 4454Reputation: 4454Reputation: 4454Reputation: 4454Reputation: 4454Reputation: 4454Reputation: 4454Reputation: 4454Reputation: 4454Reputation: 4454

Your imgur image shows that this is a problem with your nVidia graphics card. Did you change anything in your graphics settings in the BIOS when you were breaking in your drive?

Have a look at this: https://devicetests.com/fix-ucsi-acp...4-nvidia-gnome.
 
Old 12-04-2023, 10:01 AM   #17
Ladywolf
LQ Newbie
 
Registered: Dec 2023
Posts: 20

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by michaelk View Post
Using the USB live version post the output of the command lsblk.

Since you are not dual booting there is no need to create a separate partition for Windows but still not enough information as to what you are trying to accomplish nor why the additional xfs partition. Ubuntu uses ext4 by default.

I missed the post where the 2TB drive was external. I see the internal drive is nvme.
For the external hard drive, I wanted to have a windows-friendly partition so that windows computers can still read the stuff that's on there. I was under the impression that windows cannot read ext4, right? That's why I was trying to partition my hard drive. The second partition I definitely could have used ext4 but some people were saying that xfs is nice because it's faster. I'm using it for gaming so I thought that might be nice. If it's not worth the extra work, I'll just use ext4.

Here's the link to the lsblk command: https://imgur.com/a/3MD4VuU

Thanks
 
Old 12-04-2023, 10:04 AM   #18
Ladywolf
LQ Newbie
 
Registered: Dec 2023
Posts: 20

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by hazel View Post
Your imgur image shows that this is a problem with your nVidia graphics card. Did you change anything in your graphics settings in the BIOS when you were breaking in your drive?

Have a look at this: https://devicetests.com/fix-ucsi-acp...4-nvidia-gnome.
I haven't changed any graphics settings that I'm aware of. I use steam and may change graphics settings in games, but not in the BIOS.
 
Old 12-04-2023, 10:06 AM   #19
Ladywolf
LQ Newbie
 
Registered: Dec 2023
Posts: 20

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by pan64 View Post
Are you sure it is your external 2TB SSD?
I thought I was sure, but now I'm second guessing... :/ I posted the imgur of my lsblk in the other comment if you'd like to check.
 
Old 12-04-2023, 10:12 AM   #20
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,863

Rep: Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311
you can have drivers for ext4 on windows too. see for example here: https://losst.pro/en/how-to-mount-ext4-in-windows-10-11
 
1 members found this post helpful.
Old 12-04-2023, 10:38 AM   #21
Ladywolf
LQ Newbie
 
Registered: Dec 2023
Posts: 20

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by pan64 View Post
you can have drivers for ext4 on windows too. see for example here: https://losst.pro/en/how-to-mount-ext4-in-windows-10-11
Doesn't that mean I would have to edit the windows computer that I'm sharing files with? The main point is that I want to be able to share files with other people easily, and therefore wanted their windows computer to be able to understand the ssd's language. That's why I thought I had to have a windows-friendly partition on the hard drive. Am I wrong in thinking this?
 
Old 12-04-2023, 10:46 AM   #22
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,583
Blog Entries: 19

Rep: Reputation: 4454Reputation: 4454Reputation: 4454Reputation: 4454Reputation: 4454Reputation: 4454Reputation: 4454Reputation: 4454Reputation: 4454Reputation: 4454Reputation: 4454
The simplest way to get compatibility between Linux and Windows is to use the ntfs format for your Windows partition(s). Linux can read and write this format, so you can easily copy over to your Windows partition anything you have created in Linux that you want Windows to have access to.
 
1 members found this post helpful.
Old 12-04-2023, 10:46 AM   #23
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,523

Rep: Reputation: 2494Reputation: 2494Reputation: 2494Reputation: 2494Reputation: 2494Reputation: 2494Reputation: 2494Reputation: 2494Reputation: 2494Reputation: 2494Reputation: 2494
You can find your filesystem type for partitions easily with: sudo parted -l lsblk options can give you that info also. Then you will know if it is xfs or ext4 or whatever.

Creating/modifying partitions on a secondary, external drive should not have any effect on the OS on another drive. The image you posted shows an EFI partition and one Linux partition on the SSD while it shows two partitions (2nd much larger) on the 2TB drive so doing parted command will tell you what they are.

I don't use Nvidia but have read a number of thread indicating that new drivers are needed with a kernel update. Discussed at the Nvidia forums at the link below with possible solutions. Don't really know this is part of the problem but modifying partitions alone should not do what happened in your case. May have inadvertently done something on the primary OS drive??
 
1 members found this post helpful.
Old 12-04-2023, 11:02 AM   #24
Ladywolf
LQ Newbie
 
Registered: Dec 2023
Posts: 20

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by hazel View Post
The simplest way to get compatibility between Linux and Windows is to use the ntfs format for your Windows partition(s). Linux can read and write this format, so you can easily copy over to your Windows partition anything you have created in Linux that you want Windows to have access to.
Sounds good. Any tips on how to fix my computer to get back into it?
 
Old 12-04-2023, 11:10 AM   #25
Ladywolf
LQ Newbie
 
Registered: Dec 2023
Posts: 20

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by yancek View Post
You can find your filesystem type for partitions easily with: sudo parted -l lsblk options can give you that info also. Then you will know if it is xfs or ext4 or whatever.

Creating/modifying partitions on a secondary, external drive should not have any effect on the OS on another drive. The image you posted shows an EFI partition and one Linux partition on the SSD while it shows two partitions (2nd much larger) on the 2TB drive so doing parted command will tell you what they are.

I don't use Nvidia but have read a number of thread indicating that new drivers are needed with a kernel update. Discussed at the Nvidia forums at the link below with possible solutions. Don't really know this is part of the problem but modifying partitions alone should not do what happened in your case. May have inadvertently done something on the primary OS drive??
I did the command you suggested and here's the photo for that: https://imgur.com/a/IS2Pbnu

The sandisk cruzer is what I'm booting linux with to open the terminal, the Extreme 55AE was the one I was partitioning, as you can see I managed to make 2 partitions, and the third would be my laptop's hard drive.

Being a newbie to linux, it looks like I bit off more than I could chew with this project, but any tips on fixing this would be greatly appreciated.

Last edited by Ladywolf; 12-04-2023 at 11:17 AM.
 
Old 12-04-2023, 11:46 AM   #26
Ladywolf
LQ Newbie
 
Registered: Dec 2023
Posts: 20

Original Poster
Rep: Reputation: 0
If this helps anyone, here is my /var/log/boot.log

https://imgur.com/a/rdkipsV

Really appreciate the help
 
Old 12-04-2023, 12:53 PM   #27
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,863

Rep: Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311
what I see: failed to mount /backup
You either need to fix it or do not try to mount it at all. Which drive/partition would it be?
 
1 members found this post helpful.
Old 12-04-2023, 01:24 PM   #28
Ladywolf
LQ Newbie
 
Registered: Dec 2023
Posts: 20

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by pan64 View Post
what I see: failed to mount /backup
You either need to fix it or do not try to mount it at all. Which drive/partition would it be?
I would like to fix it if possible. I don't know the answer to which drive/partition it would be. How do I find that answer? Thanks!
 
Old 12-04-2023, 08:03 PM   #29
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,353

Rep: Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590
If there is a /backup mount line /etc/fstab, commenting it out with a # at the beginning the line may fix the problem.
 
1 members found this post helpful.
Old 12-04-2023, 09:20 PM   #30
Ladywolf
LQ Newbie
 
Registered: Dec 2023
Posts: 20

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by colorpurple21859 View Post
If there is a /backup mount line /etc/fstab, commenting it out with a # at the beginning the line may fix the problem.
Awesome, I'll try that! Can you give me a little bit more information about how to get to the fstab? I booted from my jump drive to get into the terminal but if I type /etc/fstab, permission is denied. Is there a way I can get to the fstab from the command line at the failed boot? (sorry I don't know what to call that, but hopefully you know what I mean.)

Thanks for the help!
 
  


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
Install Linux in Toshiba u940 series with 32gb ssd and 750gb hdd I would like to have boot code in ssd only cvkchary Linux - Laptop and Netbook 4 08-31-2016 04:26 PM
[SOLVED] I have a SSD a 500GB drive and a 2TB drive and want to move Ubuntu from 500GB to SSD greatormesby Linux - Newbie 12 07-06-2015 09:58 AM
Help "error: unknown Filesystem" when I restarted my computer and deleted linux? Rayden151 LinuxQuestions.org Member Intro 3 12-19-2011 08:49 AM
Restarted AspireOne, now have an "Item not yet configured" icon/no popup menus/WIFI LazloPearlman Linux - Newbie 1 08-18-2009 02:26 AM

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

All times are GMT -5. The time now is 09:27 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