Red Hat / Fedora :: Software Or A Script - Monitor If Disk Is Mounted Or Not
Oct 11, 2010
I need a utillity which wil monitor if disk is mounted or not. Is there a software or a script for that? I use fedora 12. Something which will send an email if disk is not mounted. I use encrypted disk, when power is off, after booting on, disk is not mounted on and I don't wan't to be automatically mounted on.
View 1 Replies
ADVERTISEMENT
Jan 14, 2010
We recently had an issue with "cat /proc/mount" telling us that a CIFS file system was mounted, even though the mount was not working correctly. So we're not sure if we can trust linux to report malfunctioning mounts, so we're planning on adding a specific file on the mounted file system, and verify the mount by reading this file from the client side (linux). If linux fails to read it, we know that the mount have failed. But before we go ahead doing this I thought I'd just hear how others are doing this sort of thing - how do you make sure that mount points are up and working?
- kenneho
EDIT: I just saw that I've posted in the security area, not in the server area. How do I move it?
View 6 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
Feb 22, 2010
I have a game .iso for windows. When I run it with Wine 1.01 it says to insert disk into cdrom. I used
Code:
mount -o loop -t iso9660 Zanzarah.iso /mnt/cdrom
but the game still asks for the disk.I also tried to find nocd, but couldn't find any for my version.
I mean can I make it see the .iso as a disk like it happens when one uses Daemon Tools with windows or somehow else?
View 4 Replies
View Related
Aug 29, 2010
I have samba installed. I also have a Windows NTFS disk mounted on Ubuntu. To share the file, I migrate to the folder with the file manager, right click on it and select "Sharing Options". I get the message
'net usershare' returned error 255: net usershare add: cannot share path /mnt/Windisk/<path> as we are restricted to only sharing directories we own. Ask the administrator to add the line "usershare owner only = false" to the [global] section of the smb.conf to allow this.
[Code]...
View 9 Replies
View Related
May 18, 2011
ASUS eeepc900 Easy Peasy 1.6 (Ubuntu 10.04)
After I boot the 16GB second SSD disk is mounted as HOME on /media This seems to be a default. However there is no entry in /etc/fstab to do this. How does it happen?
I want to move my home directories to be on the 16GB disk so I need it to be mounted on /home rather than where it is by default which is /media/HOME
View 3 Replies
View Related
Jun 12, 2011
I tried to change my /home to another partition, but after reboot I get an error saying the disk /home could not be mounted..fstab:Quote:
e# /etc/fstab: static file system information. # # Use 'blkid -o value -s UUID' to print the universally unique identifier # for a device; this may be used with UUID= as a more robust way to name # devices that works even if disks are added and removed. See fstab(5). # # <file system> <mount point> <type> <options>
[code]....
View 3 Replies
View Related
Apr 29, 2009
I know I do fdisk -l /dev/sda and see all the partitions on that disk, and I know I can do mount and see all the mounted partitions. Is there a way to do both at the same time? Ideally what I'd like to see is the output of fdisk -l but with an additional column that shows if a partition is mounted or not.
View 2 Replies
View Related
Sep 30, 2010
I'm currently in the middle of developing an automatic system which can provision Linux VMs automatically.Let's say I have a disk image which has a Linux distro installed on it. How would I change the root password on that, without having to boot the OS?It would be nice if I could just simply run passwd with some switch to point to the /etc/shadow file on the (mounted) VM disk image..
View 2 Replies
View Related
May 8, 2011
On my OpenSuse 11.3, I mounted a new disk (/dev/sdb wich is on /dev/sdb5) as /mnt/ssd folder
I changed permission of /mnt/ssd to be owned by root, and group users and mod to 777. drwxrwxrwx 4 root users 4096 2011-05-08 10:08 ssd
I can enter this folder as any user.
Within it, I created folder oradata:
total 20
drwx------ 2 root users 16384 2011-05-07 17:46 lost+found
drw-rw-r-- 2 oracle oinstall 4096 2011-05-08 10:08 oradata
[Code]....
View 2 Replies
View Related
Dec 20, 2010
Is possible to backup disk(whole) on remote server which is mounted? If yes how,
View 2 Replies
View Related
Dec 22, 2010
After upgrade from 10.04 to 10.10 I can't mount anymore my crypted disk image.I've an old backup of this image, but when I try to mount it, system give me same errors.
View 2 Replies
View Related
Aug 6, 2010
Is there a way to disable disk checks in a mounted usb drive? I have a 500GB usb mounted drive in my CentOS machine and everytime I reboot my system, it does disk checks which is a long painstaking process.
/mnt/sdb1
View 4 Replies
View Related
Dec 20, 2010
I am looking for such a tool, very much like the one that is on Windows 7, where you can basically with one glance see how much of a volume is occupied (graphical bar) and that for all mounted volumes. I have been looking for this, but so far I have not found it.Also, important: that it is auto updated. So that it is not like a report that was generated and then does not change anymore, but a live thing
View 3 Replies
View Related
May 3, 2011
Mounted second hard disk still report 0 bytes even when files are already deleted in rhel5 . I already checked the lost+found and trash . It only happen that disk space on deleted files cannot be recovered after the disk reach full capacity , but if it does not reach yet its full capacity , deleting files will recover the disk space . The format of the disk I have mounted is ext3 also have tried ntfs using fuse but the same problem , once allowed to reach 0 bytes I can no longer recover space with deleting files and had to reformat and restore the backup
View 4 Replies
View Related
May 12, 2010
I have some large volumes that I don't want to automatically be e2fsck'd when I reboot the server. Is it safe to change maximum mount count to -1 and check interval to 0 while a volume is mounted, or will that cause problems to the file system?
View 2 Replies
View Related
Aug 18, 2010
I have googled for linux io monitoring, but most of the search results are about disk I/O monitoring, while i need to monitor I/O in general, e.g. bus master I/O, etc. and in particular, data transfers to/from video card, i.e. how much data is being transferred, when, etc.. Is there a tool for this?
View 3 Replies
View Related
Oct 1, 2010
What is the best way to detect disk mounts?
I'm setting up a system to automatically detect disk mounts, so I'm looking for a file or something where disk mounting is recorded.
There are several files that look promising, but I am a LINUX novice, so I don't quite understand the exact roles each play:
Of the above files, etc/rmtab looks most promising.
View 2 Replies
View Related
Jun 26, 2011
I need to read information from SUN hard disks which are about a decade old. My CentOS 5.6 mount command comes from util-linux 2.13-pre7."mount -t ufs -o ufstype=sun /dev/sdb2 /New" reports "mount: unknown filesystem type 'ufs'", though its man page describes such settings.How could I read an external UltraSCSI hard disk (yes: high pitch noise and only 9 GB capacity) on a current CentOS? Is that possible at all?
View 1 Replies
View Related
Jul 2, 2010
We are graphing various system parameters using Cacti. One of our graphs shows hard drive reads and writes. A question came up: why do we need this graph?
View 3 Replies
View Related
Jul 19, 2011
I'm developing a website. I was wondering if there are any tools out there that make it easy to log and graph usage statistics of how my cpu, memory, disk and network are used.
I need to somehow know when I need to scale up / when I'm going to get problems soon.
I found http://sebastien.godard.pagesperso-orange.fr/
(command line thingy, not so useful because I'd have to write my own graphics and logging layer on top of it..)
View 3 Replies
View Related
Oct 16, 2009
I am facing problem with the fresh installation of Fedora 11. (I have moved from Fedora 9). When I try to view videos on ..... or use the Cheese Webcam Booth, I get blurred lines on the screen and I am unable to see any video or pic.
Also I noticed that the when i go to System > Preferences>Display, it shows me UNKOWN MONIOR.
However, if I got to System>Administration>Display and enter the su password, it shows me correct monitor and the graphics driver.
I am not sure if my original is related to the Unknown Monitor.
I also tried to install Nvidia driver but it crashed the xserver and I had remove the driver.
My Monitor is LG 700E and Graphics card is from intel. as I am not able watch any video.
View 5 Replies
View Related
Aug 7, 2011
I am having problems getting my external monitor to work. When I plug in the monitor, both the laptop screen and the external monitor go black. When I unplug the monitor, the laptop screen works again.
When I startup with the external monitor plugged in, neither screen works or teh computer hangs or something.
I have had the external monitor going on a couple of occasions. I did manage to configure my monitors through System Settings > Display. I turned off the laptop monitor as I just want to use the external. But after rebooting, things didn't work.
I have a Thinkpad E420, Fedora 15
View 14 Replies
View Related
Aug 11, 2011
I have an external monitor connected to my laptop (extended display). I always drag the Totem player from the laptop screen to external monitor to watch video files. I wonder, if the Totem player can be set to open in the external monitor automatically, everytime I open it?
View 1 Replies
View Related
Aug 17, 2011
My software and hardware information are as follows. I have Fedora 12 and KDE 4.4.5 installed on a Dell Vostro 1500 laptop. I believe it's a 64 bit processor; it's an Intel Core 2 Duo CPU. The external monitor is a Dell as well.
My problem is that my system does not seem to be detecting an external monitor that I have connected. Everything else is working just fine; however, I would like to have the option of attaching an external monitor. When I plug the external monitor into the laptop, the external monitor remains black and appears to be in power save mode. The results of xrandr -q (with or without the external monitor attached: it doesn't appear to change) are as follows.
Code:
How can I get my laptop to recognize that the external monitor is even connected? Let me know if I can be more specific or provide additional details.
View 5 Replies
View Related
Jan 27, 2011
I just upgrade to F14 from F10 on a dual montor setup. Firefox behaives differently on F14 than on F10.
On F10 it followed the mouse pointer's location and show up on the correct monitor
When maximized at close, it is always displayed on the left monitor. When not maximized at close it will open on the monitor where the mouse pointer is located.
About minimize/maximize Firefoxe before closing and it seems to work in some case, but not for me.
View 5 Replies
View Related
Jan 17, 2010
I have the default Conky script, but want it to also monitor my secondary drive.
View 9 Replies
View Related
Jul 16, 2011
i had configured the opennms but i didint able to get the disk space and memory alert by mail... and also i need a plgin gor opennms can u tell me wat plugins suit for opennmms monitoring tool ...
View 2 Replies
View Related
Nov 20, 2010
as far as i know Debian "Squeeze" has a disk check utility, but you can't run this on a mounted filesystem. Is there a way to trigger this during boot (before filesystem is mounted) ? I can run this once a month to keep filesystem healthy....
View 2 Replies
View Related
Nov 6, 2010
there was once with an older Ubuntu version (Gnome 2.24.1) this beautiful behaviour to highlight the icons of internal and external drives when they are mounted. Unmounted the icons were just silver-grey and when mounted they turned white.Strangely however, I don't see this with Lucid Lynx and Gnome 2.30.2! What is wrong here?
View 1 Replies
View Related