Feedback
Got a suggestion for improvement? Anything goes.
Found a bug? Let us know. For other inquries feel free to contact us about anything at all.
Call to action
Depvana's growth is 100% powered by word of mouth. If you want to help: tell a friend! Let your group chats know, let people know of Depvana.
Depvana •
about •
legal •
contact •
Depvana is independent. Help keep it that way.
© 2024 Depvana aps.
Login to add a hashtag.
Hashtags
Bookmark
Rss
Topic Guides
Public room public room
Useful guides for solving Linux problems. Divine intellect solutions are preferred.
Depth  •  Home / Tech / Linux OS / Guides
Moderators  • sys
View Subtopics
No. 257
149
8
0
More
Copy link
Report
Encrypt
Encrypt post text
Encryption Key
Repeat Key
Encrypt
Encrypt post text before posting. Choose an encryption key to encrypt your post with. Be sure to remember this key, as it is the only way to decrypt and view the content again. Only share this key with individuals you want to be able to decrypt your post.
Note that all encryption is performed locally, and no one will be able to recover the content if you lose this key.
Visible to the public Public post
Attachments • images • video webm/mp4 • max size 4096KiB.
Attachments • images • video • max 4MB.
Filter  •  Newest
Newest
Sort posts in decending order by date
Oldest
Sort posts in ascending order by date
Compact View Mode
No.3078 • 
sys@335 
More
Options
Copy link
Report
>
Alright in that case you should be able to resurrect your drive. Most installation problems arise when choosing partition options. It may take a couple of tries to get it right. If in doubt let me know. Best of luck!
No.3070 • 
anon@277 
More
Options
Copy link
Report
>
At some point I may try to repartition that drive using Ubuntu, I could care less about the files on there because I already have all my music backed up elsewhere.
No.3066 • 
anon@277 
More
Options
Copy link
Report
And if you do try Ubuntu choose the following partitioning options. 
i) guided use entire disk 
This should reformat and install ubuntu on you drive witout problems. (Note that you will delete all files on the drive so take a backup prior if you have stored something important)
No.3065 • 
anon@277 
More
Options
Copy link
Report
Btw one of the advantages of choosing ubuntu is the massive userbase. People have already run into almost every possible problem. You are also always welcome to post more details here and I will try to help
No.3064 • 
anon@277 
More
Options
Copy link
Report
>
Sorry to hear about you drives. Sounds like your hardrive partitioning is incompatible with the os you installed or something went wrong during installation. My best guess is your harddrives are fine.

I would recommend ubuntu as first linux destro where the installation process should be somewhat intuitive. You can re partition secondary drives once you have installe ubuntu on you main disk.
No.3062 • 
anon@277 
More
Options
Copy link
Report
I have a 2TB solid state drive that I installed Linux Mint on. Whenever I booted it up it says something like "invalid partition perimeters" (or something to that extent). Eventually it will boot into the OS, but I cannot play my music files with anything! Cannot seem to re-partition the solid state drive and revamp it either, won't allow me to. Would have liked to, but recently I just tossed it into storage and bought another 2TB solid state drive. Won't be using Linux Mint anymore for my music laptop. An offline de-bloated Windows 7 with Foobar2000 will have to do.

Kinda sad because I really was willing to try out something new but if it comes with the risk of ruining expensive harddrives that's not the risk I'm willing to take.
No.3061 • 
anon@277 
More
Options
Copy link
Report
Create symbolic link:

ln -s [target file] [name for the link]
No.3025 • 
sys@335 
More
Options
Copy link
Report
Problem: Broken /etc/sudoers file

Solution: Boot into a live environment and fix it from there.

This obviously requires either physical access, but it almost always works, doesn’t care about what init system you have, and does not care about whether or not you have a root password.

The general approach is relatively simple:

1)Prepare a live CD (or other boot media) that is compatible with the OS you are using (mostly, this just comes down to supporting the particular combination of storage drivers and filesystems needed to mount the root filesystem).
2) Boot the affected system using that boot media.
3) Mount the root filesystem of the affected system somewhere.
4) Edit and save the file.
5) Reboot.

This kind of fix works because it completely sidesteps the access controls of the affected system, letting you do pretty much whatever you want. This level of unrestricted access to the system is part of why physical security is so important.