Linux - HardwareThis forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?
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.
Hello,
I recently reinstalled WinXP to be able to get on the internet because after buying a PCTel modem it still wouldn't detect it and the setup program was for kernel 2.4 not 2.6 so anyways I have to download all the stuff I want for linux via WinXP this is fine but I hate having to write and read files from a CD-RW every time I download something new. Is there anyway to easily transfer files from Ext3 and vfat? I've tried searching and I found a few things on samba but all the tutorials were on how to share files through a network not on one PC. Any help would be greatly appreciated, thanks.
If your windows XP is running on an NTFS partition, you might have a serious problem: this is not (yet) totally supported by Linux. Some distributions allow you to read, and not write, some to rw, and some don't support it at all.
Take a look at /mnt/windows..... if this doesn't exist, try mounting it (I don't know how to do that using a graphical tool in Fed.... ).
If this still doesn't work; convert your windows filesystem to FAT32
It is still in FAT32 because I knew FC2 doesn't support it (well). When I go to mount devices its not there. Perhaps there is some startup code I could use like the way it initialized the Root: root (hd0,3). I'll try some stuff and reply the results
i am not clear on 'when i go to mount devices its not there', are you meaning that when you view the contents of /mnt/ the windowsXP dirs/files are not present ?
you could place an entry in /etc/fstab to have it mount on boot
or from cli you can just use "mount"
mount /dev/hda1 /mnt/windows
(substituting hda1 for whatever disk/partition windowsXP fat is on and /mnt/windows for wherever you want it mounted)
then you should be able to see the contents of the xp partition
hope this helps...
Ok but how do I find out which partition WinXP is on and do I place an entry in /etc/fstab to it? I really should buy a book on how to use Linux, its good but not exactly for noobs
BTW: I couldn't figure out how to mount it changing the startup commands
the the one from above as per ur setting
st the fdisk prompt
use ' p'
to print ur partiton table
post that output here
most probably if u installed winXP on C drive then winxp is hda1
then to mount it in a diectory say /mnt/win_c
make a dir. win_c in /mnt
then
#mount /dev/hda1 /mnt/win_c
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.