Euric
Jr. Member

Offline
Posts: 15
|
 |
« on: July 30, 2011, 04:39:26 PM » |
|
Hello again pals. Recently, some minutes ago, I was moving a file from the / partition to one of my ntfs partitions. Because it was taking much time, I decided to put the mouse cursor on the notification icon of the kde desktop and then, the machine crashed. The only thing I was doing with the pc at that moment was listening to music and I think I had chromium open.
I had to reboot the computer and now I can't mount that ntfs partition. The other ntfs i have is normal.
I entered in PCC-> local discs -> and then disc partitions administration. There I can't mount, I get an error saying "mount partition /dev/sda3 in directory /media/Datos failed.
If I select the option "Resize", I get this message:
ntfsresize failed: ntfsresize v2.0.0 (libntfs 10:0:0) ERROR(5): Opening '/dev/sda3' as NTFS failed: Error de entrada/salida NTFS is inconsistent. Run chkdsk /f on Windows then reboot it TWICE! The usage of the /f parameter is very IMPORTANT! No modification was and will be made to NTFS by this software until it gets repaired.
My problem is that I don't have windows installed in this notebook and also, I don't have another computer here. Sorry I'm posting so much problems lately. Hope all of them ends soon.
Cheers!
|
|
|
|
|
Logged
|
|
|
|
|
T6
|
 |
« Reply #1 on: July 30, 2011, 04:58:56 PM » |
|
yes, ntfs is asking for a chkdsk process, check partition process, ntfs likes to fail like this  there is some recovery cds to download that comes with ntfs capable file managers, some of them will run chkdsk from those livecds this is one of those http://www.ultimatebootcd.com/it was supposed that you could run fsck but all i can find is contradictory information
|
|
|
|
|
Logged
|
"It pays to keep an open mind, but not so open your brains fall out."
Carl Sagan
|
|
|
|
djohnston
|
 |
« Reply #2 on: July 30, 2011, 05:06:45 PM » |
|
My problem is that I don't have windows installed in this notebook and also, I don't have another computer here.
You have an NTFS partition, but don't have Windows installed? Hmmm... There's another option you can try, besides what T6 mentioned. If you have access to the partition as your normal user, then there's no need to do this as root user. In a terminal, enter ntfs-3g -o recover ( <device> or <mountpoint>). If the partition's mounted, use the <mountpoint> option, in other words, something like /mnt/Windows. If the partition's not mounted, use the <device> option, for example, /dev/sda1.
|
|
|
|
|
Logged
|
Bare metal VBox AMD Athlon 7750 Dual-Core Single core 4GiB RAM 1GiB RAM nVidia GeForce FX 5200 64MB video LXDE 32bit KDE 64bit
Registered Linux User #416378
|
|
|
Euric
Jr. Member

Offline
Posts: 15
|
 |
« Reply #3 on: July 30, 2011, 05:15:26 PM » |
|
Thanks T6, downloading now...
djohnston, yes I have one ext4 and two ntfs in this hard drive :p
I will try that and I'll let you know what happens
|
|
|
|
|
Logged
|
|
|
|
Euric
Jr. Member

Offline
Posts: 15
|
 |
« Reply #4 on: July 30, 2011, 05:32:03 PM » |
|
djohnston, I've got the same message:
[root@localhost ~]# ntfs-3g -o recover /dev/sda3 /media/Datos $MFTMirr does not match $MFT (record 0). Failed to mount '/dev/sda3': Error de entrada/salida NTFS is either inconsistent, or there is a hardware fault, or it's a SoftRAID/FakeRAID hardware. In the first case run chkdsk /f on Windows then reboot into Windows twice. The usage of the /f parameter is very important! If the device is a SoftRAID/FakeRAID then first activate it and mount a different device under the /dev/mapper/ directory, (e.g. /dev/mapper/nvidia_eahaabcc1). Please see the 'dmraid' documentation for more details.
Will try now the live cd T6 recommended
|
|
|
|
|
Logged
|
|
|
|
|
T6
|
 |
« Reply #5 on: July 30, 2011, 05:36:54 PM » |
|
that ntfs 3g option, i was reading that it wasn't 100% secure, it was old information btw
i was verifying the ultrabootcd and it seems that the ntfs4dos option was removed form the 5.1 version, it is available in the 4.1 old version afik
another option could be ubcdwin but this one is a bit complicated, another option is hirens but is hard to find
|
|
|
|
|
Logged
|
"It pays to keep an open mind, but not so open your brains fall out."
Carl Sagan
|
|
|
|
djohnston
|
 |
« Reply #6 on: July 30, 2011, 05:52:25 PM » |
|
djohnston, I've got the same message:
[root@localhost ~]# ntfs-3g -o recover /dev/sda3 /media/Datos
You need to use one or the other, not both. In other words, use /dev/sda3 if the partition's not mounted (the better option). Use /media/Datos if the partition is mounted.
|
|
|
|
|
Logged
|
Bare metal VBox AMD Athlon 7750 Dual-Core Single core 4GiB RAM 1GiB RAM nVidia GeForce FX 5200 64MB video LXDE 32bit KDE 64bit
Registered Linux User #416378
|
|
|
Euric
Jr. Member

Offline
Posts: 15
|
 |
« Reply #7 on: July 30, 2011, 07:13:27 PM » |
|
Thanks man, but It can't monut that partition. Used the device option. Got this message: tfs-3g -o recover /dev/sda3 ntfs-3g: No mountpoint is specified. ntfs-3g 2011.1.15 external FUSE 28 - Third Generation NTFS Driver Configuration type 1, XATTRS are on, POSIX ACLS are off Copyright (C) 2005-2007 Yura Pakhuchiy Copyright (C) 2006-2009 Szabolcs Szakacsits Copyright (C) 2007-2010 Jean-Pierre Andre Copyright (C) 2009 Erik Larsson Usage: ntfs-3g [-o option[,...]] <device|image_file> <mount_point> Options: ro (read-only mount), remove_hiberfile, uid=, gid=, umask=, fmask=, dmask=, streams_interface=. Please see the details in the manual (type: man ntfs-3g). Example: ntfs-3g /dev/sda1 /mnt/windows Ntfs-3g news, support and information: http://ntfs-3g.orgIt asks me the mountpoint... sorry guys, I'm very newbie in all of this
|
|
|
|
|
Logged
|
|
|
|
Old-Polack
Administrator
Hero Member
   
Offline
Posts: 9695
----IOFLU----
|
 |
« Reply #8 on: July 30, 2011, 07:52:05 PM » |
|
Thanks T6, downloading now...
djohnston, yes I have one ext4 and two ntfs in this hard drive :p
I will try that and I'll let you know what happens
If you don't have a Windows installation, why do you have NTFS partitions on that drive? It seems a rather poor choice for a Linux machine.
|
|
|
|
|
Logged
|
Old-Polack Of what use be there for joy, if not for the sharing thereof? Lest we forget... 
|
|
|
|
T6
|
 |
« Reply #9 on: July 30, 2011, 08:00:11 PM » |
|
it is common to have it for compatibility purposes
sometimes is all it is left form your windows install, the partition
eventually a ext3 or ext4 will be a better choice, i personally dualboot my machine so it stays in place
other people could keep them as nostalgic
|
|
|
|
|
Logged
|
"It pays to keep an open mind, but not so open your brains fall out."
Carl Sagan
|
|
|
Euric
Jr. Member

Offline
Posts: 15
|
 |
« Reply #10 on: July 30, 2011, 09:35:51 PM » |
|
Yeah I have it because of compatibility purposes... will try to fix this with an xp disc, I can't remember what options does it have
|
|
|
|
|
Logged
|
|
|
|
|
T6
|
 |
« Reply #11 on: July 30, 2011, 10:02:53 PM » |
|
the xp installation disc doesn't have the mentioned function(chkdsk) if i remember correctly, maybe a older version, sp2?
|
|
|
|
|
Logged
|
"It pays to keep an open mind, but not so open your brains fall out."
Carl Sagan
|
|
|
Euric
Jr. Member

Offline
Posts: 15
|
 |
« Reply #12 on: July 31, 2011, 11:48:54 AM » |
|
Looking in google for another solution, I learnt the lesson and I decided to backup that ntfs partition and then, delete it and create an ext4.
I create a live usb with hirens and after backup the most important files and folders, I started gparted and I've managed to create in the same place, the ext4 replacing the old ntfs. Everything was good.
My last problem is that, when I start PCLOS, in dolphin I'm still seeing the old ntfs partition and obviously get the same error, while I can't see the new ext4 labeled as "Datos" :S.
Could anybody please tell me what am I missing?
Sorry and thanks again mates! Cheers!
|
|
|
|
|
Logged
|
|
|
|
|
ElCuervo
|
 |
« Reply #13 on: July 31, 2011, 12:33:06 PM » |
|
Use the PCLinuxOS Control Center>Local Disks>Manage disk partitions to change and mount the drive as necessary.
|
|
|
|
|
Logged
|
|
|
|
Euric
Jr. Member

Offline
Posts: 15
|
 |
« Reply #14 on: July 31, 2011, 01:40:39 PM » |
|
Cuervo, thanks for the help. I think I'm almost done here.
I managed, via the Control center, to solve something. Under Manage disk partitions, I still saw this partition as ntfs, so, I gave it format and then, no problem. I could acces it using dolphin.
Then, I decided to change the format, from ntfs to ext4 and everything was ok. It took a while because I ask the system to check the bad blocks also. I restarted the system and then, again, in dolphin I see this partition as the old ntfs one, instead of seeing the new ext4.
In Manage disk partitions, if I select the mount option in this new ext4 partition, I got and error message: that mounting the /dev/sda3 partition in directory /media/Datos failed.
I think I only need some more little thing to get this thing working.
|
|
|
|
|
Logged
|
|
|
|
|