Gaming Linux question.

Deleted member 67270

Ushiromiya Battler
Member
Joined
Feb 19, 2007
Messages
1,345
Reaction score
65
Trophies
1
XP
1,089
Okay, I'm a very new user of Linux so it's going to take a bit of time for me to get used to. I have just downloaded and installed QEMU Pendrive on my microSD via transflash, and I have a few questions.

1. How do I access my Windows partition? I did a google search and none of the methods seems to be working for me
frown.gif
. I tried to mount the windows partition from hda1 but it tells me "Permission Denied". What do I have to do?

2. How do I connect to the internet? I enabled Networking but it isn't connecting to my wireless router.
 
You wouldn't have either of these problems if you were using a linux distro meant for more then just emulating games. Anyways
1.
QUOTE said:
Hard disks
Hard disks can be used with the syntax: `\\.\PhysicalDriveN' where N is the drive number (0 is the first hard disk). WARNING: unless you know what you do, it is better to only make READ-ONLY accesses to the hard disk otherwise you may corrupt your host data (use the `-snapshot' command line so that the modifications are written in a temporary file)
2. You will need to find a proper driver
 
ChaosBoi said:
Okay, I'm a very new user of Linux so it's going to take a bit of time for me to get used to. I have just downloaded and installed QEMU Pendrive on my microSD via transflash, and I have a few questions.

1. How do I access my Windows partition? I did a google search and none of the methods seems to be working for me
frown.gif
. I tried to mount the windows partition from hda1 but it tells me "Permission Denied". What do I have to do?

2. How do I connect to the internet? I enabled Networking but it isn't connecting to my wireless router.

1. Make sure you have ntfs-3g installed (all the major distros should have it). Debian configured it for me. If it is setup correctly you can mount it by typing this into a terminal (most distros automount)

CODEmount /dev/sda1 /mountpoint

Where /dev/sda1 is what your windows partiton comes up in when you use the command "fdisk -l" and /mountpoint is the folder you want it to mount into. fdisk and mount must be done as root (put sudo in first for both commands)

2. There are a lot of reasons why this is not working and you haven't given enough details to help us out with diagnosing the problem
 
Permission denied means you aren't doing it as root. "man mount" and try using sudo if you're using Ubuntu.

Really, if you're a complete newbie, I suggest you try Ubuntu and over time configure it to play the games.
 

Site & Scene News

Popular threads in this forum