Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
connecting to windows from linux 9
Name: dvg5000 Date: April 14, 2005 at 08:08:38 Pacific OS: WINDOWS XP PROFESSIONAL CPU/Ram: PENTIUM IV/256
Comment:
i want to connect to windows 98 se from linux 9 pc how can it paossible , what are to tools required.some one help me.
Name: beama Date: April 14, 2005 at 13:33:00 Pacific
Reply:
I would go with samba but there is also vnc google these
0
Response Number 2
Name: C_Legend Date: April 14, 2005 at 22:16:59 Pacific
Reply:
If the Windows drives are FAT/FAT32, you can simply mount them:
# mkdir /win98
# mount -t vfat /dev/hda1 /win98
(change /dev/hda1 to reflect actual Windows partition - use "fdisk /dev/hda" to look at partitions - be careful not to enter "w" in fdisk unless you actually want to save changes - and you don't want to, in this case, so use "q" instead)
Now you can access your Windows files from Linux (/win98).
Summary: hi all! Can any one help me about connecting to internet from linux OS .I use a cable modem and i have no problems connecting to internet from windows xp but when i switch to linux which is in my othe...
Summary: What really separates Microsoft Windows, from Linux. I really would like to get some views on it like for X-Windows versus the Windows GUI's, HAL or the Hardware Abstraction Layer used by both Microso...