Software :: Command Line Disk Partition Utility ?

Jan 10, 2011

Before I go off and write a new one, does anyone know of a good command line disk partition utility that works better than "parted"?

View 5 Replies


ADVERTISEMENT

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 :: Command Line Utility To Read Info From An Iso?

Nov 16, 2010

I am trying to find a linux cmd line utility that will read info from an iso file. The problem I have is that the file is always corrupt so I cannot mount it because I only have around 100k of it but all I need is to extract the headers of what the iso contains. how I can achieve this I have searched the internet with no look at all.

View 1 Replies View Related

Ubuntu :: Erase The Partition By Disk Utility?

May 17, 2010

i erase the partition of ubuntu by disk utility in mac oswhen i restart my laptop and select windows os partition but windows os not bootingand the screen show to meerror: no such partition.

View 1 Replies View Related

Ubuntu :: Damaged Partition With Palimpsest Disk Utility?

Dec 8, 2010

I have a HDD with OS Win with three partitions NTFS.I installed Ubuntu 10.10 on new partition, and I left the old partitions on the disk, because there are a lot of my personal data.When I was looking for how to mount partitions on startup, I was fortuitously to Palimpsest Disk Utility selecting the checkbox on sda2 as a boot, and apply. But I saw that it was wrong and took the check back. And after this was damaged NTFS on the partition sda2. Windows shows the partition as RAW.

View 2 Replies View Related

Ubuntu :: Command To Install Disk Utility App In Kubuntu?

Nov 9, 2010

What is the command to install Disk Utility Ubuntu app in Kubuntu?

View 4 Replies View Related

General :: System Command Line Utility For Watching Log Files Live?

Jan 5, 2011

What's a good linux command line utility for watching a log file live? It's probably obvious but I totally forgot it.

View 2 Replies View Related

General :: Disk Utility Shows The First Partition Labeled As Sdb2?

Jul 8, 2011

Before doing a clonezilla project I opened Disk utility shows the first partition labeled as sdb2, then second partition as sdb1is this normal? I will add that this is a windows drive, but I wanted to back it up before installing debian to it. How will the disk partition labeling affect partition naming in debian?

View 2 Replies View Related

Debian Multimedia :: Command Line Utility To Give Info On Video Files

Nov 17, 2010

Is there a command line utility to tell me about what's inside a video file? Say I have a .mpg file. I want to know about the video stream and the various audio streams, the codec used for the video stream, the bitrate of the video stream, and so on.

View 5 Replies View Related

Ubuntu :: Hibernation On Windows 7 Dual Boot - Under Disk Utility Partition Is Not Marked As Bootable

Sep 29, 2010

I have been having problems hibernating my windows 7 partition recently. It happened approximately right after I set up the dual boot.

I have found other topics where it says to make sure that the windows 7 partition is marked as the active partition. I have since done so and it has not changed anything. I did it with Partition Magic on Windows. I did find it suspicious though that my Dell Recovery partition is labeled as boot while the Windows one is marked as Active and System.

However when I looked at it using disk utility in Ubuntu the windows 7 partition is marked as Bootable while the recovery partition is not.

Hibernation works on Ubuntu with a couple error messages while shutting down and some weird screen issues while booting up. But it ends up working decently.

Under Disk Utility the Ubuntu Partition is not marked as Bootable. Should it be?

View 6 Replies View Related

General :: An Equivalent Of XFCE "verve Command Line Utility" For Ubuntu Maverick?

Jan 11, 2011

Is there an equivalent of XFCE "verve command line utility" for Ubuntu Maverick?

View 3 Replies View Related

Software :: Cleaning A Usb Disk With Viruses Using The Command Line?

Oct 26, 2010

is there any way one can clean a usb disk that has viruses using commands in the terminal in ubuntu 8.04

View 5 Replies View Related

Ubuntu :: Login Through Command Line In Grub - Error: No Such Disk

Jan 5, 2011

how to login through cmdline in grub.I tried some of codes but failed.codes were-grub>set root=(hd0, grub> linux /vmlinuz root=/dev/(sda, ro error;no such disk

View 6 Replies View Related

Ubuntu :: Rapid Disk Contents Analysis (command Line)?

Mar 11, 2011

Second : I need to have a rapid way to exstract some simple raw informations from any hard disk.Something like ls -latr /*.* | sort(by extension/type) The goal I' m looking for is something like

.exe 1034 last creation date
.jpg 2437 "
.xxx 365 "
ecc....

View 1 Replies View Related

Ubuntu :: Command Line Partition Editor?

Feb 19, 2011

I have a 500G HD with several partitions. I have just added another exact 500G HD and would like to copy the partition table from the first HD to the new HD.What is a good command line partition editor to get the job done? All of my partitions are ext4. I have looked at parted but the man pages says it does not support ext3, so I guess it will not work with ext4 either.What I am ultimately going to do is to set these two HD in a RAID0 configuration without having to re-install Karmic.

View 5 Replies View Related

General :: Mount A Partition In Command Line?

Nov 29, 2010

I use a ext4 partition to store my data, to mount and open that partition I open Nautilus file manager, then click on the partition icon and label on the left side.
So if I don't have a desktop environment, how can I mount a partition in terminal?

View 1 Replies View Related

General :: How To Resize A Partition From Command Line

Aug 21, 2010

I'm trying to resize a partition from a command line using the instructions on this page:

[URL]

The line below is the one I can't get to work right.

Quote:

Now, using fdisk, we must resize hda1 to 6000M, and create a new partition. Command: "fdisk /dev/had".In our case, the fdisk commands are "p d n p 1 1 +6000M t 7 a 1 n p 2 enter enter w", resulting in this "fdisk -l /dev/had" output :

I've made this work before but I cheated by using Acronis to create the partitions. I really want to get it to work from command line.

View 2 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

General :: Find Out The Serial Number Of Hard Disk Through Command Line On OpenSuse 11.2 ?

Jul 12, 2010

I read this thread but

Code:
anisha@linux-uitj:~> su
Password:

[code]...

View 14 Replies View Related

General :: Create An Ext2 Partition From Command Line Which Is Writable From Every User

Nov 3, 2009

I work with a Debian Squeeze on my laptop and I have a 160GB external hard disk. My hard disk was formatted FAT32, but I decided to format it using ext2. I formatted it using fdisk from command line and everything went well. Unfortunately, when I mount my hard drive(which is auto-mounted from Debian) it has got root both as owner and group. Then I can't write to it because I have no permission to do that. Is there a setting to create an ext2 partition which has as owner the logged system user in order to have right permission every time.

View 7 Replies View Related

Fedora :: Run Python3 Scripts From Command Line And Call Up Python 2.6.2 Idle With The Command Idle From Command Line?

May 29, 2010

i've gotten my fedora 12 to the point where i can run python3 scripts from command line and can call up python 2.6.2 idle with the command 'idle' from command line. what command will call up python3 (3.1.2 to be exact) idle?

View 5 Replies View Related

Fedora :: Keep Getting "A Hard Disk Is Failing" Warnings From The Disk Utility

Jun 8, 2011

I am on F15 32-bit with GNOME 3. I keep getting "A Hard Disk Is Failing" warnings from the Disk Utility, very frequently. Is this a serious issue? Because I knew this to be a bug in Palimpsest DU back in F13/14. Also how can I disable any notifications from this application?

View 4 Replies View Related

Ubuntu :: LVM With Palimpsest Disk Utility

Apr 3, 2010

I'm working on setting up a new NAS. I installed Karmic desktop on a 160 GB HD using the default settings.

Now I've added three 1TB drives and want to make them a RAID-5 array with LVM on that, and 1 ext4 partition. I want to use LVM so I can add drives and expand the array later.

So far I've been using Disk Utility (Palimpsest Disk Utility) and it's been great! A wonderful addition to Karmic! I got the RAID-5 array setup with no problems using disk utility. So now I have a 2000 GB raid-5 array setup in Disk Utility and I need to get LVM setup.

Problem is: I don't see any sign of LVM in Disk Utility. I've been googling all night and I can't find any documentation for setting up LVM in Disk Utility, just people saying that it's supported.

I tried installing the lvm2 package, rebooting, and then looking around again. No luck.

So, what am I missing? Should there be LVM options in Disk Utility? Where is it? Is there a better/easier way to configure lvm?

View 5 Replies View Related

Ubuntu :: Raid 5 In Disk Utility?

Jul 17, 2010

point me in the direction to get a step by step guide to setting up a Raid 5 using the Disk Utility and 3 spare drives? I have the main OS files on a 80gig drive and I would like to mount the 3 drives as Raid 5.Just shooting in the dark now.. Screen shot is attached. [URL]...

View 1 Replies View Related

Ubuntu :: Disk Imaging Utility ?

Mar 29, 2011

I'm searching for a GUI disk imager, something, that will be the GUI front end for dd. Ghost4Linux G4L is not an option, I want to be able to make security backups of my USB thumb drives, CDs, DVDs...

View 9 Replies View Related

Ubuntu :: RAID Via Disk Utility?

Jul 20, 2011

Has anybody ever used Disk Utility to set up software RAID? Here I am running terminal commands (I'm a terminal junkie) and I just happen to stumble across instructions that indicate "Or you can just set it up through Disk Utility."

Sure enough in disk utility, it looks like all of the configurable options are there. It makes me wonder, though... is this kind of GUI functionality something that isn't really solid? Or does it operate predictably and effectively?

View 4 Replies View Related

Ubuntu :: 11.04 Disk Utility Not Working ?

May 2, 2011

I cannot get the Disk Utility to launch, when I click the icon the cursor rotates and stops but nothing happens.

I uninstalled and reinstalled the Disk Utility, still not working.

I have three HDDs and many partitions. I multi boot Linux, Win 7 and Win XP.

All OS's boot cleanly using EasyBCD boot loader.

It did not work in 10.04 or 10.10.

View 9 Replies View Related

Ubuntu :: Disk Utility - Expand Array

Aug 31, 2010

When I use disk utility to expand my RAID array it creates a partition on my 1.5TB drive which it would like to add to the RAID 5.

However, none of the drive existing on the RAID are partitioned so what I think has happened is the partition itself has created a difference of about 2 million bytes smaller than the others and thus unable to add the component.

How can I specify the exact bytes for my hard drive partition so that I can add this to the array?

View 2 Replies View Related

Ubuntu :: Disk Utility Will Not Format Drive

Nov 24, 2010

Right clicking on a drive will format the drive but Disk Utility 2.30.1 included with Ubuntu 10.10 will not format the drive and says the drive is busy.

View 2 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







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