|
I have several virtual machines running Windows XP using VMware (v.6) which I use to install and use applications I don't want on the main host OS (WinXP). I need to access data on the physical drives on the host OS from the virtual machine.
I have tried...
Started by Robert C. Cartaino on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
I believe that when you configure "use a physical disk", it assumes the VM has exclusive use.
|
|
I have a brand new database on an ISP which I intend to use to build an ASP.NET data-driven website. However, I would like to build the whole thing locally and transplant the database to the ISP.
I have TCP/IP access (i.e. I can connect to the remote ...
Started by Robert Harvey on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Assuming you have FTP access, upload a "COPY ONLY" backup of the database to the server.
Of the files.
|
|
I am running a localhost instance (so domains are not my issue!) on my laptop utilizing Win7 and IIS7. I am getting authentication errors on my website and my one virtual directory.
default website - localhost:80 c:\mydirectory\localhost virtual directory...
Started by Keith Barrows on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Before you made changes to the app pools, all you probably needed to do was add read access to your physical directory for the "network service" account (that is the default account used by asp.net.
|
Ask your Facebook Friends
|
I have a Dell Inspiron 9400 with a Nvidia GeForce 7800 video card.
The fan on the video card seems to not be working as it get extremely hot on the side where the video card is. I can see the fan through the vents and it never seems to turn on. My question...
Started by Kelsey on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
NVIDIA has a utility that allows you to adjust video card settings such as fan... .
If it is not running however when the laptop is hot then most likely it is broke, or a loose cable .
Contact Dell support, they might have a program to help force turn it on .
|
|
I have a cpu and a fpga(Spartan 6) in board. im gonna write and read fpga address data through EBI.
Now the questions suffering me are:
1. Does CPU see my FPGA memory (no any driver or im not able to write a driver for it)?
2. i tried to open "/dev/mem...
Started by mashhur on
, 11 posts
by 3 people.
Answer Snippets (Read the full thread at linuxquestions):
So yes, typically all direct access to an arbitrary device "physical memory addresses....
And the whole point of kernel a user-space process runs in, and the kernel .
Space programs from machine details like "physical memory addresses".
|
|
What is the best method to code physical address in html ? in Semantic, Accessible and SEO way
Started by jitendra on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Use a Microformats vCard
<div class="vcard"> <span class="fn">Gregory Peck</span> <a class="org url" href="http://www.commerce.net/">CommerceNet</a> <div class="adr"> <span class="type">Work</span>: <... .
|
|
I have a machine setup with VMWare Server 2.0. There are several VMs running on the VMWare server and I have several physical drives. I would like to give one of the VMs exclusive access to one entire physical drive. Is it possible to essential give a...
Started by heavyd on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
I suppose creating a virtual machine without a hard disk and than using... .
VMWare workstation supports physical disk access AFAIK however.
Hyper-V does support physical disk access.
Up deploying on Hyper-V for that very reason.
|
|
A lot of time and columns are spent discussing securing a server from outside attacks. This is perfectly valid because it's easier for an attacker to use the internet to break your server than it is for them to gain physical access.
However, some IT professionals...
Started by Adam Davis on
, 12 posts
by 11 people.
Answer Snippets (Read the full thread at serverfault):
Throwing a breaker goes a long way toward the sysadmins have swipe cards that... .
Securing access to the electrical closet is important, too.
The amount of physical security you need depends on the nature and size of your business, IT staff.
|
|
Physically moving a facility and there are boxes, folders, and stacks of software installation media everywhere. How do you handle the physical install disks so they are accessible when needed?
And in a related question, all of the licensing stickers,...
Started by datatoo on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
We do still keep the....
When we get physical if needed.
As someone who works from home physicalWe make it a point not to rely on physical media for precisely this purpose.
In a storage room somewhere since we never have to access it.
|
|
I have a separate utility class that is called in the controller, and i need to access a file inside the Views folder. Inside the the Views{controller} are a couple of sub folders that contain the different views. What I'm looking for is something similar...
Started by prototypef on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Use the RouteValueDictionary to get access to get the full physical path of where the current view file is:
string ViewPath.
With the controller in question or in the shared folder .
|