|
I'm on Mac OS X, have a DVD in the DVD-drive and can look at it in the Finder. I'd like to try to create an iso of it by using the dd command. But to do that I need to know what device to use as an input. How can I find what device my DVD-drive is?
Started by Svish on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
Not sure if it is the best, but it works anyways:
df -h
c",)
Put a disk into the drive, wait until OS X mounts it, and then type the following command in the Terminal:
$ mount [⋮] /dev/disk2 on /Volumes/MyDisk (cd9660, local, nodev... .
Finally found a way.
|
|
Hello, I've found a few posts on this site, however my situation is different.
I have a new Dell server with no OS installed. And I would like to install Windows 2008 Web Edition.
I have a few USB ports and Ethernet. No CD or DVD drives.
Is this article...
Answer Snippets (Read the full thread at serverfault):
Why not just connect a USB CD\DVD drive and install from there?
I installed windows 7 via.
|
|
I have a problem with writing data to a DVD drive - Burning NeroROM starts to burn a disc, then halts and gives an error: Power callibration error. I now am the proud owner of many DVD coasters.
I have updated the firmware but to no avail.
Any ideas?
Started by Simon E on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at serverfault):
To the latest point release Google for your DVD drive model and see if other people are having a similar.
|
Ask your Facebook Friends
|
I'm trying to install Fedora on a really old (1999-2000) PC, even though I have set it to boot the CD/DVD drive first it wont boot from the CD, I know the CD 'im using is bootable, do you think that the CD might be too new or something?
Thanks!
Started by Bubby4j on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
I see this as a VERY common problem either when the optical drive is heavily used for writing in a relatively short period (1), or if the machine ... .
If the machine is from 1999-2000, I would say the most likely cause is that the optical drive is broken .
|
|
Is there an easy way to install software located on a .iso file to a remote server which does not provide to me access to the DVD Drive?
I have a license for SQL Server 2008 Web Edition through WebsiteSpark and need to install it on my remote VPS using...
Answer Snippets (Read the full thread at serverfault):
The contents of the ISO file, or alternatively, can mount the ISO file in a virtual CD\DVD drive.
|
|
I just wiped XP and installed Windows 7 on my PC. The install went great, no errors reported. However as I popped in some CDs to install some of my software, I notice that neither of my DVD drives are reading any cd/dvds.
When I open Windows Explorer ...
Started by kcb263 on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
I apologize and am ready....
Are there any other devices connected to the cable with the DVD-ROM drive?
How was the drive configured? Master or slave? Maybe you changed something on your computer and forgot to insert the master jumper?
So, I'm "that guy" .
|
|
Upgraded hard drive in Lenovo T61P; decided to start fresh with Windows 7 Pro. Windows installed, so DVD drive was working. All of a sudden, driver is not recognized. Device is "HL-DT-ST DVDRAM GSA-U10N ATA Device". It appears on device manager but with...
Started by David Lacher on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
Step 2: If you are prompted for an administrator....
You might want to give these steps a try:
Steps for installing Windows 7 drivers for optical drives:
Step 1: Click Start button, type services in the Start Search box, and then select Services in the Programs list .
|
|
Dunno how to even frame this question...
I used to have this issue earlier with CD-drives of yore.. where certain CDs couldn't be read by older drives (I think the discs were recorded with >8x speed). Now I'm seeing this issue with my trusty DVD drive...
Started by Gishu on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
I had a similar....
I got one time an issue like yours and worked after update
As Timotei mentioned, sometimes a firmware update can help, however it could be anything from a dirty lens to the degradation of the drive itself .
Just try to update your firmware.
|
|
DVD drive problem My dvd drive disappears in the middle of any copying process I can open/close the drive though dvd drive appears again after rebooting That was my sin. And this... this... is my punishment.
Started by fAzIL p0lA on
, 20 posts
by 10 people.
Answer Snippets (Read the full thread at banglagamer):
Originally Posted by K' Sounds like it's a problem from... .
Sounds like it's a problem from the circuit, but just to make sure, change the power cable connector or a molex to SATA power converter if you have one, and the SATA data cable to see if it helps .
|
|
How can I discover any USB storage devices and/or CD/DVD writers available at a given time (using C# .Net2.0).
I would like to present users with a choice of devices onto which a file can be stored for physically removal - i.e. not the hard drive.
Started by Stuart Helwig on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
This is VB.NET code to check for any removable drives or CDRom drives attached to the computer:
Me.lstDrives.Items.Clear() For Each item As DriveInfo In My.Computer.FileSystem.Drives If item.DriveType = DriveType.Removable Or item.DriveType = DriveType... .
|