LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 01-11-2024, 08:43 AM   #16
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,597
Blog Entries: 19

Rep: Reputation: 4455Reputation: 4455Reputation: 4455Reputation: 4455Reputation: 4455Reputation: 4455Reputation: 4455Reputation: 4455Reputation: 4455Reputation: 4455Reputation: 4455

Quote:
Originally Posted by IsaacKuo View Post
If you want to know which partitions are mounted, you can use "more /etc/mtab"
Or you can just use df. That only registers mounted partitions.
 
Old 01-11-2024, 10:12 AM   #17
arespi
LQ Newbie
 
Registered: Apr 2016
Posts: 13

Rep: Reputation: Disabled
Hi, as it shows. You have a 1TB Seagate HD wich I think is the one that came with the PC. Another 1TB Toshiba and a 512Gb Samsung wich seems to be from the Dell PC. The partition you ask for is in the samsung disk. I believe this was the original HD that came with the Dell PC with windows installed and that small partition was used as recovery by windows. I remember some of this were hard to remove with the linux tools back then so it was easier to just leave it there.
 
1 members found this post helpful.
Old 01-11-2024, 11:33 AM   #18
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 5,818
Blog Entries: 1

Rep: Reputation: 2068Reputation: 2068Reputation: 2068Reputation: 2068Reputation: 2068Reputation: 2068Reputation: 2068Reputation: 2068Reputation: 2068Reputation: 2068Reputation: 2068
Quote:
Originally Posted by grumpyskeptic View Post
I typed tree in the terminal but got -

Code:
Command 'tree' not found, but can be installed with:
sudo apt install tree
Do it again after doing:
Code:
sudo apt install tree
as the command suggested. You would not need to type sudo if you are logged in as root.
 
Old 01-19-2024, 02:54 AM   #19
grumpyskeptic
Member
 
Registered: Apr 2016
Posts: 472

Original Poster
Rep: Reputation: Disabled
Sorry I am still not clear - is the mystery HDD merely a partition on another HDD, or is it some hardware please? The man who sold me the computer, which is a mixture of new and second-hand components, said something about a solid state drive which I did not pay any attention to at the time. He may have plugged a small old SSD into the motherboard, or it might be built-in.

Thanks.
 
Old 01-19-2024, 05:39 AM   #20
Arnulf
Member
 
Registered: Jan 2022
Location: Hanover, Germany
Distribution: Slackware
Posts: 269

Rep: Reputation: 89
Quote:
Originally Posted by grumpyskeptic View Post
He may have plugged a small old SSD into the motherboard, or it might be built-in.
Post output of dmesg. This will show all drives detected by Linux kernel.
 
Old 01-19-2024, 06:04 AM   #21
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,728

Rep: Reputation: 5919Reputation: 5919Reputation: 5919Reputation: 5919Reputation: 5919Reputation: 5919Reputation: 5919Reputation: 5919Reputation: 5919Reputation: 5919Reputation: 5919
The output of the lsblk command will show UUID for each partition. See which one if any matches your mysterious drive.

Post the output of the command:
lsblk -f
 
Old 01-19-2024, 06:37 AM   #22
IsaacKuo
Senior Member
 
Registered: Apr 2004
Location: Baton Rouge, Louisiana, USA
Distribution: Debian Stable
Posts: 2,546
Blog Entries: 8

Rep: Reputation: 465Reputation: 465Reputation: 465Reputation: 465Reputation: 465
Quote:
Originally Posted by grumpyskeptic View Post
Sorry I am still not clear - is the mystery HDD merely a partition on another HDD, or is it some hardware please? The man who sold me the computer, which is a mixture of new and second-hand components, said something about a solid state drive which I did not pay any attention to at the time. He may have plugged a small old SSD into the motherboard, or it might be built-in.

Thanks.
There are two partitions of the size of your mystery partition (not a mystery "HDD", even if Microsoft Windows show partitions as "drives"). Both of these are partitions within a drive with multiple partitions.
 
Old 01-19-2024, 10:59 AM   #23
rnturn
Senior Member
 
Registered: Jan 2003
Location: Illinois (SW Chicago 'burbs)
Distribution: openSUSE, Raspbian, Slackware. Previous: MacOS, Red Hat, Coherent, Consensys SVR4.2, Tru64, Solaris
Posts: 2,803

Rep: Reputation: 550Reputation: 550Reputation: 550Reputation: 550Reputation: 550Reputation: 550
Quote:
Originally Posted by grumpyskeptic View Post
I typed tree in the terminal but got -

Code:
Command 'tree' not found, but can be installed with:
sudo apt install tree
If you don't want to install 'tree' [1], you could also list the contents of the EFI partition by issuing:
Code:
$ find <mount-point-of-the-EFI-partition>
where that mount point is what you obtained using the file manager. You won't get the snazzy tree format but it'll list the contents of the mount point just the same.

[1] -- The 'find' command will be installed on your system already.

Hope this helps...
 
Old 01-19-2024, 11:09 AM   #24
rnturn
Senior Member
 
Registered: Jan 2003
Location: Illinois (SW Chicago 'burbs)
Distribution: openSUSE, Raspbian, Slackware. Previous: MacOS, Red Hat, Coherent, Consensys SVR4.2, Tru64, Solaris
Posts: 2,803

Rep: Reputation: 550Reputation: 550Reputation: 550Reputation: 550Reputation: 550Reputation: 550
Quote:
Originally Posted by grumpyskeptic View Post
Sorry I am still not clear - is the mystery HDD merely a partition on another HDD, or is it some hardware please?
Try running:
Code:
$ which inxi
If that tool is installed, you should get the path to it (should be /usr/bin/inxi). If it's found, issue:
Code:
$ inxi -D
to list the storage components. The device name is in column two ("Storage:") -- look for the device description on the line corresponding to your mystery disk.

Hope this helps...
 
Old 01-26-2024, 06:52 AM   #25
grumpyskeptic
Member
 
Registered: Apr 2016
Posts: 472

Original Poster
Rep: Reputation: Disabled
I now see that the size and format of the mystery HDD matches a partition on the physical HDD, so its probably that.

Thanks.
 
  


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
Run customised HDD driver for external HDD while generic HDD driver for bootable purpose sonia49 Linux - Newbie 1 09-28-2016 08:52 PM
SCSI controller - Add extra controller & add a disc to the extra controller raj100 Linux - Hardware 1 11-01-2015 11:30 AM
LXer: Extra extra! How to use the press to promote open source LXer Syndicated Linux News 0 11-12-2014 06:41 AM
LVM - creating extra logical volumes (using extra space outside LVM) rhbegin Linux - Server 1 01-30-2013 07:08 PM
LXer: Fedora's Extra Packages for Enterprise Linux the Extra Mile LXer Syndicated Linux News 0 06-20-2008 10:10 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

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