Red Hat / Fedora :: How To See An Unmounted SAN
Jan 19, 2010
Typically when I'm given a SAN attached to one of my servers i'm not given any information on it. Usually I can get my with an fdisk -l to tell me what's out there. Twice now I've had to ask what the connection device is. What command can be run other than fdisk -l, I've seen something ran people by another guy but was not able to write it down at the time and have forgotten it.
View 3 Replies
ADVERTISEMENT
Apr 8, 2010
I have lots of HDD on my PC and I just mount them to access files, I am wondering if these drives are turned off when unmounted? because I want to remove them physically on my computer unplug its IDE and power cable while ubuntu is running, wont it damage the drive even if its unmounted?
View 5 Replies
View Related
May 4, 2010
I just upgraded from Karmic to Lucid and have the following problems:
(1) My unmounted partitions used to be visible in "Places" on the left of Nautilus, so I could mount them when needed, but now they are not there. Also,they do not show in "Computer" view
(2) When I open Disk Utility from System/Administration, there is nothing at all showing - it takes quite a while to start up, but when finally the window opens, no devices or partitions are shown.
View 4 Replies
View Related
Aug 31, 2010
On my desktop, I try to instantly put some disks into sleep using hdparm, for some tests. Though the disks are unmounted, they wake back up in seconds. How can it be? How can I track which process wakes a disk up with what operation? I think unmount disks should default to standby during system load.
View 2 Replies
View Related
Dec 19, 2010
I have two internal disks that are accessible from my ubuntu. I installed ubuntu using wubi, and those two disks are the same disks I use on Windows. One of the disks contains windows system files.These disks were easily accessible from ubuntu, I could mount/unmount anytime I wanted and had no problem with editing files. I did something I can't remember, I was just following some instruction trying to solve problem with my SD card reader. turned out it wasn't the right solution (but I fixed the SD card issue using some other instruction).
View 4 Replies
View Related
Feb 22, 2011
I have a Debian OS installed (6.0), installed on a single partition, which was running out of space. So I copied all the data in /home to a spare partition, then edited fstab to mount this new partition as /home.
This works fine. But now of course I have the /home data both on the new partition (the one that is now being mounted and used), and also still on the original partition, though this directory is no longer mounted by the OS, so I can't directly 'get at' the data to delete it.
I could easily get into the partition from another OS and delete the unneeded /home data of course but I was just wondering; as this data is no longer 'seen' by the OS, will it be overwritten automatically by the OS when it needs more space, as it does with data that has been deleted from the filesystem, or would it be reserved somehow, still using up space?
View 6 Replies
View Related
Jul 20, 2010
I have two volumes, both with 800GB total used on them. lets call them /vol1 and /vol2. /vol2 is just a cron'd rsync'd copy of a folder on /vol1 which is a live share for many users.If I temporarily suspend the cronjob doing the rsync's from /vol1 to /vol2, is it safe to unmount and e2fsck /vol2, then remount it somehow?
Both /vol1 and /vol2 say the filesystem state is not clean when i do a tune2fs -l on them both. According to tune2fs both will check themselves upon restart, but if I can do /vol2 since it isn't the live data beforehand, that will cut my downtime in half the next time i restart the server.But I also wonder that if I can do this, then i remount /vol2, will the "not clean"-ness of /vol1 just be rsync'd back over to /vol2 the next time the rsync runs?
View 11 Replies
View Related
Jul 5, 2011
I accidentally unmounted filesystems using umount -a command.How to recover from this.
View 4 Replies
View Related
Aug 10, 2010
Under KDE (3.5) in Lenny, whenever I "safely remove" a SD card, I get the following message
"The device was successfully unmounted, but could not be ejected"
The message is obviously ridiculous, and the crashing windows error sound that accompanies it very annoying.
View 3 Replies
View Related
Jul 22, 2011
How can I see all the physical hard drives on my Ubuntu system — regardless of whether they're mounted — as well as their partition info, sizes, &c.? I have three physical drives, but only one seems to be mounted. I'd like to mount the other ones too, as I have some data on them.
View 1 Replies
View Related
Feb 2, 2009
opensuse 11.1 kde it keeps showing my partitions even the ones i have not mounted?
View 2 Replies
View Related
Feb 6, 2016
I have recently installed debian jessie on my laptop , during installation i didn't mount 2 of my partitions , now when i want to access them i have to give the root password every time i click on them , i searched the google , i found that i have to add a line in fstab file : so i i checked the partition that i wanted to mount (by typing fdisk -l) , and i added this line to the end of the fstab file :
Code: Select all/dev/sda3 /mnt/2 ext4Â users,noatime,auto,rw,nodev,exec,nosuid 0 0
(i had created /mnt/2 before ) ..... and this is the output of fdisk -l :
Code: Select allDisk /dev/sda: 465.8 GiB, 500107862016 bytes, 976773168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: dos
Disk identifier: 0x4a373773
[Code] .....
After adding the line at the end of my fstab file , something strange happened , i rebooted the computer and mate didn't come up , it was a console like screen , i had to access fstab from there to delete the line and enter mate . i did this for 2 times and both times the same thing happened . How can I mount my partition permanently ?
View 11 Replies
View Related
May 16, 2010
When I remove "safely" my usb pendrive all my hard drives and partitions get unmounted. It's not permanent I just have to close the session and start again but sometimes it's kinda annoying because I'm in the middle of a lot of work and have to close everything... and if I'm working with a file in that drive sometimes I lose it...
View 1 Replies
View Related
Jul 15, 2011
I have been setting up my laptop as a dual boot with Win7 (yuckkk!) and Ubunutu 11.04. My HP Pavilion dm4 came with 4 primary partitions used by Windows! (Again, yuckkk!) I got rid of Windows_recover partition (I don't remember the exact name) converted that primary partition to an extended partition and then installed Ubuntu in virtual partitions. All that works.What I don't like is that the partition HP_TOOLS shows up in Nautilus, and if you click on it, it self-mounts and makes that partition accessible.
View 8 Replies
View Related
Jan 10, 2010
I'm using some software that using mount point such as truecrypt. I also mount shared folder on other machine (fileserver) and publish it using ftp. The problem is when the truecrypt volume dismounted or the shared folder mount point loosing connection to the fileserver, user can write to the mount point without knowing that they actually not writing to the truecrypt volume or to the shared folder.
My question is, when sometime the server reboot and truecrypt volume is not mounted yet, how to prevent write to the mount point? I dont run truecrypt mount automatically for security reason.Some question for shared folder, if fileserver restart and the shared folder mount point got disconnected, how to prevent write to the mount point?
View 2 Replies
View Related
May 9, 2010
I need to be able to login to terminal and I can't seem to find an easy way to do it from the login screen, or elsewhere that I would normally find in an older version of ubuntu. I need to run fsck with drives unmounted
View 4 Replies
View Related
Feb 14, 2011
I had issues on my last install , I couldn't boot into it cause I accidentally uninstalled python 2.6 and everything it was attached to. So I reinstalled on a separate hard drive, I can see my other file system from the media folder but the only thing in my home dir is these 2 files 1 read me that says
PHP Code:
THIS DIRECTORY HAS BEEN UNMOUNTED TO PROTECT YOUR DATA.
From the graphical desktop, click on:
or
From the command line, run:
And then this file
Access-Your-Private-Data.desktop
But when I click it and try to run it I get this error
PHP Code:
View 6 Replies
View Related
Apr 3, 2011
I have a dual boot laptop Ubuntu 10.10 + Windows XP. When browsing my Windows C Drive in Ubuntu I decided to create a share to the windows "my documents" folder. The problem is that the windows drive is not automatically mounted at launch of ubuntu and as a result I get the following errors:
Code:
Could not find "/media/14F0AD48F0AD30C2/Documents and Settings/Lucas Redding"
and a search box is launched (See Attached Image).
I have tried to look at the Samba and Nautilus settings but I am unable to find any that automatically mount the windows drive.
View 4 Replies
View Related
Feb 7, 2010
I know there are many threads about recovering damaged superblocks. I've spent 3 evenings reading them and trying what they suggest. Invariably the commands do nothing except to report bad or missing superblocks. I've removed the physical disk from the machine and am working with a dd image file (/mnt/image). I can mount what used to be hdc1 and read its files with no problem. I'm trying to recover partions hdc6 and hdc7.$ mmls /mnt/image -b
DOS Partition Table
Offset Sector: 0
Units are in 512-byte sectors
[code]....
View 1 Replies
View Related
Mar 27, 2011
I did a zypper dup upgrade from 11.3 to 11.4 with no errors. My shutdown command has always been halt -h and during shutdown, I would always see verbose info about the drives being umounted, the "term" signal being sent, and the "kill" signal being sent. Since the upgrade, I only see the "term" signal being sent, followed by shutdown. On every boot since the upgrade, the system goes through several hundred lines of file repairing as the file system is not clean after shutdown. For whatever reason, the hard drives are apparently being killed before the umount is complete. I have changed no settings. The problem exists whether I do a shutdown from the KDE menu, or run halt -h as su from a terminal.
View 9 Replies
View Related
Mar 15, 2010
To workaround the kio_smb madness, I set up shares to be mounted via /etc/fstab. It works flawlessly until I suspend my laptop. Coming back from suspend, samba mounts are not being re-mounted automatically. Since I'm new to opensuse, I wish to ask you:
Is there a polished way to make this happen, in opensuse approach?
Or shall I just go and toy with scripts in the init.d (or what is it in suse)?
As much as I could figure, I checked in yast, and smbfs service is signed as "Yes".
View 4 Replies
View Related
Oct 22, 2010
As i understand, after autofs unmounts disk (network or otherwise) it keeps spinning. It costs energy, so i wonder is there any way to put hard disk to idle state after autofs timeout kicks in?
View 4 Replies
View Related
Jun 3, 2010
I've searched high and low, and can't figure this one out. I have a older Olympus Camera (2001 or so). When I plug in the USB connection, I get the following log output:
$ dmesg | grep sd
[20047.625076] sd 21:0:0:0: Attached scsi generic sg7 type 0
[20047.627922] sd 21:0:0:0: [sdg] Attached SCSI removable disk
Secondly, the drive is not mounted in the FS, but when I run gphoto2 I get the following error:
$ gphoto2 --list-config
*** Error ***
An error occurred in the io-library ('Could not lock the device'): Camera is already in use.
*** Error (-60: 'Could not lock the device') ***
What command will unmount the drive. For example in Nautilus, I can right click and select "Safely Remove Device". After doing that, the /dev/sg7 and /dev/sdg devices are removed.
The output of gphoto2 is then:
# gphoto2 --list-config
/Camera Configuration/Picture Settings/resolution
/Camera Configuration/Picture Settings/shutter
/Camera Configuration/Picture Settings/aperture
/Camera Configuration/Picture Settings/color
/Camera Configuration/Picture Settings/flash
/Camera Configuration/Picture Settings/whitebalance
/Camera Configuration/Picture Settings/focus-mode
/Camera Configuration/Picture Settings/focus-pos
/Camera Configuration/Picture Settings/exp
/Camera Configuration/Picture Settings/exp-meter
/Camera Configuration/Picture Settings/zoom
/Camera Configuration/Picture Settings/dzoom
/Camera Configuration/Picture Settings/iso
/Camera Configuration/Camera Settings/date-time
/Camera Configuration/Camera Settings/lcd-mode
/Camera Configuration/Camera Settings/lcd-brightness
/Camera Configuration/Camera Settings/lcd-auto-shutoff
/Camera Configuration/Camera Settings/camera-power-save
/Camera Configuration/Camera Settings/host-power-save
/Camera Configuration/Camera Settings/timefmt
Some things I've tried already are sdparm and sg3_utils, however I am unfamiliar with them, so it's possible I just didn't find the right command.
# mount | grep sdg
# mount | grep sg7
# umount /dev/sg7
umount: /dev/sg7: not mounted
# umount /dev/sdg
umount: /dev/sdg: not mounted
# gphoto2 --list-config
*** Error ***
An error occurred in the io-library ('Could not lock the device'): Camera is already in use.
*** Error (-60: 'Could not lock the device') ***
View 4 Replies
View Related
May 23, 2010
Using Clonezilla to try to backup (as image) my partition. It gives me an error saying, "Error! No unmounted disk are found! To use clonezilla to save or clone a disk, the source disk must be unmounted! "
So I tried doing these commands: url. (2nd post down) but they didnt recognize the unmount command. Plus when I did mount to see what was mounted, i did NOT see an sda1 or anything like that. I got a bunch of other stuff. ?
Is there another command to unmount?
View 9 Replies
View Related
Feb 19, 2011
I have XP installed with a wubi installation of 10.04. My CDROM is shot so I'm using Unetbootin to install from XP to a new partition.
[URL]
During installation it stops with error message that a mount point could not be unmounted /cdrom.
View 7 Replies
View Related
May 15, 2011
/etc/crypttab :
Code:
storage /dev/sdb none luks, retry=1
/etc/security/pam_mount.conf.xml :
Code:
<volume path="/dev/sdb" mountpoint="/storage" cipher="aes-cbc-essiv:sha256" />
[Code]...
View 1 Replies
View Related
Jun 3, 2010
Ubuntu 9.10 64bit. Acer Laptop
Using ubuntu 9.10 cd to access laptops hard drive.
foun readme file in /media/disk/mark
opened with openoffice. THIS DIRECTORY HAS BEEN UNMOUNTED TO PROTECT YOUR DATA.
From the graphical desktop, click on: "Access Your Private Data"
or
From the command line, run: $ ecryptfs-mount-private
So I tried a couple of ways...
View 9 Replies
View Related
Feb 26, 2011
HP 210 Mini
Fedora 14 xfce
2.6.35.11-83.fc14.x86_64
I have inserted my handy drive. However, when I right click and select unmount I get the following message:
An application is preventing the volume "New Volume" from being unmounted
So I try from the command line:
umount /dev/sdb1
And I get the following message:
umount: /media/New Volume: device is busy.
All I have done is copied some files to my handy drive. So I am not sure what process is keeping my handy drive busy.Is there any command that I can use to see what process of anything else is using the handy drive?
View 1 Replies
View Related
Sep 30, 2009
I just wanted to upgrade to fedora 11 from the current version 5 with the of a live cd.I dont want to loose the previous configuration files. upgrade everything except the / directory. How do you do that? I also have a retarded WINXP partition on the same drive which I dont wanna loose.
View 9 Replies
View Related
Feb 26, 2009
Is it possible to import an xorg.conf file from Debian to Fedora and have it work? The reason for this is that I have an older monitor that only offers 800x600 as the maximum resolution.
View 2 Replies
View Related