General :: Root Has Been Mounted X Times Without Checking
Jan 11, 2010
I have seen this message more then once and I cannot find information that is understandable to me and which is recent, so maybe the situation has changed with newer kernels/file systems. My question: is this normal behavior with linux and beside from increasing the number of start-ups after which this check runs, is there another way to avoid this? Isn't there a way to do a check after the os has been loaded?
View 14 Replies
ADVERTISEMENT
May 9, 2011
how can i check from console where folders are mounted?
i want to be able to check what partitions certain folders are on.
View 14 Replies
View Related
Jun 27, 2011
I just installed umbutu 10 on a virtual machine running on VMware workstation 7.Workstation asked me for a username & password, which I supplied.The install went fine, and I logged on with the credintials that I provided to WorkStation. So far so good.I then downloaded Webmin and installed it, again no problems.I go to the provided link: URL... and it wants me to log-in as root.But I don't have the root password and checking umbutu it does not appear that I have a root user so that I can set a password.
View 4 Replies
View Related
Sep 19, 2010
I'm facing some issues with mounting the cd and usb stick in Gnome: once the hotplug device is discovered Gnome displays multiple lot (5+) notification windows (i.e asking about the opening application) and also causing Dbus errors like: "DBus error org.gtk.Private.RemoteVolumeMonitor.Failed: An operation is already pending".
Ubuntu just mounts once, no issues like mentioned above. This is standard 11.3 installation, where should I look for the cause?
View 1 Replies
View Related
Jan 19, 2010
I have a Rad Hat 7.0 old Linux system that crashed due to power failure. On reboot the system goes to Checking Root File System and does 92.5% check and fails.
Here are the error messages I get.
I don't know what to do at this point so I say yes and it goes in some wierd mode.
SO I ran fsck manually but I get an error PARALLEIZING FSCK.
I can't fix the corrupted stuff for the system to reboot. THIS IS VITAL.
View 11 Replies
View Related
Sep 27, 2010
I am using Gentoo Linux and for a while now, the root file system is mounted read-only on booting. For obvious reasons, this is quite annoying as most services do not start up correctly (I do not use a separate file system for /var). After the system is up, I have to log in, remount the root file system read-write, fix /etc/mtab, mount all other file systems in from /etc/fstab and then start up all the missing daemons. I know that there are ways to make a system run properly with a read-only file system, but I would rather restore the old behaviour of a writable root file system.
The strange thing is that after running mount / -o remount,rw, the file system is mounted in writable mode without any errors. I suspected some problem with fsck, but now I have disabled automatic file system checks on the partition (tune2fs -c0 -i0).When I run dmesg, only these lines mention the partition at all, although I am not sure if not something gets lost because /var/log is not writable:
EXT3-fs (sda5): mounted filesystem with writeback data mode</code>
EXT3-fs (sda5): using internal journal
The line in /etc/fstab looks like this:
[code]....
View 2 Replies
View Related
Feb 10, 2011
I have a little problem with my RHEL5.5 IA64. I mounted a Windows directory with 'mount -t cifs'. After a little while someone else mounted the same windows directory in the same mountpoint. The output from 'mount -v' shows me that the same directory is mounted twice in the same mountpoints. I cannot unmount it, not even with the force option. The error is "Device or resource busy". There are no open files in the shared directory and no one using the directory or subdirectories.
View 6 Replies
View Related
Sep 15, 2010
I have switched recently from Ubuntu to Debian and overall I am enjoying it. However I was just wondering, does Debian, like Ubuntu check the filesystem at boot periodically or if damaged, because it is doing neither in my case? How do I get it to do this
View 6 Replies
View Related
Jun 6, 2010
I want to create a file in the /root directory and then make sure it exists. The following code keeps telling me that the file doesn't exist even though it does.
Code:
#!/bin/bash
echo -e "username=someusername
passwordsomepassword" | sudo tee /root/.credentials
if [ -e /root/.credentials ]; then
echo "File exists!"
[Code]...
[Edit] Added second double quotation mark at the end of "somepassword"
View 5 Replies
View Related
Mar 26, 2010
When i type the df command i see that /dev/hda1 as a filesytem that is mounted at '/'(root). Is /dev/hda1 a filesystem. I thought that it is a partition on my hard disk that contains the root file system.
View 6 Replies
View Related
Jun 7, 2010
Every once in a while when I plug my ipod (160gb 5 generation) in, it gets mounted as root.
If I eject and restart the ipod, the next time I plug it in, it is mounted as my normal user.
View 2 Replies
View Related
Apr 21, 2011
Fsck is not check any file system which are not root file system at boot time.
Normally it run: /sbin/fsck -A -R -C -a
But this command doesn't do anything.
I've tried to strace it, and looks like this:
Code:
View 2 Replies
View Related
Oct 22, 2009
Running RHEL 5 in a VMWare image, needed to add a second virtual disk, which worked fine - added it in VMWare, used fdisk and mkfs to format and mounted it as /SI50 so I could then access it. Did all this as root of course. Now I have created a new user and when I log in not only do I not see the new drive, but if I try and mount the drive I get an error "only root can do that". I absolutely have to see this drive as this new user so mounting it only for root to see is no good at all. I'm sure I'm fundamentally doing something wrong here, because obviously the way drives appear in Linux is completely different to windows.
View 2 Replies
View Related
Jun 3, 2010
I hv installed debian (lenny). My problem is that sometimes it loads perfecly, but on other times it gets stucks at mounted the root. and waiting for the root. wht shd i do?
View 14 Replies
View Related
Jun 21, 2010
When my husband and I installed Open SuSE 11.2, we made the mistake of telling it to have my other 2 hard drives owned by root. So now, whenever I want to open my other 2 hard drives, I have to type in the root password. How can I change this?
View 9 Replies
View Related
Mar 23, 2010
I'm on Slackware-current and I've got a /dev/sda1 (the root partition) formatted as ext4. The output of /etc/fstab is:
Code:
/dev/sda2 swap swap defaults 0 0
/dev/sda1 / ext4 defaults 1 1
[Code]....
View 12 Replies
View Related
Dec 31, 2010
Today I was notified on my netbook that my root folder is running out of space. When I ran the disk analyzer, it showed that most of the space is going towards the videos folder in /media/win7. My ~/Videos folder is symbolically linked to the videos folder on my Windows partition, which is mounted in my fstab using ntfs-3g under /media/win7. The question now is, shouldn't the videos only exist in the windows partition? /media/win7 usage shouldn't affect space usage in my root folder right?
View 6 Replies
View Related
Jan 30, 2010
I don't know why but every time I plug my iPod it gets mounted automatically as root and therefore I can't write anything in it. I mentioned this issue on the #suse irc channel posting mount output:
eugenio@openSUSE:~> mount
/dev/sda7 on / type ext4 (rw,acl,user_xattr)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
debugfs on /sys/kernel/debug type debugfs (rw)
[Code]....
I read some posts about editing the fstab file but I'm not really sure how to do this (if this is the solution) and I believe this could have worked on earlier versions (where HAL was used) Is there anything I can do to make opensuse mount my ipod automatically with full access to normal users?
View 6 Replies
View Related
Jan 4, 2011
Is it possible to forbid a non-root to umount a partition that was mounted via fstab-entry?
View 2 Replies
View Related
Jan 21, 2016
My systemd-udev-settle.service is failing for some reason.
systemctl status systemd-udev-settle.service -a output
Code: Select all● systemd-udev-settle.service - udev Wait for Complete Device Initialization
Loaded: loaded (/lib/systemd/system/systemd-udev-settle.service; static)
[ode]...
Warning: Journal has been rotated since unit was started. Log output is incomplete or unavailable.
View 6 Replies
View Related
May 10, 2010
Sometimes at startup I get this message "Checking disk 1 of 1". Does that mean it's checking all partitions on the hd? After a bad shutdown there is no prompt for fsck to run and the system just boots up. In fstab I have both options set to "1" for the partition Ubuntu is on, all others set to "0". Any ideas on both?
View 3 Replies
View Related
Feb 26, 2010
I chose Mint 8 Fluxbox and have the iso. I cannot figure out how to check the iso for errors and the MD5 signature.I'm using Windohs XP so I tried to install MD5sum.exe. When I double click on it to run it all it does is flash and then nothing.When I type in the commands it says it can't find it or it can't read it or something.I may be typing the commands incorrectly. I'm just not understanding.I need to check the iso for errors but can't understand how to check it.
View 5 Replies
View Related
Apr 8, 2011
I'm trying to determine if IE is viewing my web page with the following HTML code:
Code:
But I don't see anything except "Test for IE". It is like the tests are being treated as comments? Do I need to turn something on in the server?
View 3 Replies
View Related
Feb 5, 2010
I run Ubuntu 9.04 and was recently told by my university that my computer is massively port scanning the network. I am interesting in learning more about figuring out what is happening to stop it, but I am lost at where to begin. What steps should I take (or files to look at) to figure out what is happening?
View 3 Replies
View Related
May 22, 2011
I'm writing and correcting API documentation in Sphinx using reStructuredText. Does anyone know of a good spellchecker that will handle this format, or a bunch of Unix/Linux tools that will allow me to use Aspell with it?
View 1 Replies
View Related
May 10, 2009
I am using Red hat on my laptop and normally playing in the console. As I only plug in the battery supply when the battery is down and going form console to GUI just to check the battery status is quite cumbersome , So was wondering if the status can be checked form the console itself.
View 5 Replies
View Related
Feb 21, 2010
Can I have parity checking without a raid? I would like to have parity checking but I want to maintain separate and independent drives so that if one day I decide I want to bring one of my drives to Bob's house I can do so. I Do understand that when I bring the drive to Bob's house it would at that point mess up the parity checking.
View 5 Replies
View Related
Mar 31, 2011
I need to check the file name e.g. testbla_word.txt
Is theire a command to search for only "bla_"?
So mainly, to check a part of a filename (not the entire filename, only a part of it)
View 5 Replies
View Related
Dec 18, 2009
I am logged in as root to my server and trying to get to the mail of a particular user (not root). I have created a mailbox in the 'prohosters' interface (a bit like cpanel) for johnny@john.com (under linux user: 'j0hn' I think) but when running the 'mail' command from the command line only seem to get mail for the root user ... ?I'd like to get any new emails as well for johnny and output their contents -
View 1 Replies
View Related
Nov 14, 2010
I am trying to load a driver (xxx.ko) and uncertain if the path given is correct.
I do not have any direct access to my linux device, so I need a small script that will create a text file telling me if the file was found or not.
View 6 Replies
View Related