Just upgraded from 9.10 to 10.04 and cannot mount one of my partitions. It is encrypted / decrypted in the following fashion:
Code:
# dd if=/dev/random bs=4k count=1 | gpg -a --cipher-algo AES256 -c - > /mnt/usb/keys/fs.gpg
# gpg -q -o - /mnt/usb/keys/fs.gpg | cryptsetup -v -h sha512 -c aes-xts-plain -s 512 create crypto /dev/md1
# mkfs.ext4 /dev/mapper/crypto
# mount /dev/mapper/crypto /crypto
It has been this way for a long time, survived several release upgrades. Now when I decrypt it, I have to use gpg in one command to decrypt the key to a file, then use cat in a second command to pipe to cryptsetup, as such:
Code:
# gpg -q /mnt/usb/keys/fs.gpg
# cat /mnt/usb/keys/fs | cryptsetup -v -h sha512 -c aes-xts-plain -s 512 create crypto /dev/md1
However, I can no longer mount the device:
Code:
# mount /dev/mapper/crypto /store/
mount: you must specify the filesystem type
This is how it's always been mounted. Well I know it's ext4, so I supplied that and was greeted with:
Code:
# mount -t ext4 /dev/mapper/crypto /store/
mount: wrong fs type, bad option, bad superblock on /dev/mapper/crypto, missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
The only item in dmesg is:
Code:
[78.212761] EXT4-fs (dm-0): VFS: Can't find ext4 filesystem
I cannot for the life of me get my HD working again. I tried following all the various remedies I could find but to no avail.
Code: ubuntu@ubuntu:~$ sudo e2fsck -f /dev/sda1 e2fsck 1.41.4 (27-Jan-2009) e2fsck: Attempt to read block from filesystem resulted in short read while trying to open /dev/sda1 Could this be a zero-length partition?
Code: ubuntu@ubuntu:~$ sudo dumpe2fs -f /dev/sda1 | grep -i superblock dumpe2fs 1.41.4 (27-Jan-2009) dumpe2fs: Attempt to read block from filesystem resulted in short read while trying to open /dev/sda1 Couldn't find valid filesystem superblock.
It goes on and one like this. I'm stuck using the LiveCD for now (Jaunty) so I have some limitations.
A colleague had troubles with a DVD that contains valuable data, no further backup available. The DVD won't run and I am trying to fix it. Have been playing around on Mac, Windows and Linux successively.
On Mac Mac shows this message in Toast Titanium 10: but Finder keeps telling it is an empty disc, no way to get to the files.
On Windows Windows 7 in VMWare is not of any help.
On Linux Just installed Ubuntu 11.04 (in VMWare) and did some checks using info on this forum. When trying to mount the disc, this is the error message. Then I used fdisk on the volume (/dev/sr0) and tried fsck. I downloaded UDFTools but cannot find any repair option like udffsck as described in this thread by the last author.
I am running out of inspiration... there are clearly data on the disc, which can be seen by just looking at its surface, but also the info on Mac. However, there might be some bad sector size in the partition table which renders it unreadable. How to recover these data?
I just installed Slackware 13.1 x86 on a new laptop (you probably remember me from my audio post). I am having one other issue. My root file system is formatted as EXT4. When my computer boots, it tries to mount it as EXT3 then EXT2, fails both types and then tries EXT4. Here are the messages.
Code: EXT3-fs (sda2): error: couldn't mount because of unsupported optional features (240) EXT2-fs (sda2): error: couldn't mount because of unsupported optional features (240) EXT4-fs (sda2): mounted filesystem with ordered data mode So, eventually / is mounted correctly, but I think this is slowing down my boot time. Does anyone know how to fix this.
I made the unfortunate mistake of doing this (sudo rm -r /bin) instead of (sudo rm -r bin) in the folder I was in..I'm trying to copy my data over from my Karmic system using mount, but I'm unable to mount. When I try to mount I get errors of an wrong fs type..
I've done fdisk -l & I get this: /dev/sda1 * 1 37599 302013936 83 Linux
What the heck filesystem is Linux? Is that like ext3 or something? I don't know. Here is what I'm trying to run: mount -t ??? /dev/sda1 /media/disk -o force
Also, besides that. If there a way I can fix my OS without having to do a reinstall? Or at least is there a way can backup my files? I have a 1tb external so that's not the issue.
I'm trying to mount hg2.iso, the Heavy Gear 2 iso image that I converted from hg2.nrg using nrg2iso, and this is what I keep getting: Code: bash-3.1# mount -o loop -t iso9660 hg2.iso /mnt/iso 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 demsg | tail or so
I have been trying to mount an NFS share from my REHL server for over an hour, and Google was not able to help me. when I use the command:
mount -t nfs server3:/programs /programs
I get the folowing error :
mount: wrong fs type, bad option, bad superblock on server3:/programs, missing codepage or helper program, or other error (for several filesystems (e.g. nfs, cifs) you might need a /sbin/mount.<type> helper program) In some cases useful info is found in syslog - try dmesg | tail or so
I am writing as yesterday, my fourth hard drive within 2 years crashed. Is that normal? One was crashing 2 years ago, one in winter 2009 and 2 just within 2 weeks. What can be the reason for so many crashes? I heard maybe the power supply? How can I find out if that's broken? The voltages at least in BIOS seem normal. The SATA controller? How do I know if its broken? Can I just but one PCI-E card with SATA adapters? Is it the motherboard? Theres not much more in my computer... As well, its wired that my good-old 160 GB drive never crashed, only constantly the bigger ones. Here some typical error code from mount and dmesg:
Code: mount: wrong fs type, bad option, bad superblock on /dev/sdb2, missing codepage or helper program, or other error
i used to have ubuntu 9.i decided to move to sabayon so i used the live cd to install it ,resize the ubuntu partition and use the remaining space for sabayon.while the resizing procedure i got an error(i dont have a copy of the error log file but i know it has something to do with an anaconda process).i aborted the installation and the result was an filesystem that couldnt be mounted.when i try to mount the hdd i get this:
Code: Error mounting: mount: wrong fs type, bad option, bad superblock on /dev/sdb1, missing codepage or helper program, or other error In some cases useful info is found in syslog - try dmesg | tail or so and this is what i get from fsck: Code: $ sudo fsck -f /dev/sdb1 code....
Ubuntu 10.04 has just failed to load from my hard drive, so I've resorted to booting from CD just to get the machine going.I'm wondering if my main boot drive has gone caput??When trying to mount it using DISK UTILITY...get the message: Error mounting volume
Error mounting: mount: wrong fs type, bad option, bad superblock on /dev/sdb1,missing codepage or helper program, or other error.In some cases useful info is found in syslog - try dmesg | tail or so
I am trying to make a copy of the SD card that my TS-7800 SBC boots from. When I plug the SD into my opensuse pc I get this error. Error mounting: mount exited with exit code 32: mount: wrong fs type, bad option, bad superblock on /dev/sdb4, missing codepage or helper program, or other error In some cases useful info is found in syslog - try dmesg | tail or so There are four partitions on this card and I can only access one of them.
dmesg | tail gives me this
[894.422497] EXT2-fs warning: mounting unchecked fs, running e2fsck is recommended
when I do e2fsck -p /dev/sdb4 I get
e2fsck: Bad magic number in super-block while trying to open /dev/sdb4 /dev/sdb4: The superblock could not be read or does not describe a correct ext2 file system. If the device is valid and it really contains an ext2 filesystem (and not swap or ufs or something else), then the superblock is corrupt, and you might try running e2fsck with an alternate superblock: e2fsck -b 8193 <device> I was hoping I could just plug in both cards and do this dd if=/dev/sdb of=/dev/sdc to copy everything and have a back up SD card.
I have a x64 OpenSUSE server with two hard drivers installed. The first one is used for the / and /home partitions and the other is for backups. Ironically enough it is the backup hard drive I am having trouble with. I was having trouble writting to the drive and unmounted it to preform a fchsk, however now when ever I try to mount it I get the following error:
mount: wrong fs type, bad option, bad superblock on /dev/sda1, missing codepage or helper program, or other error In some cases useful info is found in syslog - try dmesg | tail or so
Does anyone know who I can repair the drive and retrive data?
sudo: pam_limits(sudo:session): wrong limit value 'unlimited' for limit type 'hard' Dec 28 22:42:29 yn54 sudo: pam_limits(sudo:session): wrong limit value 'unlimited' for limit type 'soft' Dec 28 22:42:29 yn54 sudo: pam_limits(sudo:session): wrong limit value 'unlimited' for limit type 'hard'
I tried to post this then couldn't find it anywhere, so I will try again. I am wondering if there is a way to determine what file system type was put on a volume when the file system was made? I have a MD0 device that wouldn't mount. I was receiving "wrong file system type" messages.
I tried df but this only works with mounted file systems correct? I am looking for a command to run on a drive/volume that is not mounted so I can figure out what file system is on it.
This time I was able to: mount /dev/md0 /mnt/storage without and entry in the fstab file. I then just entered mount and it displayed the file system as jfs.
Is there another way to determine the file system type?
I upgraded Netbook edition from Lucid to Maverick, and it's gone horribly wrong. It may be because I had set up the a Gnome session in Lucid so that I could add and remove applets to panel in while still having the netbook session layout.
After distro upgrade I ended up with a hybrid system with both the unity launcher AND the Lucid-style UNE launcher. Unity does not recognise any of my installed software, e.g open office or bibus in "Office". UNE launcher does. There is also no option of Gnome session at login, only Desktop and Netbook!
Last time I let my Ubuntu 11.04 to upgrade all its packages, I think a new kernel was also downloaded. Since then keyboard stopped working so that I can press Enter button on the login screen, but after I get the desktop ready I cannot type. The kernel version is 2.6.38 but if I boot with 2.6.35 nothing changes. I can start Ubuntu in recovery mode, keyboard is working there, but I don't know what to do there. When I looked around the settings on a certain menu point (Input settings or kind of..) I got an error message that IBus daemon is not started. I was asked if I'd like to start it, but after starting nothing got better. How could I get my keyboard working again..?
I have installed both Windows Xp and Fedora 12. Last time when i was working on Fedora it didn't shut down properly. Now following error occurs and finally the system sleeps.
ata1.00 : exception Emask 0x0 Sact 0x0 SErr 0x0 action 0x0 ata1.00 : BMDMA stat 0x25 ata1.00 : cmd c8/00:00:50:5a:34/00:00:00:00:00/e4 tag 0 dma 131072 1n res 51/40:7f:d1:5a:34//00:00:00:00:00/e4 Emask 0x9 (media error) ata1.00 : status : { DRDY ERR } ata1.00 : err : { UNC } end_request: I/O error, dev sda, sector 70539985 JBD : Failed to read block at offset 5884 EXT4-fs(sda): error loading journal mount: wrong fs type, bad option, bad superblock on /dev/sda8, codepage or helper program, or other error In some case useful info is found in syslog-ty dmesg | tail or so
Today I fresh installed the latest stable version of debian (jessie) with gnome from the USB DVD image for a 64bit machine. Everything got fine except the graphic driver, I think.
Now Gnome 3 is running but graphic is super slow. My previous debian/gnome 3 ran much better and I think there is a problem with the graphic driver.
I'm on an thinkpad t61.
Processor: Intel Core2 Duo CPU T7500 @ 2.20GHz × 2 Ram: 4GB Graphic: VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (primary) (rev 0c)
Now the graphic is: Gallium 0.4 on llvmpipe (LLVM 3.5, 128 bits) which is likely wrong. If I'm not mistaken llvmpipe is pure slow software acceleration.
Moreover this was different on my previous debian (wheezy), which was faster. Anyway I don't know what " Gallium 0.4 on llvmpipe (LLVM 3.5, 128 bits) " is and it was for sure different in wheezy.
According to apt-get I have the latest intel graphic divers installed. So maybe this an X-org confic problem?
After upgrading to 11.04, I've been experiencing this weird issue with my monitor. Every time I reboot or turn the monitor on, the colors in Ubuntu are all wrong -- really green. If I go into my monitor's control panel and go to the "Input Color Format" setting and switch it from YPbPr to RGB things go back to normal.The problem is that I can't seem to save this setting. Every time the monitor is turned off it goes back to the wrong setting. I never had this issue before so it makes me think it may have something to do with the upgrade to Natty. The monitor is a Dell SP2208WFP and it's connected to my computer through an HDMI port. I use the Intel video driver.
I've just made the switch from Ubuntu to Debian Squeeze and am having trouble connecting external media (be it a USB stick or an ext HD). The error I am getting when I connect anything via usb is the following:
Error mounting: mount exited with exit code 1: helper failed with: mount: wrong fs type, bad option, bad superblock on /dev/sdc1, missing codepage or helper program, or other error.
I was running 8.something on my ubuntu server. Today I decided to upgrade releases! So I started it, all via ssh cos the box is about 800 miles away and it was going just fine. However - I went away from the pc for about a hour, and my ssh session died. On reconnect it starts a new ssh session - and I dont know how to reconnect to the upgrade process and finish it off.
I have had Hardy Heron 8.04 since 2008. Few problems, but when the red arrow indicated updates I clicked on it and it was for an upgrade to 10.04.I decided to upgrade but it didn't go well.I ended up with a black screen and white letters. I didn't know what to do.I don't know many commands.I posted here but got no response.I had no access to the Internet.I decided to reinstall Ubuntu 8.04 from the CD.At one point it asked me about a 10GB partition.I didn't really understand it at that point but clicked ok.When I got the computer running again I noticed that it was a new partition with 7 GB free space.What happened to all my precious other files?
I am panicking because I read a similar thread about a Windows/Ubuntu partition and the person was worried about losing all Windows files.I did back up the files on an external hard drive but not recently. Losing them would mean I had to make up a lot of work.
Updatemanager suggested to upgrade thunderbird 3 and I agreed. Now thunderbird remains in the background. When I started thunderbird from the command line I saw these errors: "wrong ELF class: ELFCLASS64"
In my system around 73gb(pc-desktop) i have,1 primary partition(windows)-25gb, 1-extended partition(remaining gb) 3 logical partitions were there in (under) extended partition in one of the logical partition is d:drive. in my hard disk d: drive is -/dev/sda5
previosly i was fat -file system , (d:drive-/dev/sda5), i remember i changed the d: drive(d:drive-/dev/sda5) file system to ext4file system ,with following command using terminal
After doing(changing the file system)this one ,i couldnt see the d:drive data
By doing that
1q) Did i reformatted the partition? i think the new filesystem(ext4) has no knowledge of the data that was on it when it had a FAT filesystem.
2q) How to do undo operation,i tried to change the filesystem type to fat/ntfs in terminal using command --sudo mkfs -t FAT /dev/sda5.
Result:its showing text message-'mkfs.FAT: No such file or directory'(not in single quote)
I just loaded octave. I ran through a few examples of how to implement a script file. Everything works until I get to "plot". When I run the "plot" command I get the following.
octave:2> test1.m error: can't perform indexing operations for <unknown type> type sh: gnuplot: not found Just to double check my work, I ran the following code: y=[1 2 3]; plot(y);
I installed 9.04 then upgraded all the way to 10.04 and I am sticking with this version now.I just tried updating the Legacy Grub to Grub 2. My version of Grub right now is 1.98.Somthing went wrong when I doing the "upgrade-from-grub-legacy" command and I got error 15 or something to that nature. I fixed that by booting in to my live 9.04 cd and long story short, I mounted the drive to replace the grub and all worked well. I am able to boot right back up now *wipes sweat off for-head*.... HUGE accomplishment for me and I feel like a real linux geek now hahaha.I again ran...
Code: ~$sudo upgrade-from-grub-legacy And I am prompted with this...
On the ia64 cluster (10 Xeon quad) I use in my job, (Cent OS): After some software upgrade by vendor, ethernet interface went wrong. On boot, message says MAC is different from expected ignoring.
ifconfig cannot see interface at all! (so that I cannot tell whether MAC in config script is correct). ifconfig eth0 hw ether 00:01:02:03:04:05:06 fails, saying no such a device. lshw is not equipped. lspci can detect interface.
As network interface is down, vendor cannot log onto the cluster. LED at lan cable connector is NOT on.
Is there any other way to know MAC? Is interface hardware down?