I am looking a way to access my windows vista files (documents and pictures) in opensuse. I have a problem my Vista doesnt load anymore and I really need to recover some files from it before formatting.
I know very very veeeery little about linux. I installed few month ago but then didnt have time to really work on it. Could you please give me a detailed, step by step indication on how to access vista partition please? I would be very greatful. I checked on google but it’s more confusing.
I have three partition. One is for Vista home edition 64 bit, the other one opensuse 11.1 and a third one for dell stuff (not sure what is it exactly )
What you tell about having three partitions can not be true. Linux needs two partitions at least (for Swap and /) and the default install (and our advice) is toi use three (for Swap, / and /home). Please post the output of
sudo -i fdisk -l
Also whee ou installed openSUSE 11.1, normaly your Windows partition(s) will be configured for mounting allready. Thus give also the output of
Claudio@linux-7yrx:~> mount
/dev/sda5 on / type ext3 (rw,acl,user_xattr)
/proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
debugfs on /sys/kernel/debug type debugfs (rw)
udev on /dev type tmpfs (rw)
devpts on /dev/pts type devpts (rw,mode=0620,gid=5)
/dev/sda7 on /home type ext3 (rw,acl,user_xattr)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
securityfs on /sys/kernel/security type securityfs (rw)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
/dev/sr0 on /media/UDF Volume type udf (ro,nosuid,nodev,uid=1000)
gvfs-fuse-daemon on /home/Claudio/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=Claudio)
You need to mount the windows partition, but I don’t know what it is,
so enter your openSUSE and open one terminal, type su - -c “fdisk -l”
and post here the output, and we detail you the mount command you have
to use
VampirD
Microsoft Windows is like air conditioning
Stops working when you open a window.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.12 (GNU/Linux)
Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org/
1: please put computer output between CODE tags, such as we do when we show you what to do! (select the text and then click the # button in the bar, when there is no # button first click the “Advanced” button below).
2: you see from the *fdisk -l *output that you have 5 partitions, not three (and then I do not count the Extended partition).
3: Partition # 2 is a Windows partition and according to your fstab it should be mounted at /Vista. But according to mount it isn’t.
To see what happens as you try to mount it, do (as root)
linux-7yrx:~ # mount -a
ntfs_attr_pread_i: ntfs_pread failed: Input/output error
Failed to read NTFS $Bitmap: Input/output error
NTFS is either inconsistent, or you have hardware faults, or you have 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 you have SoftRAID/FakeRAID then first you must activate
it and mount a different device under the /dev/mapper/ directory, (e.g.
/dev/mapper/nvidia_eahaabcc1). Please see the 'dmraid' documentation
for the details.
Thanks, that is done allright. Now we have some error message. I personaly, having no Windows knowledge, can not really understand it. Can you (after all you did seem to have a Windows system, so youmay have knowledge) understand that about SoftRAID/FakeRAID and do you know if that is the case? In any case you could do the fdisk /f if you are sure it is save to do so (do not take my advice, again, I do notg know nothing about Windows.
In your first post you say that you have problems with your Vista, maybe this is the problem.
Do you have any kind of RAID running?
If the Windows partition is dirty (ie corrupt) it may not mount. Only way to fix it is from Windows.
The result of your fdisk -l call is troubling and may indicate corruption on the Linux file system.
Try running a live Linux CD like Parted Magic or even a Suse or Ubuntu CD. To get the information we need.
Unfortunately my knowledge of Vista is also limited. I don’t understand what’s SoftRAID/FakeRAID.
Yes the problems comes from Vista, i’m currently writing from my laptop with Vista/opensuse. I have no problem with opensuse but vista doesn’t load anymore.
Thanks for the help hcvv, hopefully someone with more windows knowledge will show up
I don’t really know what is this but from what i read on wikipedia i would say no
If the Windows partition is dirty (ie corrupt) it may not mount. Only way to fix it is from Windows.
i can’t load windows, i get to the loading bar page but then after a while I get blue screen and the computer restart. I also tried with dell recovery cd but with no success.
The result of your fdisk -l call is troubling and may indicate corruption on the Linux file system.
Try running a live Linux CD like Parted Magic or even a Suse or Ubuntu CD. To get the information we need.
can you be more clear on what information you need please?
@gogalthorps. I do not see your concerns. The fdisk -l from post #6 is not showing problems imho.
Partition #1 for Dell (normal for Dell hardware). #2 for Vista #3 Extended and contains 5, 6 and 7 #5 for Linux / (as seen from fstab and mount) #6 for Linux Swap #7 for Linnux /home (as seen from fstab and mount
All neatly the one after the other from the begin to the end of the disk.
This is why it is important to back up your data.
You may need to use a data recovery program. Google is your friend.
Serious file system corruption may be indications of failing hardware.
Can you get into the recovery console from Vista…? Press F8 prior to vista boot/splash [loading bar] screen… you may need to hit F8 a few times to get too the “Windows Advanced Options Menu”… If you can get that far, try selecting Safe Mode or Safe Mode with Command Prompt. you may be able to repair your partition if its broken via command prompt/recovery console…
When you tried your Dell disks, what happend…? It looks like you have DELL’s recovery/protected partition on your disc… so not sure what disks your were using for repair [could be wrong]? If so, Your Dell CD/DVD should have a recovery option… your HD is prolly fine, if openSUSE is booting okay…
As the people above I am afraid that your Vista partition is corrupted badly. It seems that the first block of it can not even be read because the Linux mount can not identify what it is. It does some suggestions, but that is all. When you have no backups (and for a Window-less future remind that even using Linux you need backups!) all you can hope for is the good advice of people like vmohan, or go to a Vista forum.
from a terminal now type: “mount /dev/sda2 /mnt -t nts-3g” to mount
your windows partition on /mnt, but you already have your Vista
partition mounted on /Vista, so I think you should use chkdsk /f from
the Vista recovery console as the output of mount -a says