Skip to content

Piero Bosio Social Web Site Personale Logo Fediverso

Social Forum federato con il resto del mondo. Non contano le istanze, contano le persone

What is the best way to save my linux (open media vault / debian) install from failing disk?

Uncategorized
25 13 0

Gli ultimi otto messaggi ricevuti dalla Federazione
Post suggeriti
  • 0 Votes
    6 Posts
    23 Views
    @poul_polimi @milano I mostly use the command line and have a few homegrown tools that use the CLI.I use it from PyCharm a little to make and push commits but nothing more.I use the web GUI mostly in read-only mode and to create/review PRs. I use VS Code a little at work but do no git work with VS Code.For my personal repos, I use #Codeberg. At work, my team uses a Github server hosted by the company. But it all starts with git!
  • 0 Votes
    2 Posts
    10 Views
    @mynameistillian the modules might be plugged in incorrectly (eg not all the way in)
  • 0 Votes
    1 Posts
    12 Views
    I don't understand why a lot of software in #linux don't read external hard drives. Trying to use Gaupol subtitle editor and it is functional. But it can't read files on external HDD or flash drives, which makes it the only pain.
  • 0 Votes
    1 Posts
    19 Views
    Namjae Jeon from exFAT and KSMBD fame published a new #NTFS #Linux #kernel driver called #NTFSPLUShttps://lore.kernel.org/lkml/20251020020749.5522-1-linkinjeon@kernel.org/""Currently, ntfs support in Linux was the long-neglected NTFS Classic (read-only), which has been removed from the Linux kernel, leaving the poorly maintained ntfs3. ntfs3 still has many problems and is poorly maintained, so users and distributions are still using the old legacy ntfs-3g.What is ntfsplus? The remade ntfs called ntfsplus is an implementation that supports write and the essential requirements(iomap, no buffer-head, utilities, xfstests test result) based on read-only classic NTFS. The old read-only ntfs code is much cleaner, with extensive comments, offers readability that makes understanding NTFS easier. This is why ntfsplus was developed on old read-only NTFS base. The target is to provide current trends(iomap, no buffer head, folio), enhanced performance, stable maintenance, utility support including fsck.""#LinuxKernel