this post was submitted on 19 Aug 2023
696 points (94.7% liked)
Linux
47958 readers
1479 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
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
That depends on your desktop manager. I am using GNOME and I'm using its custom shortcut feature as well. If you're also using GNOME you can just go into Settings -> Keyboard -> View and Customise Shortcuts -> Custom Shortcuts to add keyboard shortcuts. I added Shift+Win+S to take screenshots with Flameshot for example. But you can add pretty much anything there.
File sharing from Linux to Windows is extremely easy. Samba (Linux implementation of smb) is very easy to implement. From what I remember you just have to install samba and then add new network shares in /etc/samba/smb.conf.
In terms of disk space you'll have to put some thought into if you really want to dual boot. If disk space is sparse it's going to be tough. EndeavourOS is pretty lightweight but if you want to daily drive it it's still going to take up a considerable amount of space. The biggest problem with one disk drive is usually creating partitions. With Windows already installed your UEFI partition is likely too small to contain both Win and Linux boot data. And when you install Linux as a new partition on your existing drive you will simultaneously hamper your ability to change the existing partition sizes. I would advise to get a new (even if small) SSD for Linux to get around any partition related problems.
Hmm... That's a good answer, thanks for taking the time! I currently have about 130gb free on my boot drive, and I keep all my data on a separate 4tb drive. Dual booting on the same nvme could possibly be an issue though.
Thanks much!
If you have any more questions don't hesitate to write me a PM or otherwise reach out. I might be able to help. As for your free disk space I think you'll have a hard time making it all work with just 130GB of free disk space. Not because EndeavourOS can't work with 130GB but because as soon as you set the partitions it's extremely hard to change your partition size for Windows and Linux because of the way these partitions sit on your physicial drive.
Your 4tb drive should be less of an issue. I don't have a lot of knowledge as to how Linux works with NTFS but as far as I know Linux is way better at working with Windows file systems as Windows is with working with Linux file systems.