Fedora :: Cannot Mount The Ext4 Partition In Rescue Mode
Jul 24, 2010
I have been trying to install windows for 15 days and I was finally able to do it by removing in "disk utility" the sign saying that the fedora partition is bootable... but I did it when the partition was active... It showed me a message error but i thought that it told me it wasn't abvle to do it... and now that windows is installed I cannot any more access the partition either in rescue mode and on a live cd ... what could I do to access the partition either to save all the files or to (it woiuld be the best) reinstall the grub ?
View 14 Replies
ADVERTISEMENT
Mar 9, 2009
Background for the problem:
A. I have partitioned my WinXP LTop into:
--- WinXP NTFS partition
--- a vfat partition (mounted onto /fat32)
--- Installed F10 on ext3 virtual partition
B. I do not want install grub-loader in the Master Boot Record (that would loose my WinXP boot-loader for ever)
C. I have installed grub boot loader in the First Boot Sector
D. Now I have to boot using Rescue Mode, do:
1. dd if=/dev/sda2 of=/fat32/linux.bin bs=512 count=1
2. mount -t ntfs /dev/sda1 /ntfs
3. cp /fat32/linux.bin /ntfs
4. modify /ntfs/c/boot.ini and introduce the statement 'c:linux.bin="Linux"'
Problem: Im not able to do step D.2 above.
Symptom:
** after booting linux using the Rescue Mode: sh-3.2# chroot /mnt/sysimage sh-3.2# uname -r 2.6.27.5-117.fc10.i586 sh-3.2# mount -f ntfs /dev/sda1 /ntfs FATAL: Could not load /lib/modules/2.6.27.5-117.fc10.i586/modules.dep: No such file or directory ntfs-3g-mount: fuse device is missing, try 'modprobe fuse' as root
sh-3.2#
Observations:
* The rescue mode boots into i586 based kernel (I dont know what is the actual difference between i586 and i686 - will really appreciate if anyone can educate me about it). * The installation is only a i686 image and consequently there is *only* '/lib/modules/2.6.27.5-117.fc10.i686' dir and *no* other dir. There is no dir as xxxx.fc10.i586.
View 13 Replies
View Related
Sep 23, 2010
Actually Some one has deleted my vmlinuz-2.6.18-164.el5 and its backup vmlinuz5 from /boot dir i want to restore those files. i tried by "linux rescue" mode but unable to mount my dvd from RHEL5 dvd drive there is no file exist as /dev/cdrom .
View 1 Replies
View Related
Dec 1, 2010
My linux workstation recently crashed. After rebooting, Linux (Red Hat 5.3) will not boot properly and automatically went into emergency mode or recovery mode i think. I can still see my /home/user/ and all the files inside.I boot from CD to rescue mode and tried mounting read-only the /dev/sd5 which contains the files in the crashed hard disk to try to copy out my files but mounting was unsuccessful (invalid argument). I checked the filesystem type using fsck -N /dev/sda5 and shows it to ext2. i tried to mount another known working hdd and was successful.
My question is why in emergency mode, the crashed hdd is able to be mounted automatically as read-only but cannot be done in rescue mode thru a bootable CD?Is there any special mount options used in emergency mode?I also cannot copy out in emergency mode booting from the crashed hard disk as everything is read only.
View 3 Replies
View Related
Jun 17, 2011
I'm trying to set up my Fedora 15 installation to automatically mount (with all privileges needed for read/write access w/o a password prompt) an ext4 partition on the same HDD. Below is the output of sudo fdisk -l.
Code:
Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders, total 312581808 sectors
Units = sectors of 1 * 512 = 512 bytes
[code]....
Partition table entries are not in disk order I'm trying to automount /dev/sda8, I believe. I'll check that when I've rebooted to by Ubuntu partition, 'cause that's where I know how to do it. I tried to use pysdm, since that's what I used to do the same thing in Ubuntu, but it wasn't found by the Fedora package manager.
View 2 Replies
View Related
Apr 8, 2010
i hv 3 os installed ...windows7,ubuntu9.10 and redhat5.3can ne1 tell me how to mount ext4 partition from redhat....because after installing redhat ubuntu is not booting....or can ne1 tell me how can i boot ubuntu by editing grub.config
View 7 Replies
View Related
Jun 12, 2010
I just installed F13 x86_64 on a system that used to be running Windows 7.
The boot drive is a SATA drive attached to the motherboard which is working fine.
However, my data drive is an NTFS partition filling a 3.6TB SATA raid.
It's GPT--Gparted sees 3 unknown partitions, and gdisk shows:
Code:
How do I mount this in Fedora 13? I had intended to shrink the NTFS partition so that I can create an ext4 partition to move the data to. Will this be possible?
I've got a LOT of valuable data on this drive, and nothing else big enough to store it.
View 3 Replies
View Related
Aug 1, 2010
Booting to CentOS 5.5 works and I am able to login with all my devices mounted. When I boot from the install DVD and type "linux rescue" I eventually get the message, after attempting to have one of the screens mount my partitions in read/write mode:
"An error occurred trying to mount some or all of your system. Some of it may be mounted under /mnt/sysimage." But nothing appears mounted under /mnt/sysimage. Should I try mounting my CentOS 5.5 partitions manually at this point ?
View 7 Replies
View Related
Feb 4, 2010
Still a novice in Ubuntu (Karmic Koala). I'm trying to mount an ext4 20GB partition of my hard drive so that i can use it to store data, i want it to appear on my desktop as well as on places, as far as i know this is achieved by mounting the partition in /media. At my first attempt i used the following commands. (i named the partition ondskapt)
Code:
sudo mkdir /ondskapt
sudo gedit /etc/fstab
in this document i added the following at the end:
/dev/sda4 /ondskapt ext4 defauts 0 0
[Code].....
View 4 Replies
View Related
Jun 1, 2010
I have dual boot: Ubuntu 10.04 and Opensuse 11.2.Howto mount read only ext4 partition from opensuse in /etc/fstab?
View 2 Replies
View Related
Nov 1, 2010
Im using the System Rescue live cd to try and Clamscan a partition on my internal HD, but I cant mount /dev/sda3 (my home partition).
I use this commandline (as root):
Code:
mount -t ext3 /dev/sda3 mountpoint
but it just hangs, and then gives an error.
View 6 Replies
View Related
Jun 27, 2010
I am running the latest debian lenny OS and with kernel 2.6.26-2-686. I have a common /data partition for both Ubuntu and Debian which is ext4 file system. I am not able to mount this volume. The error message reads "unknown filesystem type ext4". How do I fix this. I searched the net and there was a link talking about this
[URL]
The shell says "tune2fs: command not found".
View 6 Replies
View Related
Apr 7, 2011
Easiest way to auto mount an ext4 partition on my hard drive?
View 3 Replies
View Related
Jun 4, 2010
I have dual boot: Ubuntu 10.04 and Opensuse 11.2.Howto mount Read Only ext4 partition from Opensuse in /etc/fstab under Ubuntu?
View 3 Replies
View Related
Jan 28, 2010
Environment: A 32-bit kernel RHEL5.3 system running on a virtual machine. The root(/) filesystem is on an LV.
Issue: Unable to resize the FS after extending the root LV since it is mounted. After extending the LV, online resizing of the FS was not supported and the root filesystem could not be unmounted while it was in use. On rebooting, I got a kernel panic error. In runlevel 1, I couldn't run chroot, couldn't find the /etc/fstab, root FS could not be mounted, fsck did not run (tried block 31 for second copy of superblock using dd count=1 bs=4k skip=31 seek=1 if=/dev/sda2 of=/dev/sda2), couldn't find any rpm on installation media to install unix-utils rpm. On running commands in runlevel 1,
I got the following output.
View 5 Replies
View Related
Oct 10, 2010
I grabbed the new lubuntu 10.10 from [URL] but it turns out I'm having a problem installing it on my netbook (Asus Eee PC 1015PED). While installing, this error pops up:
Quote:
The attempt to mount a file system with type ext4 in SCSI2 (0,0,0), partition #1 (sda) at / failed.You may resume partitioning from the partitioning menu.I'm installing via USB and have selected the option to erase everything and use the full HDD.
Edit: I had Xubuntu installed before.
View 2 Replies
View Related
Oct 15, 2010
Unable to install Ubuntu 9.10 on a new internal harddrive. The hardrive contains no operating system. This hardrive is the only drive present in the system.
Whenever the installation trys to mount the ext4 partition the following error appears: The attempt to mount a file system with type ext4 in SCSI1 (0,0,0), partition #1 (sda) at /failed
Iv'e tried over and over to get past this error to no avail.
View 6 Replies
View Related
Nov 28, 2010
1 ) I have accidently installed RHEL5.2 in a lap which was already having Fedora14. Now the fedora grub is missing and i am unable to boot into fedora. also there is no Rescue option in fedora 14 live CD, it only have Boot, Basic video, Memory test but no rescue mode. so pls tell me how to get into Rescue mode and solve this problem
2 ) How to find in which partition it is installed eg do i have type (hd0,0) or (hd0,xx), i have on hard disk so the H.D.D number will be hd0 but what about the partition . how to find it.
View 6 Replies
View Related
Feb 5, 2009
I'm experimenting a bit with my fedora, so I need to enter rescue mode very often. Every time I want to enter rescue mode, I need to insert fedora DVD Is there a way to install rescue mode on my hard drive so I could boot into rescue mode from GRUB?
View 4 Replies
View Related
Feb 21, 2011
I've a problem booting on my fc14 64 bit. I install it yesterday and everything was ok. Then I updated it and I installed wireless drivers kmod-wl equivalent to my kernel version that is 2.6.35.6-45. I've a pavilion dv6 with a broadcom ach. for networking. So the next step was installing kmod-nvidia for my nvidia geforce but after rebooting my never allow me to log in! I can se the tipical blue-white progress bar loading nvidia drivers but not else!
my screen freeze itself after the progress bar became white. I would resolve by rescue mode but I've installed fc14 64 b using a usb-pen drive and I find no way to do this from live version.
View 6 Replies
View Related
Aug 16, 2011
I made a big mistake. While logged in as root i deleted the /bin directory by mistake. I cannot boot up now...I tried to re-install with the upgrade option...Did it partly but it does not go to the login. I tried a rescue operation and have gone into /mnt/sysimage...However I do not know how to copy my data files over the network to another computer. If I could do that it would be great...I can then backup my file and reinstall.
However I do not know how to setup the network in rescue mode..
Agter going into the network option ...It gave 2 places where I could enter the values ipv4 .and ipv6...I tried entering the old IP address in the first oprtion ........./....Its prompting for some entry to be put after the /. I think its a 3 digit input. Not sure what has to be done.with namesserver and default gateway....I have a small dlink hub and normally (when the system was running) I just needed to go into network manager and enter the machine ipaddress, subnet mask 255.255.255.0 and some value for the default gateway which was not really there....It worked, i could remote connect with another computer in my LAN. How do i enter the 255.255.255.0 in rescue mode?
View 5 Replies
View Related
Nov 22, 2010
Is it still possible to use LiveCD to boot into rescue mode and run fsck?
I just want to run fsck on my hard disk and make sure all is well.
Does fsck provide and logs or records of what it found?
Is it possible to run fsck without LiveCD?
View 5 Replies
View Related
Aug 25, 2010
I have installed Debian on My Macbook Pro.
I want to be able to write to the HFS+ partition. I have disabled journaling on the HFS+ partion.
I have the following in my fstab:
But it still mounts as read-only.
View 4 Replies
View Related
Feb 15, 2010
I can mount and access windows drive in root, but cannot mount NTFS partition in non admin mode. It tells authentication required!! , could not find out why it is happening.
View 5 Replies
View Related
May 19, 2010
I had 5.4 machine. Upgraded to 5.5 today via yum upgrade. All went fine. Rebooted. Wanted to convert root partition to ext4 (I have three partitions: /boot, / and swap). All of them on software RAID 1 (root is /dev/md2). I did the following for converting
yum install e4fsprogs
tune2fs -O extents,uninit_bg,dir_index /dev/md2
nano /etc/fstab # I indicated here that my /dev/md2 is of ext4
[code]....
View 4 Replies
View Related
Sep 21, 2009
My hard disk is failing, and I want to rescue the files from it before it is un-bootable. I was planning to do this by booting a live cd, making a .tar file of /, and then burning it to a cd or dvd. The disk is still bootable, but I'm getting warning messages that 73 sectors are bad. I have another hard disk ready to plug in, I just need to rescue the files, and then install Fedora 11 64-bit on the new drive, at which point I will overwrite / with the / from the .tar file.
Basically I was just wondering how to mount a hard disk to recover files from a rescue cd. I tried to make a .tar file of / already, but that failed because the system was active and changing the various system files at the same time that tar was trying to package them.
View 1 Replies
View Related
Oct 1, 2009
Is it possible to mount ext4 fedroa filesystem from Debian? Debian kernel 2.6.31
View 6 Replies
View Related
Dec 5, 2009
I have 250Gb, 500Gb and 1Tb drives concatenated together as one volume group (span) with a logical volume (spanvol). Under kernel 2.6.31.5-127.fc12.x86_64 it mounts totally fine. However, under 2.6.31.6-145.fc12.x86_64, I get this:-
[root@undertaker ~]# mount -t ext4 /dev/mapper/span-spanvol /home
mount: wrong fs type, bad option, bad superblock on /dev/mapper/span-spanvol,
missing codepage or helper program, or other error
[code]....
View 9 Replies
View Related
May 1, 2010
I was wondering how to check the current mount options of my ext4 filesystems in Fedora 12? The only thing I can see in fstab is "defaults" but how can I know what is behind those defaults.mount command only shows "/dev/sda6 on / type ext4 (rw) but nothing else.I'd like to know a few more things like the data mode used like "ordered" or "journal".
View 2 Replies
View Related
Mar 18, 2011
How do I auto-mount other ext4 partitions? just selected not all
View 4 Replies
View Related