this post was submitted on 03 Sep 2024
135 points (96.6% liked)

Linux

47309 readers
546 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

Ever had a question about Linux but felt too afraid to ask? Well now's your chance, ask any question about Linux, no matter how noob or repeated it is, and I and others will help answer them.

Previous noob question thread: https://lemmy.ml/post/14261893

you are viewing a single comment's thread
view the rest of the comments
[–] AlternatePersonMan@lemmy.world 6 points 1 week ago (6 children)

With the recent Microsoft garbage, I'm giving Linux another try. I've been running a laptop for a while, no issues. My main rig, however can't read all of my um..?hard drives

A live USB of Mint 21 reads 2 of 5 drives fine. The rest are recognized from GParted, but can't access them. It looks like NTFS-3G is installed.

I've duck duck go'd (which apparently is just Bing) for a solution, but haven't succeeded. Long term, I can probably pick up another drive, copy, and reformat everything to something Linux friendly. For now, I just want access.

I'm lazy and burned out. I don't want to use the terminal- which I did try. I just want to make a few clicks and have access to all of my files.

If it matters, the drives (roughly) show up as: 500 gb, 4 TB NTFS (readable) 3, 12, 16 TB unknown (not readable)

Windows says they're all NTFS.

Is there an easy way to easily mount my drives?

[–] freeman@sh.itjust.works 5 points 1 week ago (2 children)

I think the disks could be Dynamic Disks on which it would not be a good idea to install a linux distro.

Unfortunately Microsoft's own advice to change it to a basic disk (since it considers dynamic deprecated) WILL RESULT IN DATA LOSS.

Since you only want to access them it seem to be possible with ldmtool. While it is a cli tool there is a corresponding service that at least according to some askubuntu posts and arcwiki should make them behave like normal filesystems.

[–] AlternatePersonMan@lemmy.world 2 points 1 week ago (1 children)

Double checked and all of the drives are basic. I'm very confused as to what is different between the disks that readable and the ones that aren't.

I've even tried multiple distros. Same scenario.

[–] freeman@sh.itjust.works 1 points 1 week ago

That's a bummer. Unfortunately I can't think of something else since fast startup has been suggested by another user and it's also not the case.

The drives are shown as NTFS by Gparted right? Also can you confirm that the sizes should be those sizes? As in do you remember from when you bought them? 16 TB is still a big drive. Additionally can you confirm that they are all different drives and not partitions on the same disk.

Do they show up on the file explorer sidebar or if you go to "Other Locations" (in the file explorer)? If so do you get an error when you try to access them?

If they don't unfortunately you probably will have to use the terminal to try and mount them so we can hopefully get some error message and hopefully some clue to what is going on.

load more comments (3 replies)