General :: List Disk Partitions And Show Which Ones Are Mounted?

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


ADVERTISEMENT

Software :: Automount Show Mounted Partitions?

Jan 20, 2011

I am using direct mounts because I like being able to cd to the directory and use tab completion..versus indirect mounts where you can not do that since the directories are virtual.But, why does the /proc/mounts show these directories mounted(I have not cd to them)? Are they technically mounted? The reason why I use automount is because if I ever have power failures at least not all filesystems that are not being used will be unmounted and not corrupted.

Code:
localhost init.d # cat /proc/mounts
rootfs / rootfs rw 0 0

[code]...

View 2 Replies View Related

General :: One Of My LVM Partitions Is Not Mounted/does Not Shows Up

May 26, 2011

Created partitions, some of them LVM, in a server, say A. Did the same for another server, B, but created one more LVM partition.

Installed RHEL in A, and some other applications. Made dump files for each partition of A and restored all of them them in B. No error in that process, except B wouldn't boot. Did chroot /mnt/sysimage and grub-install /dev/sda--still no good. B came to a halt with GRUB> dispalyed. <tried many things many times.. searching Googles..but w/o luck) Gave up, and restored the bootloader part using OS CD -- I say restored because now B boots ok and I can see application that I had installed in A. So far so good.

Problem: that extra LVM partition is missing! I did not knowingly overwrite it, so where did it go? Somebody is keeping it from being displayed!

Is it the grub.conf that tells the OS what to mount and what not to? If yes, problem is , grub.conf is missing in B. In A, it is in /boot/grub/. df -kh shows other partions (some of them LVM) just fine.. what is going on?

I tracked a file called menu.lst in a strange place, in /usr/share/doc/grub-0.97.. but I didn't see any entry that loads partitions.

View 1 Replies View Related

General :: Windows 7 Disk Management Utility Doesn't Show Disk With Ext3 Partition

Oct 10, 2010

I have a 2 TB disk in an external SATA dock, formatted with a single ext3 (Linux) partition, which doesn't show up in the Windows 7 Computer Management->Disk Management utility, even as a raw/blank disk. I've verified that there's nothing wrong with the disk by connecting it to my Linux machine and mounting it, and I've verified that the dock is functioning properly by connecting a different FAT32-formatted disk, which mounts flawlessly as expected.I realize that I can't actually read the ext3 partition without additional software (e.g., Ext3IFS), but why doesn't the disk show up at all? Is there some sort of stupid anti-Linux filter built in? Is there any way to force Windows to recognize the disk, so that I can at the very least use direct block access with it?

Background: I want to clone an identical 2 TB disk onto this one. Due to my hardware layout, it's much easier to have the source disk attached to one machine and the destination disk connected to another, and do the clone over the network (the network is not a bottleneck with switched gigabit ethernet), than it is to hook them both up to one machine.(1) I did this once before when both machines were running Linux, but I've since upgraded the destination machine and decided to switch back to Windows for regular desktop use. I've got Cygwin installed, and have verified that the same basic method (dd + nc) will work, but I can't do anything if Windows doesn't even consider the destination disk to exist.I only have one eSATA port on each machine. Opening them up just to do this clone is a rather large annoyance. Also, since this is my backup disk, I'd like to eventually automate the cloning from the active disk to another one that I regularly swap with a third disk that I store off-site.

View 1 Replies View Related

General :: Cannot Use GUI To Open/list A Mounted Hard Drive

Jun 12, 2011

My version of linux has a bunch of GUI icons on the left hand side of the screen (vertical). Most are links to programs.You click the GUI icon and the program opens. When I mount my internal hard drive it adds a GUI icon for the drive. The problem is when I click on this new GUI icon it automatically loads K3b and gives an error message instead of giving me a list of what is on my drive. I deleted the program K3b and tried un-mounting then re-mounting the drive. I then tried the new GUI icon for the drive and now it automatically opens Dragon Player.

View 1 Replies View Related

General :: Disk Utility And Df Show Different Disk Space ?

Nov 18, 2010

I don't understand disk sizes in Linux. I have a 500GB drive. It's ext4. I have run "tune2fs -m 0" on it to reserve the amount of space reserved for root to 0.

I'm using Ubuntu 10.04 that comes with a Disk Utility. When I run "System->Administration->Disk Utility (palimpsest)" the disk shows up as 500GB (see picture). But when I run df -h it shows up as 459GB. So, I don't understand the discrepancy.

When I run df I get the following:

Question: Why is Disk Utility showing me something different than "df"?

View 6 Replies View Related

Ubuntu :: Clean Up Bootloader Menu List - Remove Ones Don't Want To Show On List

Jun 17, 2010

All I want is for my bootloader to show "Ubuntu" & "Windows XP" which are the only 2 OS's I have installed (dual booting). At the moment it shows Windows XP, Ubuntu, Ubuntu recovery mode & like 2 more.. which are also Ubuntu & recovery mode. I've never selected the other Ubuntu ones, only the first one. So, how can I remove the ones I don't want to show on the list.

View 2 Replies View Related

General :: Unmounted (and Unwanted) Partitions Show Up In Nautilus

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

General :: Make A Game See A Mounted .iso As Disk In Cd-rom

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

General :: Ldd Does Not Show Dependency Library List / Fix It?

Nov 17, 2010

We built a library by linking it with a shared library libjvm.so. Now, when I do ldd mylib.so, it does not list libjvm.so. When I run an application, I get a symbol missing from mylib.so, which is actually defined in libjvm.so. Even if I set libjvm.so path in LD_LIBRARY_PATH, the error does not go away.

View 3 Replies View Related

General :: CentOS - Disable Disk Check In Mounted USB Drive?

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

General :: Tool That Shows Disk Space Of Mounted Volumes Graphically?

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

General :: Mounted Disk Still Reports 0 Bytes On Rhel 5 Even When Files Are Delete?

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

General :: Safe To Tune2fs Mounted Volume To Prevent Disk Checks At Reboot?

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

General :: Make The Partitions On The Hard Disk?

Jan 4, 2010

I want to make the transition from windows (sick of it). Im using Lenovo G530 Laptop and was wondering which would be the best Linux Os (meaning Ubuntu, fedora or something else). Keep in mind that I mostly use my laptop for college work and a lot of video and audio editing. I also want to be able to run Dual operating system (meaning that I wanna run both Linux and Windows) from the same computer as it might be easier for me to make the transition a little bit more easier. That being said I need someone to give me tutorials (video preferred) on how to make the partitions on the hard disk and step by step instruction on how to install both the two OS in my laptop.

View 3 Replies View Related

General :: Used The Disk Utility To Edit The Partitions ?

Jan 11, 2011

I was on Ubuntu 10.04 I used the Disk Utility to edit the partitions.

Here is the table it's showing:

Here I deleted 79 GB patition from FAT32 to NTFS and deleted 50 GB space that was ext4 partition where SUSE was residing the bootloader was of SUSE that was working using the same utility.

After that with a live cd of ubuntu I tried to recover the grub but there was no device.map file. Later I found the partition table absent.

The utility shows above table but Gparted shows only 500GB free space without any partition. Please help can't loose all the data.

I can access the partitions in live environment I can't even install a fresh OS because It also shows 500GB unallocated space.

View 3 Replies View Related

General :: 9.04 - Cant Seem To Find Where Hard Disk Partitions Are

Jan 19, 2010

i have installed ubuntu version 9 and i cant seem to find where hard disk partitions are,what do i do?also what do i do to install the webcam and to change from gnome to Kde enviroment!!i also installed virtualbox but i seem not to find the icon

View 3 Replies View Related

Ubuntu :: Max Amount Of Mounted Partitions

May 11, 2011

I'm just wondering because I'm going to to test out just how many partitions I can make and mount on GPT. Is there a theoretical limit on the amount of partitions or mounts allowed? I was thinking there would be depending on if you were running i386 or x86_64 because both can only handle up to a certain interger.

View 7 Replies View Related

General :: Disk Partitions For Dual Boot With Windows 7 GPT/EFI

Jan 9, 2011

I have a Centos 5.5 system that had 2 primary partitions (2nd is setup as LVM with multiple LVM partitions) and then installed Windows 7 as Dual Boot.

However, Windows 7 has installed a 200MB system partition which is GPT/EFI as partition 3 and the Win7 OS as a Primary Partition.

I have a heap of space undefined after this fourth primary partition.

However, as 4 primary partitions have been used, I can no longer create an extended partition to utilise this.

As such I would like to know what is the best and safest way to proceed, and if possible step by steps instructions for the best option eg:

1. Delete the Windows 7 System Partition and create the extended partition (I expect this will prevent Windows from booting)

2. Use something like partition magic to change the Win 7 OS Partition 4 to an extended partition (Not sure if this will work)

3. Make changes to the overall system including both Linux and Windows so that it will use GPT only (I have
had no experience with GPT so this is a bit scary)

4. Other?

View 2 Replies View Related

General :: Attach A Usb Disk To Desktop But It Does Not Show Up?

Jan 24, 2011

How can I get more information about the error?

View 6 Replies View Related

General :: No Files On The Disk But 'df -h' Show It's Full?

Apr 21, 2010

Code:
server:/home/mal # cd /backup/
server:/backup # du -hc *
17G export
4.0K lost+found
20M rman
8.0K sqlnet.log
4.0K test.sh

[Code]...

View 7 Replies View Related

OpenSUSE :: Partitions Are Not Being Auto Mounted On Startup?

Jun 1, 2011

i reinstalled opensuse yesterday.when i turn on my system every time i need to enter my root password to mount my partitons.please see the following image.i want to automount all partitions on startup without giving root password(before reinstalling opensuse it didn't ask root password to mount my partitions)

View 9 Replies View Related

Ubuntu :: Hide NTFS Partitions So That Can't Be Mounted?

Sep 27, 2010

How can I hide NTFS partitions so that can't be mounted?I noticed when I'm working on Ubuntu that I can delete files on my Windows NTFS partition, I think that's a risk

View 5 Replies View Related

Ubuntu :: 9.04 - Mounted Partitions Disappeared (Fstab Is Bad)

Jan 14, 2011

My Laptop has Ubuntu 9.04 and I am using it for the past one year. I have four partitions. Gparted Screen Shot attached.
/dev/sda5 was mounted as "Laptop 2"
/dev/sda6 was mounted as "Laptop 3"

But from today morning I was not able to access any of the files from my hard disk. When I press the "Computer" Menu Item from the "Places" menu I could access all the files on my hard disk. It shows an error message attached with this thread. The system boots perfectly and work perfectly. "Laptop 2" and "Laptop 3" disappeared.

I searched the net and found ways to mount the Partitions with these following commands.
sudo nano /etc/fstab
# /etc/fstab: static file system information.
# Use 'vol_id --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) .....

Is there any way I could use "Laptop 2" and "Laptop 3" as my mount points as it was earlier.

View 9 Replies View Related

Ubuntu :: How To Have Partitions Auto-mounted At Boot

Mar 19, 2011

Does anybody know how to have partitions (not removable media) auto-mounted at boot?It would be great so I do not have to click them for first use.By the way, may it be pre-configured in ubuntu to do that for everyone?

View 1 Replies View Related

Ubuntu Installation :: 9.10 - Non-system Disk Or Disk Error With Manual Partitions

Apr 9, 2010

This is the third 9.10 install to do this on two different laptops, so wondering what's up...

In both cases, the goal was to leave a large chunk of unpartitioned disk after the Ubuntu partitions, for a second OS install or a filesystem Ubuntu cannot create like NTFS.

When I install with manual partitions, the system can't boot and asks for me to insert a system disk and press any key. When I reinstall telling Ubuntu to "use the entire disk" it then works.

First laptop, first try:

Remainder of the 500GB disk is free space.

Fails to boot, "insert system disk".

First laptop, second try without the /boot partition:

Remainder of the 500GB disk is free space.

Fails to boot, "insert system disk".

"use entire disk" works perfectly.

Second laptop, first try:

Same thing, non-system disk or disk error, insert system disk.

Second try "use entire disk" is currently in progress but I expect the same to happen.

View 3 Replies View Related

General :: Access Disk Druid Once All Of The Partitions Have Been Created In Rhel 5.3?

Feb 12, 2010

is there a way to access disk druid once all of the partitions have been created in rhel 5.3?

View 3 Replies View Related

Debian Configuration :: LVM Partitions Not Getting Mounted At Boot Time

Apr 18, 2010

I have two partitions in LVM. They are added in /etc/fstab to mount automatically. But, they are not working. The process to mount partitions seems to be happening before the service /etc/init.d/lvm2 is started. I can get it mounted using "mount -a" command, but not during the boot time. What should I do get it automatically mounted on every boot?

View 5 Replies View Related

Ubuntu :: Hide Partitions From The Places Sidebar Even If Mounted

Jan 24, 2010

How do I...

* Prevent the sdb1 + sdb2 ext4 partitions from being shown in Nautilus/Thunar Places sidebar.

* Prevent the Western Digital SmartWare VirtualCD, sdr1, from being shown in Nautilus/Thunar Places sidebar. It is just a VCD that is part of the firmware of the external (sdb) hard drive. *GAG!*

I don't care if they are mounted or not, though I prefer if they aren't. As long as they don't show up on the Places sidebar AT ALL, I'll be happy. I never use them, but keep mounting them by accident.

Here's my fstab, can you tell me why it's not doing the above?

Code:
# /etc/fstab: static file system information.
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0

[Code]....

View 9 Replies View Related

Slackware :: Can't Change Permission Under Ntfs Mounted Partitions

Jul 25, 2011

the permission remains the same after changing it without any errors

# cat /etc/fstab

Quote:

/dev/sda3 swap swap defaults 0 0
/dev/sda4 / ext4 defaults 1 1
/dev/sda1 /win/C ntfs-3g fmask=111,dmask=000 1 0

[code]....

View 1 Replies View Related







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