When I try to boot into Ubuntu I get this error message:t of filesystems failed.3d82d6-5dcb-494b-b2f0-fe9f157e9430Any ideas on how to fix it? I have a duel boot with XP and Ubuntu 9.10.
have been using karmic studio for around a month now, and have been recently experiencing some boot issues where 1 of 3 things are happening;1) failed to mount filesystem, where maintenance shell is initiated2) insert boot media and press any key to continue3) i get to log in and everything looks ok until i click the application menu, where nothing appears and all logos (shutdown/log off etc) appear as red crosses
I got a little problem with Xubuntu here. Every time after I boot the system, I find one of my partitions from fstab not mounted where it's supposed to be. I do mount -a, and it replies: "mount: /dev/sdb6 already mounted or /mnt/data busy". Checking lsof of neither device nor mount point gives me nothing, and checking the output of mount I see device isn't mounted anywhere.
It gets better than this: after some time, device can be mounted just fine, this time is from 11 to 12 minutes. If something is doing anything with my device that takes whole 11 minutes, how come I don't know what it is? How can I mount device on boot? Some more (ir)relevant facts:
1. This partition is the biggest - 376 Gb
2. Here's my fstab line for this device:
Code: /dev/sdb6/mnt/dataext3defaults02 3. After the installation, I changed the mount point in fstab, and using /dev/sdb6 instead of UUID is a result of blind experimentation
I installed Ubuntu a few days ago and its been working fine untill I got home today and It wont boot. It comes up with the boot manager to select what OS I want to load but when I select ubuntu it says "Mount of filesystem failed." ,"A maintenance shell will now be started". Then it just goes to command line with "root@user:"Any ideas why It won't boot properly? It also says control-d will terminate this shell and try again, but to no avail it just returns the same error.
I tried curlftpfs and can copy files etc., but opening media files in totem or vlc fails with read errors.I'd try to use gvfs-mount instead, but don't know how to pass an option similar to custom_list="LIST" which tells curlftpfs to use LIST instead of LIST -a.
i have installed ubuntu in my laptop,heres wat i didformat the drive and set 80g for /, 237gig for /home and 3gig for swapi have successfully installed it, i immediately look for updates and installed it.the update was successful, i restarted it then i installed nvidia driver.. and other applications i need like netbeans, mysql, cheese, sun jre and jdk..after those installations i have restarted my laptop but it wont boot my ubuntu and displays this message
Code: Mount of File System Failed. A maintenance shell will now be started.
I have had this problem since yesterday, I've looked around at previous archives, but I can't seem to find anything that works. When I boot up, the screen gives me the following prompt:
Code: Mount of root filesystem failed. A maintenance shel will now be started. CONTROL-D will terminate this shell and reboot the system. Give root password for maintenance:
I switch on the PC and it loads the Grub splash screen. However, it does not automatically boot the top entry after two seconds as it's supposed to and just hangs. I hit entry to boot it and it attempts to but after a few seconds gives me the error "unable to mount file system....a maintenance shel will be started" Where do I go from here? to figure out whats going on?
I started up my computer and this is what it said: Mount of file system failed.A maintenance shell will now be started.CONTROL-D will terminate this shell and re-try.root@Gifted:~#The only part I recognize is the name of my computer; Gifted
my system ------------------ /dev/sda1-c drive /dev/sda5 -d: drive /dev/sda6 -ubuntu 10.4 partition -------------------------------------- which partition do i need to make tell me the commands for ubuntu 10.4
i tried 'fdisk /dev/sda3' but it is show unable to open,thing is iam confusing my quetion is i want mount one file system with name hda5/other to this new partition 'mke2fs -v /dev/[xxx]'---command for to mount file system xxx(here hda5) to that (new partition) partition how to do
Trying to mount my NTFS file system (portable hard drive) so that is can be recognized by a program I have installed in wine (seagate manager). I've tried to change the mount point for the drive to /home/.wine/c_drive but that doesn't seem to do the trick, and messing around with the fstab file just results in error messages when I try to mount/unmount the drive.
who to change the mount point properly? /dev/sbd1 is my partition.
Either that or does anyone know how to configure wine so that it will find my drive? I've tried adding an e: drive to the drives tab and mapped it to mediaSimons' Seagate (partition label), but that doesn't seem to do the trick either.
I am pondering a reinstall of a freshly installed Ubuntu; I may or may not take that drastic step.However, I have partitioned my drive to include a 16-GB partition labelled "Ubuntu-tmp", in my case /dev/sda7, with the intent of mounting that file system as /tmp. Depending on how I decide to go about the reinstall I need an answer to these questions:If I reinstall: Is it possible to designate /dev/sda7 to mount as /tmp during the installation process?If I cannot designate the mounts at install time, or if I opt not to reinstall: I can't really empty the /tmp directory in the root in order to properly use it as a mount point for [the file system on] /dev/sda7; many files in there are still in use by running processes. So how can I clear the /-mounted /tmp directory and assign it to /dev/sda7?
I have attached a screen shot of gparted to illustrate my layout scheme.The gparted manual suggests I select the partition, click [Partition]->[Mount]. Of course, my gparted drops a menu with [Mount] is absent and an [Unmount] option is greyed out.This raises a question of how I am going to mount /users and /var in their intended file systems (/dev/sda8 and /dev/sda9, respectively), because the [partition] menu looks the same for these partitions as well.
I am getting an error while booting my linux system: Can't mount root file system.Boot has failed, sleeping forever.OS is Red hat enterprise linux 6, With Intel P4, 1 GB Ram, 120 GB IDE hdd seagate. it was working fine from last 4 days. from today morning this is giving error. only mysql & apache is installed in it. please suggest is there any way to repair the root & boot volumes. waiting for valuable reply.
Something very strange happened. Firefox was acting a little strange, so I decided to restart my system. When ubuntu started to boot it showed an error that said filesystem failed to mount. It gave me an "emergency" command line and told me ctrl-D would retry the mount. Why would this happen? I haven't modified any system files for a very long time. It told me to run fsck (I think thats what it was) and that seemed to fix the problem. Just curious as to what could have happened. Anyone else have this problem? Anything I should try to fix so this won't happen in the future?
I'm trying to mount a second hard drive as a ext3 (rw_acl,user_xattr). I type the ff.:
# mkfs.ext3 -c /dev/sdb1(it seems to create a file system from this 2nd HD)
then type:
# mount -v /dev/sdb1 / type ext3 (it seems to mount it)
But when I check the ext3 systems with typing:
# mount -t ext3 (to check the list of ext3 devices, it gives me this) /dev/sda1 on / type ext3 (rw,acl,user_xattr) /dev/sda2 on /home type ext3 (rw,acl,user_xattr) /dev/sdb1 on / type ext3 (rw)
How can I make /dev/sdb1 on type ext3 as (rw,acl,user_xattr) as the others?
I have an Acer Aspire ZG5 which I have installed Ubuntu on. There is a 8Gb internal harddisk which has the system files on (i.e. / ), and a SD flash drive of 16Gb that has the /home partition on.
The /home partition successfully mounts on boot. However, when the netbook resumes after sleep the /home partition is not mounted. Closer inspection with Disk Utility, and attempting to mount the disk within Disk Utility gives the following error:
Code: Error mounting: mount exited with exit code 1: helper failed with: mount: according to mtab, /dev/mmcblk0p1 is already mounted on /home mount failed
It seems that the SCO divvy (multipliable file systems in 1 partitions) is the problemSo I am looking for a Linux patch or solution? Note: I no longer have the SCO disks.
I don't know why this is happened. But before I rebooted, I could not see any content on Windows like update or shut-down (if I tried to install something and it asked for confirmation, that window was blank. Or before I shut down, I had to push enter, since that windows was blank.)
I don't think I installed anything and computer was working just fine before.
I have dual boot system..i.e, windows XP and ubuntu 9.10(insatlled side by side). when i try to boot ubuntu, Im gettin sh:grub > prompt
[Code]...
I am getting something like this.. root mount file system failed.. ext2 ext3 ext4 ....... kernel panic message and hanged at kenelthreadhelpper+ what can i do.. I cant reinstall ubuntu again.. Because I have installed nany application there..
I'm dual booting with Windows 7 and would like to have my windows 7 user folder mount when I boot.
After some looking around I edited /etc/fstab to add the following line:
This works. But it mounts the windows partition from the root level. I'd like to just mount C:UsersFHSM (/Users/FSHM) to /mnt/windows.
I'm trying to get it so that when I click on the windows drive I get my windows user folder instead of having to click through from C: to get to it.
I'm the only user on this system but if I created a second windows user would my home folder mount for that person too or does setting the user ID prevent that from happening?
I had a drive that kept kernel panic'ing so my data center recommended using the spare hard drive to reinstall OS on, and import the data from the old drive. (they checked the hardware, it wasn't the hardware) The new install is done, and I need to mount the old drive and get backups off it since my data center does not provide management whatsoever.
It's the same OS on both (Cent OS 5.4 32-bit) I'm an advanced user on windows, but linux gets me. I can ssh in, do basic stuff like setup IP ranges and restart services. I normally navigate the box through SFTP so I have a gui. WHM shows me my drives as such
Found Disk: hda Found Disk: sdb
so I'm assuming SDB is my old drive and the drive I need to access. I attempted to follow instructions on
i am a new user to linux, i installed debian on dual boot with windows 7but now i am unable to access the ntfs drives used by windows originally from the debian OSi am wondering what could be the problem and how can i solve it
I have a media server running OES2 on SLES 10.x after the network admin applied a patch to the system the machine will no longer mount the NSS volumes. I am relatively experienced with using linux, but I primarily use red hat and fedora so all these NOvell tools are a bit foriegn to me. I need to get the data off the volumes and restore the drives (ext3) asap. I dont want to screw around with eDirectory or OES2 unless I have to.