Results 1 to 6 of 6
Im now thinking about using ubuntu on my new laptop with vista. I only use vista for video editing, and i'd like to keep it offline for ever. and only ...
- 12-20-2007 #1Linux Newbie
- Join Date
- Nov 2007
- Posts
- 223
dual OS question
Im now thinking about using ubuntu on my new laptop with vista. I only use vista for video editing, and i'd like to keep it offline for ever. and only use linux to go online. question is: if someone got past the linux firewall, can they access vista ( on the other partition ) ? I'm sure it's a dumb question to most people on these forums, but im really curious. thanks
- 12-20-2007 #2
You can access Vista Partitions or any other partition for data sharing from Linux easily but if you want to Work on Vista OS from Linux you have to install Virtual Machine or Quemu.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 12-20-2007 #3Linux Newbie
- Join Date
- Nov 2007
- Posts
- 223
re:
thanks DC, dang. this pops my bubble a bit. ...I was hoping the answer would be: No! can't access windows while linux is the running os. lol. so much for that. I'm super security paranoid. i had 4 years with no problems at all, but in the last month, 2 of my computers have been hit with trojans and my wireless gateway broked into... I guess that's just life on the internet.
- 12-20-2007 #4
Data sharing between OSes is a common thing. I am multibooting 5 Linux OSes and Windows XP in my test machine. I have a shared partition which I access from all OSes including Windows XP.
As I mentioned earlier, Its easy to run Windows OSes while running Linux OS. You have to install Virtual Machine or Quemu only.
Check this ScreenShot posted by Bigtomrodney. He is running OpenSuSe as host and Ubuntu inside Quemu.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 12-21-2007 #5Linux Newbie
- Join Date
- Nov 2007
- Posts
- 223
re:
ok I'm learning a bit at a time. I went view system in xp, and called it " disk mgnt" and when i went into xbuntu, there is was on the desktop "disk mgnt". so I'm starting to understand it all. thanks again.
- 12-21-2007 #6
I wouldn't worry too much about an attack accessing your Windows partition. I would think the only way that would happen is if someone deliberately targeted your machine. However, if you want to be super secure you can close all the open ports on your firewall. You can run:
to see which ports are open and:Code:nmap localhost
to see which services are listening on those ports. If you are unsure about why a port is open and would like to close it, look at the man pages for iptables.Code:netstat -tulp


Reply With Quote
