Ask Lemmy
A Fediverse community for open-ended, thought provoking questions
Rules: (interactive)
1) Be nice and; have fun
Doxxing, trolling, sealioning, racism, and toxicity are not welcomed in AskLemmy. Remember what your mother said: if you can't say something nice, don't say anything at all. In addition, the site-wide Lemmy.world terms of service also apply here. Please familiarize yourself with them
2) All posts must end with a '?'
This is sort of like Jeopardy. Please phrase all post titles in the form of a proper question ending with ?
3) No spam
Please do not flood the community with nonsense. Actual suspected spammers will be banned on site. No astroturfing.
4) NSFW is okay, within reason
Just remember to tag posts with either a content warning or a [NSFW] tag. Overtly sexual posts are not allowed, please direct them to either !asklemmyafterdark@lemmy.world or !asklemmynsfw@lemmynsfw.com.
NSFW comments should be restricted to posts tagged [NSFW].
5) This is not a support community.
It is not a place for 'how do I?', type questions.
If you have any questions regarding the site itself or would like to report a community, please direct them to Lemmy.world Support or email info@lemmy.world. For other questions check our partnered communities list, or use the search function.
6) No US Politics.
Please don't post about current US Politics. If you need to do this, try !politicaldiscussion@lemmy.world or !askusa@discuss.online
Reminder: The terms of service apply here too.
Partnered Communities:
Logo design credit goes to: tubbadu
view the rest of the comments
When you mention putting the
elsewhere, that's something I do when setting up a distro install? I can't recall from the last time I did a system install of mint. Sounds extremely helpful so I would like to do it next time
Yes it is. I mean, you should be able to do it later, but if you have to ask how it might be better not to risk it since that would involve resizing your root partition. If however you have a secondary disk you want to use for it it's just a matter of adding a new entry to
/etc/fstab
(which the UI installer in Mint and others allows you to do with a nice UI instead of having to write the file manually). Although bear in mind that mounting a disk on top of an existing folder will mask the contents of the folder, so you won't be able to access the files that were there before. Long story short you can move the files over to the new disk first, them add the fstab entry and it should work, for future installations you can set this during the installer, same way you create a different partition for/boot
, in Linux partitions are mounted to folders and they work as if they were in that location for all intents and purposes.