Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I have dual boot system with opensuse 11 and windows vista ultimate. How can I see contents of linux in vista?
Similarly How can I see the contents of C: drive where Windows is installed. (I can see and modify contents of other windows partitions D:, E: etc NTFS/FAT32)
Windows will not see your linux partitions, except for using special programs I wouldn't touch. Perhaps use a fat partition to move data.
Linux can certainly see the windows partition, even write to it with the ntfs-3g driver.
Post /etc/fstab and output of "sudo fdisk -l".
To read and write Ext2/3 files, I use the ext2fsd driver in Windows 2000. Works perfectly.
I have never tried with any other version of Windows (nor will I....)
Windows cannot recognize linux partition, if ur using linux OS then get “fuse” package and “fuse-ntfs-3g” from http://dag.wieers.com/rpm/packages/ or get source code of fuse it will be easy to use
Windows cannot recognize linux partition, if ur using linux OS then get “fuse” package and “fuse-ntfs-3g” from http://dag.wieers.com/rpm/packages/ or get source code of fuse it will be easy to use
Well, I misunderstood that as well. Namely the part: "How can I see the contents of C: drive where Windows is installed."
Go to Command prompt then type "fdisk -l" it will list all partition of ur HDD then check the SIZE you give to ur C: drive then mount it, if u have downloaded fuse software then type this command to mount
"mount -t ntfs-3g /dev/partitionname /mnt/"
partition name you can find it from /dev and /mnt is to mount ur ntfs partition.
This program is asking me to format Linux partitions?
C:\Users\drsethi\Desktop>mountdiag x:
The volume has an Ext2/Ext3 file system, but the Ext2 IFS 1.11 software did not
mount it because there is at least one incompat feature flag set. The Ext2
IFS software does not implement:
* needs_recovery *
Here we have an Ext3 file system which has transactions left in its journal. A
pure Ext2 driver must not access such a volume which is in that state (to
prevent data loss!).
You may solve it by mounting it on Linux (which has a kernel with Ext3
support). Be sure that you cleanly dismount it, before you shutdown Linux.
After that the Ext2 IFS software should be able to access the volume.
The volume has an Ext2/Ext3 file system, but the Ext2 IFS 1.11 software did not
mount it because the file system has an inode size unequal to 128 bytes (inode
size: 256 bytes).
The only way to solve it is to back up the volume's files and format the file
system: give the mkfs.ext3 utility the -I 128 switch. Finally, restore all
backed-up files.
After that, the Ext2 IFS software should be able to access the volume.
Recently I found the cause of problem of not accessing c: drive. It contained bad sectors and was not mounted by Linux. So I formatted c: drive and reinstalled Windows vista and Opensuse 11.1. Now that problem is over
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.