General :: Mount A Filesystem When The System Boots?

Dec 21, 2009

I'm trying to mount a filesystem when the system boots, so i won't need to mount it everytime..

So what I did was copying the line of the filesystem I wanted to mount on startup from /etc/mtab:


Code:

And pasted it as it is, in the /etc/fstab file. when the system booted, it didn't work. not only that, I wasn't able to mount the filesystem at all, (it gave me some kind of an error) so I removed the line from fstab file and it all back to normal. how can I mount this filesystem on boot? (i'm using Fedora 12)

View 10 Replies


ADVERTISEMENT

Ubuntu :: Fail To Mount Disk Right After System Boots?

Apr 10, 2010

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

View 7 Replies View Related

General :: Detect Filesystem Type (can't Mount Filesystem Image .img)

Mar 11, 2011

I am trying to mount a file image, like this

mount -o loop /tmp/apps.img /media/apps

But I get the following:

mount: you must specify the filesystem type

I try ext3:

mount -o loop /tmp/apps.img /media/apps -t ext3

dmesg says:

error: can't find ext3 filesystem on dev loop6.

I've also tried ext2, vfat etc. How can I detect the filesystem type of apps.img?

View 2 Replies View Related

Ubuntu :: Crashed System Status 3 - Mount Of Filesystem Failed

Oct 3, 2010

Crashed System left at root @ maintenance shell. Below is the sequence after boot, with Exact Errors. How to Salvage important files from my crashed laptop hardware.
A) Via a Transfer to a USB stick in Terminal, would be ok
B) Via SSH through the router from the good laptop that is Preferably using Nautilus / GUI, Terminal also ok (less confident of my skill here)
C) Directly Fixing Laptop and being ably to use Nautilus / GUI to Copy Files to USB stick, localy

The result of some effort:
A) the USB stick is good but Can't get in to it from the crashed laptop
B) SSH: No luck I get: "Cannot display location "sftp://192.168.1.101/"" from the good Machine
C) at a lose here...

The Crashed Laptop is:
Ubuntu: 9.10
Linux: 2.6.31-22-generic
Gnome: 2.28.1
CPU: Intel Atom N280 @ 2GHz
NO: CD / DVD Drive
(USB Boot maybe possible? Have not made a Bootable Ubuntu USB Yet)

BOOT:
GNU GRUB Version 1.97~
Ubuntu, Linux 2.6.31-22-generic
etc / (& recovery mode)
Mini Ubuntu logo or splash screen

File-system checks are in progress sticks every time at 4%
init: mountall main process (418) terminated with status 3
#(it seem to count up every time I re try to boot ? (init: mountall main process (423)(429)(etc)
Mount of filesystem Failed.
A maintenance shell will now be started.
CONTROL-D will terminate this shell and re-try
root@Bi-Ji-Ben:~#

I can navigate around but cant get the GUI up
root@Bi-Ji-Ben:~# nautilus
could not Parse arguments: Cannot open display:

A good USB stick reads & writes in another laptop running Ubuntu 9.10. When I connect the USB to the Crashed Machine it starts with:
"assuming drive cashe: write through", and hangs on this tell I press: "Ctrl+C"
In the crashed machine I can't seem to get into the USB anywhere that I think it should show up and trying to "mkdri" got me:
"Read only file system".

View 2 Replies View Related

OpenSUSE Install :: Unknown Filesystem Type 'reiserfs' Could Not Mount Root Filesystem - Exiting To /bin/sh

Mar 27, 2010

When I try to boot to OpenSUSE I get the following error during boot-up: unknown filesystem type 'reiserfs' could not mount root filesystem - exiting to /bin/sh$

This only started happening quite recently - before this I could boot to Linux quite happily.

View 6 Replies View Related

General :: Unable To Mount Root Filesystem?

May 27, 2011

I am using GRUB bootloader. I can boot into windows fine. But booting into linux gives me the error "kernel panic: unable to mount root fs on unknown block(0,0)I got LILO to load linux fine but GRUB always gives me this error regardless of the linux OS for this particular computer.

View 11 Replies View Related

General :: Mount Two Loopback Files As One Filesystem?

Jul 26, 2011

I'm trying to run a persistent Debian distro on a USB thumbdrive, with the persistency data written in a mounted live-rw loopback file. However, the drive has to be formatted FAT32, and that poses a 2GB maximum limit on files, so I can't use the full 3GB space that is left on the drive after the Linux install. Can I make two loopback files and format/mount them as a single filesystem? If I can't I guess I'll have to repartition the drive, which I'd rather avoid.

View 6 Replies View Related

General :: Get Camera Not To Mount As A Filesystem On Connection?

Jul 11, 2011

I have an old Intel webcam that doubles as a standalone digital camera. When I plug it in, Fedora automatically mounts the memory for the camera as a filesystem.However, because it is old and clunky, if I try to use its webcam functionality after this happens, it crashes internally and nothing ever happens.Even if I unmount the memory, still remains "crashed".I know that if the memory was never accessed, the webcam would work, as this is how it is on Windows, and also how it was in a previous release of Fedora, which didn't automount

View 2 Replies View Related

General :: How To Mount Remote Filesystem For / Home Directory

Oct 17, 2010

have a Debian server which I use to hold my home directory for my user account. I used to use Windows 7 and connect to my /home/username directory via Samba which worked great. I could access all of my files as if they were sitting on my local PC, but they were actually sitting on my Debian server.

Now I have decided to give Ubuntu 10.10 a try (looks promising so far!).One thing I'm not sure how to do is to mount my home directory from my server! I am able to open an sftp connection to my server, but not able to access them natively as they were /home/username on my local machine.I'm assuming I need to mount my home directory somewhere in my fstab before it starts up, but which protocol should I use? I'm used to using windows networking, but am trying to get more into linux.Should I use NFS?

View 2 Replies View Related

General :: Mount - Filesystem Handling For Embedded Device?

Jan 21, 2011

I am developing a device that will run Linux as its operating system.The device is a small form factor X86 device with a flash drive exposed as a SATA-device. So it is not very dissimilar from any other PC running Linux.For several good reasons I am building my own "distribution", instead of using an existing one.What confuses me is how mount/umount of the root file system is handled.I boot my kernel with the commandline "root=/dev/sda1 rw" which works fine. But everytime I do poweroff or reboot Busybox complained about no /etc/fstab, so I decided to build one.Should I have an entry for my root file system? It seems like this is shadowed by the rootfs anyway. I.e. if I have the fstab entry "/dev/sda1 / ext2 1 1" mount still reports rootfs on / type rootfs (rw)/dev/root on / type ext2 (rw,relatime,errors=continue)My questions are:Do I need to worry? Will the drive be correctly unmounted by the kernel on poweroff/reboot?If I want to perform file system checking on boot, can I do that without resorting to an initrd?

View 1 Replies View Related

General :: Kernel Panic - No Filesystem Could Mount Root

May 5, 2011

I have just tried to update my kernel from 2.6.24.5 to 2.6.39-rc3 on a Slackware 12.1 distribution. I have successfully updated the kernel before, but it was from a newer distribution and newer kernel(Slackware 13.1 and 2.6.33.4). After I updated and rebooted, I got the following error:

Code:
List of all partitions:
0300 4194302 hda driver: ide-cdrom
0800 312571224 sda driver: sd
0801 244197560 sda1 00000000-0000-0000-0000-000000000sda1
0802 68372640 sda2 00000000-0000-0000-0000-000000000sda2
No filesystem could mount root, tried: romfs
Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block (8,1)
Pid: 1, comm: swapper Not tainted 2.6.39-rc3-smp #1 .....

View 3 Replies View Related

General :: Mount: Unknown Filesystem Type 'ntfs'

Jul 7, 2010

I dont know anything about linux and just been assigned to amount a drive to it. here's what i did so far: Version of Linux using Red Hat Enterprise Linux Server release 5.3 (Tikanga) [root]# mount -t auto /dev/sdb1 /tmp/archive mount: unknown filesystem type 'ntfs'

when checking the /proc/filesystems, i noticed that 'ntfs' is not listed there, several forum suggested i try running 'modprobe ntfs'. If that is not found, you'll need a kernel with ntfs support. i'm so lost, where to i get the modprobe ntfs

View 2 Replies View Related

General :: Failed To Mount NTFS In RHEL5 - Unknown Filesystem

Apr 6, 2010

I have download file from this site and have done these steps [URL].
tar -xvf ntfsprogs-2.0.0.tar.gz
chown root.root -R ntfsprogs-2.0.0
cd ntfsprogs-2.0.0
./configure
make && make install

Still I have failed to mount ntfs partition with this command..
mount -t ntfs /dev/hda1 /mnt
or
ntfs-3g /dev/hda1 /mnt

The error is .................
mount: unknown filesystem type 'ntfs'
I am using RHEL5.4 and kernel is 2.6.18-164.el5

View 3 Replies View Related

General :: External Hard Drive Can Not Mount On, It Is Of Ntfs Filesystem?

Apr 10, 2011

my external HDD of 750GB bring me an error during mounting!it asks me to get to windows and reboot twice or cmd chkdsk/f of which when i do it only option comes is to format it, i do not wanna format it coz it's with a lot of ma useful data!am using debian just asking if its possible to retrieve ma data from it using commands persay and what are those

View 2 Replies View Related

General :: No Filesystem Could Mount Root , Tried : Minix Msdos Iso9660?

Apr 12, 2011

I'm trying to boot Emdebian Grip 1.0 built on Compact Flash on a mini PC with grub2 as bootloader. Unfortunately , the booting is unsuccessful and I got stuck into an error message :Code:No filesystem could mount root , tried : minix msdos iso9660kernel panic - not syncing : VFS : Unable to mount root fs on unknown-block (22,1)It seems grub2 hasn't tried to mount ext2 as the filesystem and my Compact flash is formatted as ext2. Here is the menuentry of the grub.cfg :

Code:
menuentry "Debian GNU/Linux, linux 2.66.2.9-custom" {
insmod ext2

[code]...

View 4 Replies View Related

General :: Set NTFS (fuseblk) External Media To Mount With UTF-8 Filesystem

Dec 24, 2010

Kubuntu 10.10 nicely mounts vfat external media as UTF-8, see for example my disk-on-key:

Code:
/dev/sdd1 on /media/DOTANCOHEN type vfat (rw,nosuid,nodev,uhelper=udisks,uid=1002,gid=1002,shortname=mixed,dmask=0077,utf8=1,showexec)

However, NTFS external media is not UTF-8, and it is giving this user a hassle as her native language cannot be represented in ASCII: Code:
[Code]....

View 2 Replies View Related

Ubuntu :: Can't Mount The Installer CD: $sudo Mount - Unknown Filesystem Type 'iso9660'

Mar 12, 2010

I installed Ubuntu Server 9.10 in a virtual machine, and I'm trying to install the VMware Tools but I can't mount the installer CD: $ sudo mount /dev/scd0 /media/cdrom mount: unknown filesystem type 'iso9660'

View 1 Replies View Related

General :: System Doesn't Boot With Windows Instead It Boots With GRUB

Jan 30, 2011

I have windows7 installed in my laptop. I tried installing Redhat linux in it, and I was successful. But then I logged in with windows7 and deleted the partition in which I had installed redhat through computer management. Now my system doesnt boot with windows instead it boots with GRUB. Also to inform that the deleted linux partition I merged with Windows.

View 2 Replies View Related

General :: Which Filesystem Usually Contains System Commands And Utilities

Nov 16, 2010

which filesystem usually contains system commands and utilities?

View 4 Replies View Related

General :: Delete 0 Bytes Files From A Fat Filesystem From Within System?

Oct 11, 2010

I have an external hdd which is formatted with fat for use by both on linux and windows. The issue is that I can't delete some of the files I have which show up with size 0. Also, the modification timestamp (as detected by Krusader, the file manager I am using) is 1935. How can I delete these kind of files without affecting the running fs?

View 1 Replies View Related

General :: Filesystem Loading Failure - System Will Reboot

Mar 11, 2010

An error occurred during the filesystem check. Dropping you to the shell; the system will reboot when you leave the shell.
Warning -- SELinux is active
Disabling security enforcement for system recovery
Run 'setenforce 1' to reenable

View 1 Replies View Related

General :: Primary Filesystem Type Used By Fedora 12 System?

Jun 21, 2010

What is the primary filesystem type used by Fedora 12 Linux?

View 7 Replies View Related

Fedora X86/64bit :: My Windows Partion Won't Mount On Some Boots

Jul 30, 2009

It mounts sometimes, sometimes it doesn't ! what could be the problem ? i have tried mounting it manually but no success.

View 5 Replies View Related

General :: Mount - Use The Advanced NTFS-FS Package To Automount A NTFS Filesystem ?

Mar 6, 2010

I want to enable Advanced NTFS-3G support (permissions and users) automatically from the fstab entry.

View 1 Replies View Related

General :: Fscheck For Ext3 Filesystem - Usually Occurs When Reboot System Performing Administration Tasks

May 29, 2010

fscheck is quite annoying, since it usually occurs when I reboot my system performing administration tasks. do I actually need fscheck if Im using the ext3 file system? if not how would I extend the period between checks or just turn it off altogether?

View 9 Replies View Related

Ubuntu :: Filesystem Won't Mount / What To Fix It?

May 30, 2011

I'm having some trouble with my Ubuntu 10.04. It had been working normally, and now my startup isn't occurring normally. The bootloader shows my Windows install and two different revisions of Ubuntu. Upon letting it load Ubuntu, however, it goes to BusyBox v1.13.3 and says "built in shell (ash)" and presents me with a functioning command line.

I'm comfortable with working on the command line, but does anyone know where to start with this?

View 2 Replies View Related

General :: External Drive Read Only - WARNING! Running E2fsck On A Mounted Filesystem May Cause SEVERE Filesystem Damage

Mar 24, 2010

I've had a look at some similar threads but as I'm very new to linux they're already a bit technical for me. Sorry, this calls for someone with patience. I gather from other threads that disconnecting an external drive without unmounting is a no-no, and this seems to be the likely cause. Now the disk is read only and I'm unable to change any settings through the usual control panel on ubuntu. I'm just not familiar with the terminal instructions. I tried to cut and past a few command lines from other threads but I got some warnings that proceding could damage data. Like this one: WARNING! Running e2fsck on a mounted filesystem may cause SEVERE filesystem damage.

View 5 Replies View Related

Debian :: Cannot Mount Volume Other Than FileSystem?

Jul 20, 2010

I have installed debian recently and not able to mount any other volume except FileSystem. It says -You are not privileged to mount this volume.I have tried everything including raising the permissions of the user and changing the group to root but in vain.??

View 4 Replies View Related

Ubuntu :: Fail To Mount Filesystem?

Jan 8, 2010

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?

View 2 Replies View Related

Ubuntu :: Unable To Mount Filesystem?

Jun 24, 2010

when I try to boot into Ubuntu 9.10 the first thing that happens is this:

Filesystem checks are in progress

I have seen this on a few occasions and thought nothing of it, I have let them complete in the past and was able to boot no problem, but recently that has changed, whether or not I let the checks complete I get the following error:

Mount of filesystem failed.43708f-0498-4699-9fd5-1f52df0bc181
A maintenance shell will now be started.

Any thoughts on recovering this partition or at least gaining enough access to it to backup some data?

View 4 Replies View Related







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