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.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
for viewing a widows drive from linx u have to mount it to linux directory tree.
1)crere a directory say "wind" in ur linux directory.
2)suppose if ur windows is installed in ur first primary partition it will be taken as hda1
so type "mount /dev/hda1 wind" at command prompt
3)now u can see the files in ur windows directory under wind folder
4)usually only root can do this
Well what an experience. figured out after a while what window to get up to enter in these commands. did that, after a while of fumbling around linux i used this thing which asked me for some password then i got into root i think.
Anyway it said and i quote "fs type not supported by kernel" i'm using fedora core 3.
Well what an experience. figured out after a while what window to get up to enter in these commands. did that, after a while of fumbling around linux i used this thing which asked me for some password then i got into root i think.
Anyway it said and i quote "fs type not supported by kernel" i'm using fedora core 3.
After becoming root (meaning you have to open up the window you mentioned and which probably it's a console) by using 'su', type 'mount -t ntfs -o ro,noexec,umask=000 /dev/hda1 /mnt/hda1' *if* you have already a /mnt/hda1 directory created. If not, create one with 'mkdir /mnt/hda1'.
This is what fssengg was trying to tell you.
Note that I presumed it is hda1; might be not. Also, instead of /mnt/hda1 you can create a directory with another name and location as you wish. And finally, you can "play" around with the umask settings to allow users certain rights over the partition.
NTFS is a horrible filesystem and as such isn't directly supported in the linux kernel. There is an RPM kernel module available somewhere which will give you read access, but writing is still not safe.
It is '-o ro...'. This is the syntax most of the command line programs use: 'program_name -option"space"option_value'. I hope it's clearer this time as what I typed as "space" should be interpreted by a single blank character.
And it's not "unmask" but "umask".
Originally posted by thegreat1 Well what an experience. figured out after a while what window to get up to enter in these commands. did that, after a while of fumbling around linux i used this thing which asked me for some password then i got into root i think.
Anyway it said and i quote "fs type not supported by kernel" i'm using fedora core 3.
the file system is a standard xp ntfs volume.
Where should i go from here?
hi there
for ntfs support on fedora core 3
either recompile ur kernel or get the ntfs module from
linux-ntfs.sourceforge.net
The Knoppix kernel is probably configured to read from NTFS partitions and the one from Fedora isn't. If you need this feature in Fedora, you may have to recompile your kernel.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.