Hardware :: Mounting A Harddrive With Unknown Attributes?
Oct 31, 2010
I used dd to make an image of a harddrive in a piece of equipment I have (Denon DJ decks in this case).
Normally, when I connect this device via USB, it gets recognised by Ubuntu and mounts automatically.
Now I have a binary file - an image of the drive, but I don't know how to mount it. I'm guessing it's fat or fat32. Is there anyway I can probe the file to find out what it is? fdisk -l told me that I 'must set cylinders'..
View 5 Replies
ADVERTISEMENT
Mar 17, 2011
Vista refused to boot past login and eventually froze up in safe mode, preventing me from even safely copying files to a storage device. My friend suggested trying Ubuntu temporarily, and I'm currently running it as a trial from a key thob.I'm very much a newbie to the OS but after some getting used to and playing around over a few days Im happy to make the switch permanently. I managed to take off the needed files, and then went on to do some cleaning up of my harddrive to make some room for a partition for Ubuntu. I was removing things like old music, videos and games, nothing vital, but after I reset I tried to enter the C drive Im given this message:
Error mounting: mount exited with exit code 18: Failed to open hiberfil.sys data attribute: No such file or directory Failed to mount '/dev/sda2': No such file or directoryMy HD is currently partitioned for two 150gb drives, and I can still use my D drive fine for all purposes.
View 1 Replies
View Related
Nov 14, 2010
Having some troubles mounting my DVD-RW after a reinstall of ubuntu. Now using 10.10.
Code:
root@Johnsky:/# wodim --devices
wodim: Overview of accessible drives (1 found) :
-------------------------------------------------------------------------
0 dev='/dev/scd0'rwrw-- : 'HL-DT-ST' 'DVDRAM GH20NS10'
-------------------------------------------------------------------------
So there's my scd0 sitting pretty.
Trying to mount it.
Code:
root@Johnsky:/# mount -a /dev/scd0 /media/cdrom0
mount: /dev/sr0: unknown device
root@Johnsky:/#
sr0?
Code:
root@Johnsky:/# ls -l /dev/
total 0 .....
Lets try mounting sr0 directly instead.
Code:
root@Johnsky:/# mount -a /dev/sr0 /media/cdrom0
mount: /dev/sr0: unknown device
sr0 is still an unknown device.
I'm thinking when I reinstalled Ubuntu, it made some screwy links between devices. But I have no idea how to resolve this... and there's no point in my mind to adding the DVD-RW to /etc/fstab until I can actually mount it manually to know it mounts successfully. Back when I installed Ubuntu 9.x on this machine, I never had any of these issues. It picked up the DVD-RW automatically, appended it to fstab during installation, and done. But 10.10 seems to be having some troubles my 9.x installation didn't.
View 1 Replies
View Related
Mar 6, 2010
I need to examine a hard drive that came from another system running Ubunut Server (not sure what version). I know the drive has LVM on it, so as far as I understand that means the drive will be treated as EXT4 for mounting. I can't boot from the actual disk, but I have used a IDE to USB connector to make a binary copy of the drive, which I've mounted as a loopback device. However, when I try to mount the loopback device properly, I get this:
root@~je:/# mount -o ro -t ext4 /dev/loop0 /mnt
mount: wrong fs type, bad option, bad superblock on /dev/loop0,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
I tried using -t ext4dev too, but that just gives an unknown filesystem error. The file I've got mounting in /dev/loop0 is a .dd file, created by imaging the drive using dcfldd on the server drive while it was mounted (as /dev/sdb). System I'm working on is running Ubuntu 9.10. All I need is to be able to mount the server drive so I can traverse the file directories, there's a few things I need to check on it. If needed I can dispense with the whole loopback setup and just directly connect the server hard drive again using the IDE to USB cable, but I'd rather not do that; it's imperative that the drive doesn't get altered, or at least as little as possible.
View 5 Replies
View Related
Mar 28, 2011
I just updated Fedora 14 with the updates it downloaded and I am now stuck with the error.
View 10 Replies
View Related
Mar 9, 2011
i've worked with Linux for a while now, but never in a double boot kind of way (except using wubi), and i'm still kind of a newby.i have 2 harddrivesfirst one has only 1 partition; Windows XPsecond one has 1 empty partition, simple storageand another partition where i installed fedora core, and GRUB is also located on this harddrive.I changed harddrive priority to my second harddrive, result:GRUB comes up, no problem, but when I try to boot windows, it tells mentldr is missing ctrl alt del to continueso i changed the harddisk priority back to the way it was, where the first drive containing windows is first priority... but then, no GRUB.i've tried editing the grub conf,i've tried fixboot/fixmbrtl;dr:no ntdlr when linux harddrive is main priorityno grub when windows harddrive is main priority
View 4 Replies
View Related
Jul 5, 2010
I have this:
Code:
root@MyDesktop:/home/username# ls -lisa
ls: cannot access .gvfs: Permission denied
[code]....
View 7 Replies
View Related
Oct 24, 2009
Why does Fedora 11 Gnome have two places to set display attributes, one under System -> Preferences -> Display and the other under System -> Administration -> Display?
View 9 Replies
View Related
Jun 7, 2011
I have tried using likewise but I came across this yesterday. When you install Likewise only on a Linux, Unix, or Mac computer and not on Active Directory, you cannot associate a Likewise cell with an organizational unit, and thus you have no way to define a home directory shell in Active Directory for users who log on the computer with their domain credentials. I am trying to pull attributes from acitve directory.. namely the homeDirectory
View 1 Replies
View Related
Oct 23, 2010
I need your assistance before I start reloading software.I have a MP3 player which is owned by Root. I have tried the following:
- in terminal - chown as both my usual log-in and root...operation not permitted I ran chown as both su, root, and myself
- In Nautilus - I can't change any of the file attributes..again opening it as any of the users above.
I used to be able to copy files over to the MP3 player but not the Sandisk..but not I can't copy or do anything to the files on both.
View 1 Replies
View Related
Jun 3, 2010
I need to copy my data from the pc to an external hard drive with keeping the attributes; so i used the command
cp -rp ~/sourceDir ~/Destination
but when i am coping it it give the error message "cp: failde to preserve ownership for 'file' : Operation not permitted and it copied the files to the destination but the attributes has changed from
-rw-r--r-- to
-rwxr-xr-x
I tried to copy it by loging as the root also but still the same thing happens. how to copy the files with preserving the attributes
View 7 Replies
View Related
Oct 16, 2009
Does anybody know how to get attributes for a video file from the command line? For instance I'd like to get the video file running time. I've looked all over and I can't find out how to do this; the "file" command shows some data but not running time. I'm sure there has to be a way.
View 2 Replies
View Related
Jul 6, 2011
I have a bunch of files on a usb stick that have just the e attribute set. So I can't chattr them, rm -f fails and chmod fails, all whether as user or root. How can I get rid of the e attribute? Failing that, how can I get rid of the files?
View 3 Replies
View Related
Mar 10, 2010
What is attribute?
How list the attributes?
What is the diff b/w ext2 and ext3?
What is the types of files?
What is the drived files?
View 3 Replies
View Related
Oct 23, 2010
I have a MP3 player which is owned by Root. I have tried the following: in terminal - chown as both my usual log-in and root operation not permitted. I ran chown as both su, root, and myself. In Nautilus - I can't change any of the file attributes again opening it as any of the users above. I used to be able to copy files over to the MP3 player but not the Sandisk but not I can't copy or do anything to the files on both.
View 1 Replies
View Related
Mar 24, 2010
I need to allow my Windows users to be able to check off "Read-Only" or "Hidden" attributes on our Samba share. Currently its not allowing me to do so.
After searching online, I set the map readonly, hidden and archive option to "yes". Then my entire files were hidden.
I'm having a hard time understanding the concept of the "map" option in smb.conf
View 1 Replies
View Related
Sep 23, 2010
GS 8.71 on f11. Using the eps2eps tool, some of a files colors get changed to RGB from CMYK. I see no flagging capable of changing this behavior. Is there another way or something I'm missing? Or is there a better place to ask about Ghostscript?
View 1 Replies
View Related
May 13, 2011
I'm trying to setup a custom attribute for user accounts, I'm able to make the attribute (foo) and the Object class (foo_class) . But i'm unable to add foo or foo_class to my test users
View 1 Replies
View Related
May 5, 2010
I tried posting this before and I'm not sure what happened but I don't think it worked, so if it did please forgive the double post.am very very new to centOS and linux in general. I just want to setup a test web server that more closely mirrors our actual web server that is hosted by rackspace. I've installed centOS and tried to setup Apache, PHP and MySQL from a guide on the web using Yum. When I go to localhost in the web browser I'm able to see the default apache page. However when I create a php page it's just blank.When I look at the apache error logs I get this: PHP Warning: Unknown: failed to open stream: Permission denied in Unknown on line 0
I've been searching alot on the internet and I know the issue is permission related, but I don't know how to fix it. I've seen some forum posts that say you need to use the chmod 775 command on the /var/www/html folder.Currently when I do ls -l /var/www/html it returns
-rw------- 1 root root 19 May 5 13:16 index.php
-rw------- 1 root root 19 May 5 13:15 index.php~
I'm sure that this isn't correct but like I said I don't know much about how to set permissions or who the owner needs to be. I've done alot of searching and seen similar posts, but no one seems to explain it clearly.
View 2 Replies
View Related
Jan 23, 2010
I have a Sweex USB webcam which I am trying to setup with ZoneMinder, however I cannot find the settings for it, and when I run:
Code:
I get:
Code:
Code:
Provide settings, or how to fix ZMU?
View 5 Replies
View Related
Apr 30, 2010
Quote:
an error occurred while mounting /proc/bus/usb - press s to skip mounting or M for manual recovery
I'm getting this error while booting.
View 9 Replies
View Related
Jul 14, 2011
Just the last day or so, I've noticed a long pause when I boot my laptop, with lots of disk activity. dmesg says:
[Code]...
Why would there be a 15-second pause (during which the disk is slammed) between mounting root and mounting swap? During this time I see nothing but a blank purple screen, there are no cycling dots or text scroll. Is this normal and I'm just freaking out over nothing because there's no indicator of progress? GRUB default boot options: quiet splash nomodeset video=uvesafb:mode_option=1920x1200-24,mtrr=3,scroll=ywrap vt.handoff=7
View 9 Replies
View Related
May 28, 2009
I am having permissions errors every time I try to mount a windows host. I have a linux server and all the windows computers can see that computer and its files, but we wanted to start backing up the linux machine to one of our other computers. so I tried to mount one of the computers. here is the sequence of events:
Code:
$mount -t cifs //192.168.1.194/Admin$ /mnt/Anita-comp
password: (I have no password so I left it blank)
Mount error (13): Permission Denied
I tried all sorts of passwords we use around the office and none of them worked.
I then decided to try mounting one of our other computers. this one looked like it worked fine. no error messages at all. (I left password blank) so I look in my filesystem and the mounted drive is not in the /mnt/Anita-comp file. What gives?
View 11 Replies
View Related
May 1, 2011
i see this error in system.log
May 1 03:15:01 master cp: error processing extended attributes: Operation not permitted
May 1 03:15:02 master cp: error processing extended attributes: Operation not permitted
May 1 03:15:02 master 700.daily.server.cyrus: Error: /etc/MailServicesOther.plist postfix does not contain a dictionary with key log_rolling_days.
[Code]...
View 1 Replies
View Related
Jul 16, 2011
I want my samba to keep my windows attributes exactly what the user setted in windows I mean if it has read only file in win box and copy it to samba share ,samba keep it read only and same for other attributes but it does not do it now with my configuration:Quote:
[global]
workgroup = DOMAIN
server string = File Server
[code]...
View 3 Replies
View Related
Nov 3, 2009
how to mount HDDalways all time when i restart system automatic mount when system startup
View 1 Replies
View Related
Jul 16, 2010
i noticed that my 2 internal harddrives are mounted within the system (i can see them with DF) but they do not show up with Dolphin (running KDE Suse 11.3).Now i added them manually. Might be that a bug or did i something wrong at installation?
View 4 Replies
View Related
May 2, 2010
I think I have a corrupted file system on my 1TB harddrive as both Windows Vista and Ubuntu are not seeing it. How do I recover the drive. I have never experienced this sort of thing before.
View 9 Replies
View Related
Jul 15, 2010
I am running windows 7. I want to install Ubuntu 10.04 on a second harddrive. I am new at this and would like to know the correct way to do it.
View 3 Replies
View Related
Jul 5, 2011
I am running Ubuntu 10.04 and recently installed Linux Mint on an other partition. I am now finding that when I boot up I get a message that Grub is unable to find a hard-dirve that does not exist.
how to tell Grub (or is it something/where else) not to look for a non-existent hard drive?
View 1 Replies
View Related