There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

linux

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

stoy , in /media or /mnt or anywhere ? Discussion.

That depends on your usecase.

I have setup servers where I mounted extra drives on /srv/nfs

When/If I switch to Linux I will probably mount my secondary drives to folders like

/home/stoy/videos

/home/stoy/music

/home/stoy/photos

/home/stoy/documents

/home/stoy/games

The ~/games will probably be an LVM since it contains little critical data and may absolutely need to be expanded to span several drives, though I would also be able to reduce the size of it and remove a drive from the LVM if needed.

I’d make a simple conky config to keep track of the drive space used

I’d just keep using the default automount spot for automounting drives.

flux ,

My /home is also on a separate filesystem, so in principle I don’t like to mounting data under there, because then I cannot unmount /home (e.g. for fsck purposes) unless I unmount also all the other filesystems there. I keep all my filesystems on LVM.

So I just mount to /mnt and use symlinks.

Exception: sshfs I often mount to home.

gpstarman OP ,

So you suggest not to mount like the guy above said /home/stoy/videos ?

And suggest symlinks instead?

flux ,

Yes, just mount to /mnt/videos and symlink that as needed.

I guess there are some benefits in mounting directly to $HOME, though, such as find/fd work “as expected”, and also permissions will be limited automatically per the $HOME permissions (but those can be adjusted manually).

For finding files I use plocate, though, so I wouldn’t get that marginal benefit from mounting below $HOME.

gpstarman OP ,

If I’m not wrong LVM is a method which joins all your disk into single storage pool.

Let’s say I stored data all across my LVM, now I suddenly remove one of the disks. What happen now?

Also can I add more disks to LVM later?

stoy ,

Yep, LVM is basically a software raid 0, I used it when setting up Linux server VMs for years at my last job, as far as I know they are still running fine.

The VM system backed up all VMs regularly, so I used LVMs as it made increasing the storage on a server easier for me.

Since it is just a raid 0 that can span several disks and one disk failiure can bring it down I don’t want any irriplacable data on it, so games from Steam seems like an excellwnt idea.

That also means that being able to just have a volume spanning several disks would be an easy and simple way to increase storage when space is running tight.

I am an avid hobby photographer and I would never trust an LVM without some kind of added protection, I am looking to get a Synology NAS with minimum of four drives raided in raid 5.

I have a very old Intel NAS with used drives that I used for many years, but I don’t trust it anymore, I keep it powered off as a cold backup.

gpstarman OP ,

Thank you.

shaked_coffee , in Help choosing distro for old EOL Chromebook

If you are looking for something light and low maintenance, maybe Mint could be a good fit?

I’ve never daily driven it because I’m not a fan of Cinnamon, but everyone says its light and stable so seems like what you are looking for

Diplomjodler3 ,

Mint is great and an excellent choice. I’d give it a shot. If it doesn’t run well, you can always try something more lightweight.

onTerryO , in Cannot start spotifyd.service
@onTerryO@lemmy.ca avatar

I think you need to set the execute bit on your service file.

sudo chmod +x <your service file>

ScottE ,

Nope, they should not be executable.

machinin , in Tailscale/synology/NFS remote access

I have an off-site Synology that is also killing me trying to get it connected. Did you realize they don’t allow ssh on their VPN service?

pukeko OP ,

I believe the Synology tailscale client doesn’t support tailscale SSH, but I was able to “classic SSH” into the NAS (remotely, via Tailscale) with no problem.

xylazineDream , in Help choosing distro for old EOL Chromebook
@xylazineDream@lemmy.dbzer0.com avatar

NixOS will do the thing for all the days

velox_vulnus ,

No, Nix and Guix uses too much space for symlink. That 32GB space can’t handle it. I had a 128GB storage, and it was running out of space after a week. 512GB and 1TB? Just fine.

Matriks404 , in Why do you still hate Windows?

I don’t think the ability to destroy your entire system by one command is a good thing for a desktop operating system. On Linux random program with root rights can bring down your entire system by one poorly written script, but Windows at least has multiple mechanisms in place to prevent that.

SayJess , in Help choosing distro for old EOL Chromebook
@SayJess@lemmy.blahaj.zone avatar

I have Xubuntu on a Lenovo Yoga 11e Chromebook, and it runs like buttah

pupbiru , (edited ) in Cannot start spotifyd.service

if it’s in the correct place, correct read permissions/ownership, etc i’ve noticed that this is also the error that’s thrown when selinux denies the read: in my case i’d created the service file in my home directory, moved it, and because of that it was tagged incorrectly

i’m on my phone and don’t have time to lookup the resolution or how to check, but perhaps someone else can add that detail

HotsauceHurricane OP ,

Ill try remaking it in the correct directory and see if that helps. Thanks!

MonkderDritte , in Cannot start spotifyd.service

Why does Spotify need a daemon?

SloppilyFloss ,
@SloppilyFloss@lemmy.ml avatar

It’s an unofficial open-source daemon used by alternative Spotify clients. I used it once for a terminal Spotify client. It’s a pretty neat piece of software.

HotsauceHurricane OP ,

Its pretty rad. I used it to run spotify-tuhttps://github.com/Rigellute/spotify-tuii on another computer.

boredsquirrel , (edited ) in Help choosing distro for old EOL Chromebook
@boredsquirrel@slrpnk.net avatar

BIOS & mobo

First you need to look if your Chromebook is even supported for running coreboot.

mrchromebox.tech/

Storage

Your Storage is pretty low. Adding an SD card with up to 256GB is very possible. There are even 1TB SD cards!

But best to check if you can replace the emmc module inside.

Open it up and send us a pic of the internals. Also search online.

Increasing the emmc storage will give you the best speed. Using a USB stick/ flashdrive is not recommended as those are not meant for running an OS off of them.

RAM

pretty low but not extremely. 4GB is pretty fine.

You can work around it by using a Distro using ZRAM, like Fedora.

Ask here or on discussion.fedoraproject.org how to make ZRAM fill all your RAM.

ZRAM compresses your RAM contents with zstd (imagine it like .zip but worlds better), so you have 12GB or more space. But it consumes more CPU power, which should be a fine tradeoff.

Desktop

While preeetty outdated in default design on Fedora, it is the most lightweight Desktop that will soon (version 6.1) have Wayland support.

Lubuntu has a better theming and maybe better support, see if ZRAM works on Ubuntu base.

Distro

I would recommend Fedora Atomic Desktops a lot.

But as LXQt is likely the best desktop, and it doesnt have the best support on Fedora, I would recomment Lubuntu.

Even though I would give KDE a try, you can strip it down really well. Here, Fedora Kinoite is absolute king.

jrgn OP ,

Wow, thanks for this write-up! I will definitely look into ZRAM! I have been wanting to give Fedora Atomic a go

boredsquirrel ,
@boredsquirrel@slrpnk.net avatar

First look if your Chromebook is supported.

You can do this in ChromeOS. The model number needs to match exactly.

Chromebooks run some version of Coreboot but that includes many proprietary drivers.

Mrchromebox is an awesome developer, patching coreboot to include all the needed drivers.

jrgn OP ,

Thanks! I have figured all that out. I went with Tumbleweed for now, because I had it lying around on a USB stick and wanted to see if it worked. Looks like it works pretty much out of box. I found a ZRAM guide too. Might distro jump over to Fedora though

boredsquirrel ,
@boredsquirrel@slrpnk.net avatar

Tumbleweed is better than traditional Fedora. But it is worse than Fedora Atomic Desktops.

The key words are


<span style="color:#323232;">rpm-ostree reset
</span><span style="color:#323232;">rpm-osree rebase
</span><span style="color:#323232;">rpm-ostree status
</span>

this is not possible even on OpenSUSEs “immutable” distros, which to my knowledge are not better than Tumbleweed in any way.

MonkderDritte , (edited ) in Help choosing distro for old EOL Chromebook

Debian with XFCE/Mate/Mint/LXQt?

Your bottleneck will be browsing with 4GB, can’t upgrade that?

jrgn OP ,

Will look into if upgrading is possible, but I doubt it

velox_vulnus , in Help choosing distro for old EOL Chromebook

You gotta upgrade the RAM and storage. It is too low. My 128GB storage can’t last a week, and I have to keep clearing cache every day.

Your specific model of laptop may have one or two slot, so do check that out.

jrgn OP ,

Will look into it if it is even possible. I don’t think this computer was made with modifications in mind

spacemanspiffy , (edited ) in Help choosing distro for old EOL Chromebook

I had a good experience with GalliumOS on an x86 Chromebook years ago: galliumos.org

I eventually switched it to run Arch but I will admit that it had WAY better support/stability with the touchscreen/touchpad on Gallium than with Arch.

Edit: I just looked at the news page and realized it does not look to be actively maintained now.

jrgn OP ,

Gallium is not maintained anymore though :(

spacemanspiffy ,

Yes, sorry, just realized.

Hopefully most of the patches and tweaks that were put in to Gallium are all mainlined now so all regular distros can benefit.

jrgn OP ,

No problem! Yeah, I think they mostly are, which is great

jrgn OP , in Help choosing distro for old EOL Chromebook

Thanks for all the great replies! I installed OpenSUSE Tumbleweed with XFCE for now, because I had it lying around on a USB stick. Mostly to see if I even could get it running. So far so good, but I will definitely use some time to check out my options and see what will work the best. All replies are greatly appreciated!

rizoid ,
@rizoid@lemmy.dbzer0.com avatar

I used to work for Chromebook Retail and I have a bunch of EOL devices around. Tumbleweed has been the most stable in my experience followed by Endeavor OS.

jrgn OP ,

Good to know! Have you tried any other distros?

rizoid ,
@rizoid@lemmy.dbzer0.com avatar

I’m sure I’ve tried a bunch over the years those are just the two that I’ve actively used the past couple years.

jrgn OP , in Help choosing distro for old EOL Chromebook

Also did a search to see if RAM or storage is possible to upgrade, it is not. Everything is soldered right to the board.

I can however add some storage with SD card (planning on doing just that)

  • All
  • Subscribed
  • Moderated
  • Favorites
  • [email protected]
  • random
  • lifeLocal
  • goranko
  • All magazines