LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 05-27-2022, 09:33 AM   #16
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,708

Rep: Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899

Quote:
fsck /dev/sdxy
However, it would be nice to have a backup/clone as to not make things worse but unfortunately you do not have the capability. From your postings I do not have a an exact understanding of the "condition" of the disk at the moment so
my confidence is not very high.
 
Old 05-27-2022, 10:43 AM   #17
sundialsvcs
LQ Guru
 
Registered: Feb 2004
Location: SE Tennessee, USA
Distribution: Gentoo, LFS
Posts: 10,660
Blog Entries: 4

Rep: Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941
You might be able to use the smartctl command to examine the drive's on-board diagnostics of itself. (The so-called "S.M.A.R.T." software that's built in to every modern drive.) If the drive is malfunctioning, get rid of the damned thing, because things will never get better.
 
Old 05-27-2022, 11:07 AM   #18
znt
Member
 
Registered: May 2022
Posts: 38

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by michaelk View Post
However, it would be nice to have a backup/clone as to not make things worse but unfortunately you do not have the capability. From your postings I do not have a an exact understanding of the "condition" of the disk at the moment so
my confidence is not very high.
/dev/sda3 has unsupported feature(s): metadata_csum

Sir, ARE YOU SURE that is not a Devil thing?! ^_^

Last edited by znt; 05-27-2022 at 11:09 AM.
 
Old 05-27-2022, 11:37 AM   #19
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,708

Rep: Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899
This is my summary of your situation.

There are no hidden reasons. Ubuntu 13 is to old. It went End of Live in 2014.
It does not support features that are installed on the newer filesystem on the hard disk.

As posted upgrading from older unsupported versions is difficult if not impossible. Your time is much better spent on installing something current.

Your sort of stuck because you only have one USB flash drive. What other resources do you have available?
 
1 members found this post helpful.
Old 05-27-2022, 11:43 AM   #20
znt
Member
 
Registered: May 2022
Posts: 38

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by michaelk View Post
This is my summary of your situation.

There are no hidden reasons. Ubuntu 13 is to old. It went End of Live in 2014.
It does not support features that are installed on the newer filesystem on the hard disk.

As posted upgrading from older unsupported versions is difficult if not impossible. Your time is much better spent on installing something current.

Your sort of stuck because you only have one USB flash drive. What other resources do you have available?
Two USB flash drives, but can't copy the image right for any reason.
I'm almost giving it up. It's sad, was spent time. Variables were declared in machine language, is nobody's duty know that. What is not a logical issue, I mean. 'dd' could be anything else and so on.. People are ego filled in this area, when have nothing to be proud. It's just humanity sense and have domain effectively. Sorry.

Last edited by znt; 05-27-2022 at 11:56 AM.
 
Old 05-27-2022, 11:57 AM   #21
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,708

Rep: Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899
Where is the ISO file saved? Which flash drive?

If still running the live version then running the following should work.
sudo dd if=file.iso of=/dev/sdx

Last edited by michaelk; 05-27-2022 at 11:59 AM.
 
Old 05-27-2022, 12:10 PM   #22
znt
Member
 
Registered: May 2022
Posts: 38

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by michaelk View Post
Where is the ISO file saved? Which flash drive?

If still running the live version then running the following should work.
sudo dd if=file.iso of=/dev/sdx
pay attention what you are asking for... WHICH flash drive?

what i did.
 
Old 05-27-2022, 02:56 PM   #23
sundialsvcs
LQ Guru
 
Registered: Feb 2004
Location: SE Tennessee, USA
Distribution: Gentoo, LFS
Posts: 10,660
Blog Entries: 4

Rep: Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941
Quote:
Originally Posted by znt View Post
People are ego filled in this area, when have nothing to be proud. It's just humanity sense and have domain effectively. Sorry.
Very-knowledgeable people here are right now trying sincerely to help you. Please respect the community.

Every single one of us, at one time or another, has been exactly where you are, and "we feel your pain." That's why we do this. Your present situation is actually not as bad as it seems.

Right now, I recommend that you install a current Linux distribution, right on top of the one that you are currently running. You are using a distribution with filesystem support that is today "too old." A fresh-install should recognize that it is being applied on top of an existing installation, and should replace only the relevant system files.

"Upgrade" processes generally only work "from the immediately-previous version," while here you need to make a bigger jump. A reinstall should, I expect, do the right thing.

Last edited by sundialsvcs; 05-27-2022 at 02:59 PM.
 
Old 05-27-2022, 04:26 PM   #24
znt
Member
 
Registered: May 2022
Posts: 38

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by sundialsvcs View Post
Very-knowledgeable people here are right now trying sincerely to help you. Please respect the community.

Every single one of us, at one time or another, has been exactly where you are, and "we feel your pain." That's why we do this. Your present situation is actually not as bad as it seems.

Right now, I recommend that you install a current Linux distribution, right on top of the one that you are currently running. You are using a distribution with filesystem support that is today "too old." A fresh-install should recognize that it is being applied on top of an existing installation, and should replace only the relevant system files.

"Upgrade" processes generally only work "from the immediately-previous version," while here you need to make a bigger jump. A reinstall should, I expect, do the right thing.
How could I do this if can't get accesss to the mirrors?

Quote:
Secure Connection Failed
An error occurred during a connection to askubuntu.com. Cannot communicate securely with peer: no common encryption algorithm(s). (Error code: ssl_error_no_cypher_overlap)
And how can I feel me good to work if suddenly the system crashes, technically without a reason or at least one justifiable?

Quote:
Please respect the community.
I could say that for you, about my country.
sory.
 
Old 05-27-2022, 04:55 PM   #25
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,636

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by znt View Post
How could I do this if can't get accesss to the mirrors?
Code:
Secure Connection Failed
An error occurred during a connection to askubuntu.com. Cannot communicate securely with peer: no common encryption algorithm(s). (Error code: ssl_error_no_cypher_overlap)
Again, no idea what you're talking about; what mirrors?? Going to Ubuntu.com gives me a very clear download button....one click and it downloads, or you can easily find links on that very page that let you download other versions, and even bittorrent links. What else do you need???
Quote:
And how can I feel me good to work if suddenly the system crashes, technically without a reason or at least one justifiable?
Again, EVERY COMPUTER CRASHES EVENTUALLY. Your hardware is going bad, period. Nothing magical about that, and it happens to everyone. That's it. Replace your bad hardware and move on. Restore from backups.
Quote:
I could say that for you, about my country. sory.
And we have NO IDEA what country you're in...the only things we know is that you aren't asking clear questions, providing details, and seem to ignore what everyone is telling you.
 
Old 05-27-2022, 05:07 PM   #26
znt
Member
 
Registered: May 2022
Posts: 38

Original Poster
Rep: Reputation: 0
Requesting ubuntu.com:

https://imgur.com/a/8PsOZMh

Quote:
EVERY COMPUTER CRASHES EVENTUALLY
There is a reason, always.

Should I say what are mirrors?

Last edited by znt; 05-27-2022 at 05:17 PM.
 
Old 05-27-2022, 06:22 PM   #27
wpeckham
LQ Guru
 
Registered: Apr 2010
Location: Continental USA
Distribution: Debian, Ubuntu, RedHat, DSL, Puppy, CentOS, Knoppix, Mint-DE, Sparky, VSIDO, tinycore, Q4OS,Manjaro
Posts: 5,635

Rep: Reputation: 2697Reputation: 2697Reputation: 2697Reputation: 2697Reputation: 2697Reputation: 2697Reputation: 2697Reputation: 2697Reputation: 2697Reputation: 2697Reputation: 2697
Quote:
Originally Posted by znt View Post
Requesting ubuntu.com:

https://imgur.com/a/8PsOZMh



There is a reason, always.

Should I say what are mirrors?
If I understand you correctly, you are looking for a Linux image, preferably Ubuntu based, that will run on your hardware and work well. Bonus if it will actually let you read that partition so you can access those files that you value yet failed to back up.

We might be able to help with that.
Current Ubuntu, the main distribution, is 64-bit only. We need to know if your machine is 32-bit or 64-bit, if it is traditional BIO or EFI based, what media you currently have, what you intend to boot from, and what resources you have to load a boot device.

We cannot help you if we are kept in the dark. Some of us CAN do what look like magic, but we need someplace to START!

What can you tell us that might help us help you?
 
2 members found this post helpful.
Old 05-27-2022, 06:35 PM   #28
znt
Member
 
Registered: May 2022
Posts: 38

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by wpeckham View Post
If I understand you correctly, you are looking for a Linux image, preferably Ubuntu based, that will run on your hardware and work well. Bonus if it will actually let you read that partition so you can access those files that you value yet failed to back up.

We might be able to help with that.
Current Ubuntu, the main distribution, is 64-bit only. We need to know if your machine is 32-bit or 64-bit, if it is traditional BIO or EFI based, what media you currently have, what you intend to boot from, and what resources you have to load a boot device.

We cannot help you if we are kept in the dark. Some of us CAN do what look like magic, but we need someplace to START!

What can you tell us that might help us help you?
Ok, could you send me by email? I used to use Debian 10 before this crashs.
I've a flash drive to boot.

Quote:
Bonus if it will actually let you read that partition so you can access those files that you value yet failed to back up.
Yes, what I hope.

BIOS, can be 64-bit for i386
Xcfe

Last edited by znt; 05-27-2022 at 06:49 PM.
 
Old 05-27-2022, 08:24 PM   #29
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 5,811
Blog Entries: 1

Rep: Reputation: 2068Reputation: 2068Reputation: 2068Reputation: 2068Reputation: 2068Reputation: 2068Reputation: 2068Reputation: 2068Reputation: 2068Reputation: 2068Reputation: 2068
Quote:
Originally Posted by znt View Post
Ok, could you send me by email?
When you ask for help here, you're asking a group of people, a collection of heads which may be unable to help except in pieces from individual participants. There is no provision via the group for personal tutoring via email. If you do not answer the questions asked by the group's members, you cannot expect to be provided solutions to your problems.
 
2 members found this post helpful.
Old 05-28-2022, 12:53 AM   #30
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by znt View Post
Could you suggest a distro? i386
https://distrowatch.com/search.php?architecture=i386
Please actually have a look, and try more options (Old Computers, Beginners etc.).

BTW, Not all 32 bit PC machines are (only) i386, could be i686 as well:
https://distrowatch.com/search.php?architecture=i686
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to re-size root partition without loosing any data if the root partition is immediately followed by swap partition thebiggiantmouse Linux - Hardware 16 09-25-2019 12:06 PM
[SOLVED] USP monted do not disappear from Media jauch Linux - Newbie 2 11-27-2009 07:00 AM
Hard Drive Partition Management - Mandriva Double Partition with Swap File partition moshebagelfresser Linux - Hardware 2 05-23-2008 10:46 AM
MP3 player, monted but no access English_Man Mandriva 5 04-04-2006 09:27 AM
Total partition size - User partition size is not equals to Free partition size navaneethanj Linux - General 5 06-14-2004 12:55 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 06:28 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration