General :: How To Recover Rmdir Media/ Cdrom

Jun 7, 2011

After creating directory (DirName) in media/ directory, i wanted to remove it, so i used the rmdir command, "rmdir media/DirName". but now, i have mounting problem, i can't mount media disk, cd and dvd disk. how to recover settings and restore it?

View 3 Replies


ADVERTISEMENT

General :: EXT4 - Recover Any / All Of Data From Formatted Media Drive?

Jun 4, 2010

Last night I made the mistake of formatting my media drive. Before the format, it was ext4. then I formatted it to ext4 again because I wasn't paying attention to what I was doing(this mistake only gets made once). Now im looking for away to recover any/all of my data. The drive in question is 1tb. I have not written any new files to this drive.

View 5 Replies View Related

CentOS 5 :: Why The Cdrom Always Mounted Under /media

Aug 10, 2010

I went through some conf files under /etc. But cannot find out why cdrom always mounted under /media? Also there is one line in /etc/auto.misc:

cd -fstype=iso9660,ro,nosuid,nodev :/dev/cdrom

Does that mean the cdrom should be mounted under /misc/cd?

View 1 Replies View Related

CentOS 5 :: Cdrom Always Mounted Under /media?

Mar 1, 2009

I went through some conf files under /etc. But cannot find out why cdrom always mounted under /media? Also there is one line in /etc/auto.misc: cd -fstype=iso9660,ro,nosuid,nodev :/dev/cdrom

Does that mean the cdrom should be mounted under /misc/cd?

View 1 Replies View Related

General :: Prevent Rmdir -p From Traversing Above Certain Directory

Apr 22, 2010

I hacked together this script to rsync some files over ssh. The --remove-source-files option of rsync seems to remove the files it transfers, which is what I want. However, I also want the directories those files are placed in to be gone as well. The current part of the find command, -exec rmdir -p {} ; tries to remove the parent directory (in this case, /srv/torrents), but fails because it doesn't have the right permissions. What I'd like to do is stop rmdir from traversing above the directory find is run in, or find another solution to get rid of all the empty folders. I've thought of using some kind of loop with find and running rmdir without the -p switch, but I thought it wouldn't work out. Essentially, is there an alternative way to remove all the empty directories under the parent directory?

[code]....

View 2 Replies View Related

CentOS 5 Hardware :: Unable To Mount Media CDROM

May 17, 2011

I get allways thus message when I try to access try to access my drive.

I have CentOs 5 and an HP Laptop. I use Oracle Virtualbox.

View 3 Replies View Related

CentOS 5 :: C5 Media Repo Is Broken / Recover That?

Feb 20, 2011

I'm kind of hoping that many of the apps I am looking for live on this mirror. It was installed by default by CentOS 5.5 when I installed.

My repo file is included at the bottom. Checking the path http://mirror.centos.org/centos-5/5.5/ there is no media dir which would explain the 404 error I get when I try to enable the repository. The question is where does it live or is this repo defunct? code...

View 3 Replies View Related

Ubuntu :: How To Rmdir A Dir With Space In It

Jan 11, 2010

Im trying to delete a folder from the terminal named iTunes Music but it thinks im trying to del a folder called iTunes and one called Music. How can i del this file from the terminal?

View 5 Replies View Related

General :: Boot A Cdrom From A Mobile USB Cdrom (old Bios, Without Usb Boot)?

Aug 29, 2010

I have been trying plop floppy to boot a bootable cdrom from a mobile USB cdrom reader, but the usb cdrom are not recognized.I was thinking that with grub or grub2 or syslinux that would be possible, no ?

View 13 Replies View Related

General :: Install Windows 7 On Media Partition \ Keep Media Partition Completely Separate From Any OS?

Apr 24, 2010

I just bought a new hard drive so that I could convert my XP-only machine into an XP-Ubuntu-Windows 7 triple boot machine.Since the drive is absurdly huge (1 TB) I wouldn't mind throwing ReactOS into the mixtoo.I just found out that master boot records are limited to 4 entries, meaning 4 primary partitions. I had Windows XP set up on my old drive as a boot partition, a program files partition and a media partition. Since I really didn't want to install XP from scratch, I cloned this setup on my new drive.

This leaves me one MBR partition entry for installing Windows 7, Ubuntu and ReactOS. I'd like to avoid having to install XP from scratch like the plague, partly because it's supposed to be a safety net in case things go wrong with my other OS's and because I've invested a lot of time getting it set up exactly the way I like it.Here are the options I've considered and why I don't like them:Install Windows 7 on my media partition. This would work, but I prefer to keep my media partition completely separate from any OS, so that I can reformat an OS partition without affecting my media partition at all.

Use wubi or something to install Ubuntu in the same partition as something else. Again, this is brittle.Move all my media to a logical drive on an extended partition. Create another logical drive on this extended partition for Ubuntu. The problem here is that extended partitions are rather brittle--if you nuke one, it renders the rest useless.Just put the old drive back in my computer and run XP off it. Use the new one for the other OS's. The problem here is that the old drive is slower and uses extra power, generates extra heat, etc.

View 2 Replies View Related

General :: Difference Between /dev/hdc And /dev/sr0, /dev/cdrom

Apr 19, 2011

I created 2 virtual machines with VMware Workstation 7. They have identical hardwares. One guest is CentOS 5.6, another is Mandriva 2011.
When I try to mount the cdrom in guest OS, in CentOS, I should execute

mount /dev/hdc /path/to/mount

in Mandriva, I should execute

mount /dev/sr0 /path/to/mount

I also remebered in some other Linux variant, I had to use

mount /dev/cdrom /path/to/mount

What's the difference between hdc, sr0 or cdrom? Is there a consistent way to mount cdrom in all Linux variants?

View 3 Replies View Related

General :: Mounting A CDROM In Ubuntu?

Apr 14, 2011

I'm using a software that needs to read data from a cdrom. The instructions say to mount the cdrom (mount /mnt/cdrom). I understand that I need to mount the cdrom to /mnt/cdrom. I created a folder "cdrom" under "mnt". Then I tried to mount the cdrom by typing:

sudo mount /media/ /mnt/cdrom/ This didn't work. Under "media" I have another folder with the actual cd content so I tried to mount it too, but again with no success. I keep getting an error that "media is not a block device". What I am doing wrong?

View 2 Replies View Related

General :: How To Make An ISO Of A Cdrom Of Music

May 9, 2010

To make a copy of a music cd, without ripping, how to to make an ISO of a cdrom of music?

Preferably with cdrecord or dd or command line...

View 2 Replies View Related

General :: Can't Mount Usb Cdrom In Ubuntu 8.04

Jan 2, 2011

My cdrom is not mounting on ubuntu 8.04. I find this message in syslog (below). How can I resolve this?

<code>
Dec 30 16:13:26 ubuntusap kernel: [ 351.765683] usb-storage: device scan complete
Dec 30 16:13:26 ubuntusap kernel: [ 351.766423] scsi 5:0:0:0: CD-ROM Memorex DVD+-RAM 530L v1 5M64 PQ: 0 ANSI: 0

[Code]....

View 10 Replies View Related

General :: Mount Dev Cdrom / Dvd On Ubuntu 10.04?

Mar 5, 2011

How do I mount dev cdrm/dvd in ubuntu 10.04.

View 2 Replies View Related

General :: Install Samba From CDROM?

Jan 3, 2010

i have vmware workstation with ubunutu server installed now i need to install samba , i use this command

apt-cdrom add after that i check the source.list and the cdrom uncomment then i use sudo apt-get install smbfs, instead of using the cdrom as the source he use internet .

View 3 Replies View Related

General :: Loading Drivers Using CDROM?

Dec 1, 2010

How do I mount a cdrom and access the file on it?

View 1 Replies View Related

General :: SH: Erasing Fast A Cdrom ?

Jun 23, 2011

To do that:

Code:

But -blank=fast makes it really faster? Visibly not so much, right?

View 3 Replies View Related

General :: Ubuntu 10.10 Cdrom Won't Copy Cds?

Nov 9, 2010

the error thats coming up is, need to install cdrdao but i went to the terminal and did that its already installed.

View 2 Replies View Related

General :: Use Kickstart To Install Centos From Cdrom?

Apr 12, 2010

when i use kickstart to install centos from cdrom (i make it myself in my way),i got a %post script problem with the kickstart file. 1.%post script used to copy my own software from cdrom to hard disk.then make install automaitlly with bash script.

the %post script like :
%post
mkdir -p /myownsoftware
cp -r /mnt/myownsoftware/* /myownsoftware
cd /myownsoftware

[Code]...

View 10 Replies View Related

General :: Cannot Mount CDROM When Booting From Live CD HP DV6?

Dec 3, 2010

I'm trying to get back into Linux after a few years off.

I have tried booting from a Live CD using Flash Linux and Damn Small Linux.

Flash Linux reports unable to mount CDROM and then provides a command line - I assume I have the kernel, a shell and little else at this point? Can I mount the CD and continue?

DSL seems to do something similar but freezes with a blank screen. I have the option of entering parameters prior to booting with DSL (but not with Flash) I have tried the parameter which copies the CD to RAM and then boots without success.

I plan on installing Debian to my HD in the near future but felt like playing around with Live CDs prior to this in order to get reacquainted.

I have googled this issue and it seems there are other noobs out there with the same model of PC (HP DV6) who are having similar problems but I could not find a solution.

As an aside - this is the kind of issue that IMO, still prevents Linux from becoming a mainstream OS.

View 4 Replies View Related

General :: Defect HDD - How To Start PC (No Floppy / CDROM Or USB)

Jan 16, 2011

In case somebody has a PC with
- mainboard ok
- RAM ok
- terminal.. ok
- a defect CDROM = no CDROM
- a defect floppy = no floppy
- a defect HDD = no HDD
- an IDE connector inside the PC
- an USB port but cannot boot from there (BIOS is too old).

Then I would
-> buy a compactflash card (>2GB) approx 10 Euros
-> buy an USB-Compactflash adapter approx 5 Euros
-> buy an IDE adapter for compactflash card aprox 20 Euros
-> ask a friend or a shop to install KNOPPIX on USB+Compact Flash (easy on KNOPPIX 6.2 through a menu "install on flash card")
-> put the compactflash + IDE adapter into the PC and boot from there (BIOS setting must be correctly done; easy job)

Then later buy a small HDD for installing the personal data on it. Has somebody a quicker or cheaper method?

View 8 Replies View Related

General :: Eject Cdrom And Shutdown Computer?

Feb 12, 2011

When using a live distribution, I can exit the system with the following command

Code:
shutdown -h now
This however does not eject the cdrom

[code]....

View 2 Replies View Related

General :: Use Cdrom Of Another Computer In The Network From Server PC?

Jan 7, 2010

I am sitting in front of a suse server computer and i have to install php-mysql package in this server.When i am doing that through yast it is asking for the cd of suse.I have that cd but i cannot connect the cdrom to that server.The cdrom is connected to another PC which i can also access.Is there anyway to install that package using the cdrom connected to other PC.

View 1 Replies View Related

General :: N00b Can't Get Scsi Cdrom Mounted?

Dec 30, 2010

I have installed Ubuntu server 10.10 today and I am trying to mount the scsi cdrom drive in a Dell Poweredge 2850. I can see the device in dev listed as scd0, but when i try to mount it to /media/cdrom or /mnt/cdrom I get a long list of I/O errors: Buffer I/O error on device sr0.

View 3 Replies View Related

General :: Reinstall Windows XP Without Cdrom Reader Using Grub2 + ISO?

Dec 6, 2010

It happens I need to use microsoft excel, so reinstalling windows XP. Since I have no cdrom on the pc nor usb cdrom reader, I would like to sort of fake the computer installing using grub2 and booting the iso that I will create

View 2 Replies View Related

General :: Unable To Fetch Cdrom / Another Code To Recognize It?

Nov 5, 2010

I'm having a problem updating the cdrom. the error i get is Failed to fetch cdrom://Ubuntu-Netbook 10.04 _Lucid Lynx_ - Release i386 (20100429.4)/dists/lucid/main/binary-i386/Packages.gz Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update cannot be used to add new CD-ROMs. I tried using apt-cdrom, it tells me the commands and options, which i wrote down for reference, but still that has an error which is, E: Unable to stat the mount point /media/apt/ - stat (2: No such file or directory)
W: Failed to mount '/dev/sr0' to '/media/apt/'
E: Unable to change to /media/apt/ - chdir (2: No such file or directory) Is there another code to recognize the cdrom? because the help of the command and options list didn't give a code for recognizing the cdrom. Im using ubuntu 10.4lts on my netbook and yes i do have a external rom

View 5 Replies View Related

General :: Looking To Install System From CDROM While Other Distro Running?

Mar 19, 2010

Laptop has broken internal CDROM. I booted with floppy to get Puppy 431 installed from USB stick. Now I have USB CDROM access thru Puppy. I can mount and see the CD fine.

Is it possible to boot or install from a currently installed linux distro (Puppy)?

I have a second free partition ext2 available, sda2, and GRUB is working fine for me on boot.

(machine also doesn't have boot from USB option, yes, it's old, a project I am working on, I have Nimblex in CD now, I think it's a live cd, I would like to try a few different ones by installing to sda2 and wiping if ng.)

View 5 Replies View Related

General :: Windows - Cdrom Drive Doesn't Work On Laptop?

Dec 21, 2010

I bought a new CDROM drive, as recommended by HP. It still doesn't work. I can open and close it now; so that's changed. But it still doesn't appear as a drive, and I can't use it.

Here's as best as I can describe it:

When starting up, the boot order doesn't recognize the cdrom drive, but I can open and close the drive during this time.

In Windows 7, I can't open the cdrom drive, and it doesn't recognize it in device manager, disk management, or my computer.

In Ubuntu Linux, I can open the cdrom drive, but it still doesn't recognize the cds, and it won't mount.

If I reformat everything, would my cdrom drive work again? Can I reinstall Windows without a cdrom drive? I've deleted the upper and lower filters as was suggested in Google searches. Took the disk drive out and checked that it was installed correctly (no reason it shouldn't have been). Still: nothing works.

View 2 Replies View Related

General :: Convert A Cdrom Made With Clonecd To ISO9660 Format?

Jan 4, 2010

I used linux clonecd to copy a cdrom, but I would like to convert it to more standard iso9660 format.

How could we make it? I have the bin and toc files as source from clonecd linux.

View 9 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved