linux

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

KrapKake, (edited ) in Help with external 4TB drive

Did you try simply mounting /dev/sdc1 without the extra arguments? You also need to make a mount folder in /mnt, so

sudo mkdir /mnt/mydrive

Then

sudo mount /dev/sdc1 /mnt/mydrive

i_am_hiding,

Yes, the last code block in my OP shows the result of attempting to mount /dev/sdc1 normally: mount: /mnt: special device /dev/sdc1 does not exist.

Though I do not believe it is required as I can mount other drives to /mnt just fine, I have attempted to make /met/tmp and mount there to no avail.

yo_scottie_oh, in Help with external 4TB drive

Have you tried any GUI tools, e.g. Gnome Disks?

i_am_hiding,

No - I’ve been working on a headless server, and ideally I need this thing to be written into /etc/fstab and work reliably from the command line. I could plug the drive into my laptop to have a look in some GUI tools if you think there’s one around that can circumvent the sector size mismatch, but in the end I’ll need a CLI method.

yo_scottie_oh,

Gotcha. Worst case, if you can mount it using any tool (GUI or CLI), then maybe you can copy its contents to another drive, reformat it, and copy the contents back.

Dariusmiles2123, in Distro for 2013 iMac

Fedora on a 2012 MacBook Pro works perfectly fine. The only thing not working out of the box was the WiFi but it was really easy to solve.

jerrythegenius, (edited ) in Distro for 2013 iMac
@jerrythegenius@lemmy.world avatar

I’m not really sure (I’ve never tried to run linux on a mac except once on a 2013 (or 2012 or 2011) 13" macbook pro (I tried ubuntu and debian stable) but the keyboard was playing up and the trackpad didn’t work while it was charging (all hardware problems, they happened in macos as well)(this was in 2021 or 2022)), but given the age of your device any modern distros should be fine.

Unforeseen,

Installed Mint on a 2013 Macbook pro retina a few months ago, only thing not working for me was screen brightness with the proprietary Nvidia driver but was able to correct it.

Otherwise it’s great

jerrythegenius,
@jerrythegenius@lemmy.world avatar

Yeah just had a look, mine’s an early 2011 13" macbook pro with 4GB ram, i5 or i7 cpu, a broken 500GB HDD, a trackpad that doesn’t work if it’s charging, and also the keyboard will randomly spam “m” (or maybe it’s “b”). I could probs fix it, but idk if it’d be worth it lol

lemmyreader, (edited ) in Help with external 4TB drive

Few years ago I had a collection of maybe fifteen old disks, which I wanted to get rid of, by means of recycling. First I wanted to check the content and then format all so I put them in an external enclosure. It turned out that some disks were unusable. A closer inspection showed that these were all a certain brand and type (Forgot whether it was Seagate or Maxtor or WD). These disks would probably still do fine in a desktop or server computer (Which I no longer had at home) but not with the external enclosure. Perhaps your enclosure is the bottleneck here as well.

maryjayjay, in Is it possible to delete the default zones in Firewalld, and if not, why?

Because the people that wrote it decided to make it that way. If you don’t like it, just remove firewalld and manage your iptables/nftables directly

library_napper,
@library_napper@monyet.cc avatar

This is what I do.

Kalcifer,
@Kalcifer@sh.itjust.works avatar

Because the people that wrote it decided to make it that way.

Sure, but it still feels like a strange design decision.

If you don’t like it, just remove firewalld and manage your iptables/nftables directly

This is essentially what I ended up doing.

Frederic, in Switched from Ubuntu to Debian yesterday

Ubuntu is Debian anyway. Why not installing MX (based on Debian too) with XFCE, it is the best experience I have had.

I come from good old LFS from the 90s and for me, a distro is just a kernel with some GNU utils, a window manager, and a way to get packages (which is about the only diff between “distro”)

haui_lemmy,

Makes sense. This is also what I deduced after installing arch in a vm. Its basically just a couple options. It would be awesome to have a distro where you can just mix and match all the things.

Celediel,

It would be awesome to have a distro where you can just mix and match all the things.

You may be interested in Bedrock Linux.

haui_lemmy,

Thanks for mentioning it! I‘ll check it out!

yannic, in Help with external 4TB drive

I have no experience in this specific matter, but you could look up how to switch the sector size from 512 bytes to 4096 and, you know, just do the opposite.

taladar, in Can I run a different GPU driver in distrobox ?

The driver runs in the kernel, distrobox still uses the host kernel as it is container based so no, you can not run two different drivers on host and in distrobox. That wouldn’t even work in a VM though unless you have a second GPU you pass through to the VM. How do you imagine one piece of hardware to be simultaneously controlled by two different drivers?

drwankingstein,

It seems highly likely they are actually talking about userland driver, not kernel driver

taladar, in Help with external 4TB drive

Your fdisk output shows a single partition of type ee which according to en.wikipedia.org/wiki/GUID_Partition_Table is the type for the protective MBR partition shown by MBR tools when looking at GPT partition tables.

Try using gdisk -l instead of show the GPT partition table.

drwankingstein, (edited ) in Can I run a different GPU driver in distrobox ?

You can run different userland drivers but not kernel drivers. Thankfully the kernel drivers are pretty much unified for AMD. to use the proprietary ones, install the appropriate driver in the distrobox container.

Vulkan and Opengl are different drivers so you will need to figure out the flags you need to set appropriately. arch wiki is a food resource for this.

For rocm and stuff make sure your kernel has the necessary bits, this will be distro specific, but I can at least say arch will work fine simply. and fedors too iirc

FigMcLargeHuge, (edited ) in Help with external 4TB drive

I think the first time you are trying to mount the drive and not the partition “sudo mount /dev/sdc /mnt” and on the second and third attempt have the sdc1 right, but need to make a folder under mnt to mount the drive onto. Make a folder like ‘tempdrive’ under /mnt and then try it with this since you said it was an ext4 filesystem. Note, you can name it whatever you want I just picked that as an example:

cd /mnt

sudo mkdir tempdrive

sudo mount /dev/sdc1 /mnt/tempdrive

If it doesn’t recognize the filesystem then use -t

sudo mount -t ext4 /dev/sdc1 /mnt/tempdrive

And yes, once you get it down, an fstab entry will make this mount every time, but I would use the uuid in the fstab. I have two mounted on a machine like this in my /etc/fstab:

UUID=“6a95603a-2112-4c4d-ad4d-e146e646a74a” /media/largedrive ext4 auto,nofail,noatime,rw,user 0 0

UUID=“3E31-540B” /media/new4tbdrive exfat auto,nofail,noatime,rw,user 0 0

not_amm, in This week in KDE: everything everywhere all at once edition

Does anybody know if there will be more providers or the option to add your own for the Weather widget/app?

Aurenkin, in NVIDIA 550 Linux Beta Driver Released With Many Fixes, VR Displays & Better (X)Wayland

That sounds great. The last driver they released fixed Starfield but broke Cyberpunk for me, pretty bad trade. Hopefully this rolls around to my distro soon

KarnaSubarna,
@KarnaSubarna@lemmy.ml avatar

It’s still in Beta stage.

Aurenkin,

All good, plenty of games to play. Definitely my last time buying NVIDIA though.

menemen,
@menemen@lemmy.world avatar

That is what I said last time and them I did it again, because the Black Friday deal was so sweat. Defintly regretting it already.

JoMiran, in Switched from Ubuntu to Debian yesterday
@JoMiran@lemmy.ml avatar

I have been happy with Pop!_OS but the idea of LMDE (Linux Mint Debian Edition) is very tempting.

haui_lemmy,

I have not tried pop os yet. Whats the selling point again?

JoMiran,
@JoMiran@lemmy.ml avatar

The biggest is the baked in support for nVidia GPUs, but their DE has a lot of work done to it for usability purposes. No real advances have been made over the past few years to really set it apart again, but there is a massive overhaul coming that will make it one of a kind again.

haui_lemmy,

Sounds promising. I‘ll keep an eye out. Thanks for explaining.

pelotron,
@pelotron@midwest.social avatar

Keep an eye out for Cosmic Desktop release news.

jakepi,

To clarify, Cosmic desktop is not the default. It’s very much a WIP. Pop OS uses Gnome by default. They add some nice customizations to it too like tiling support and some enhanced power management options.

Pop OS is Ubuntu based, but they replace Snap with Flatpak, package a kernel as close to mainline as possible, and include Nvidia drivers (if you grab the Nvidia installer ISO).

I used Pop for a few years, loved it. Last I used it they still defaulted to Xorg instead of Wayland and that was a no go for me with an eGPU so I switched to Opensuse.

Loucypher,

LMDE is really great. Just migrated an old 2013 iMac to it today. Everything works out of the box. Everything easy like you can expect from Mint and stable like on Debian. Difficult not to love.

The only thing you have to like is Cinnamon.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • linux@lemmy.ml
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #