Results 1 to 8 of 8

Thread: ca'nt creat partition in iomega disk

  1. #1
    Join Date
    Jun 2010
    Location
    Portugal
    Beans
    337
    Distro
    Ubuntu 10.04 Lucid Lynx

    ca'nt creat partition in iomega disk

    Helllo

    I've a iomega external hard disk. from factory it comes with a NTFS partition and a small partition with something from iomega (which I don't want).

    Since I only use the drive in linux, I opened the disk utility and formatted the entire disk, has a master boot record...
    When I was trying to create a partition an error occurred:

    Code:
     Error creating partition: helper exited with exit code 1: In part_add_partition: device_file=/dev/sdb, start=0, size=749422370816, type=0x83
    Entering MS-DOS parser (offset=0, size=749422370816)
    MSDOS_MAGIC found
    looking at part 0 (offset 0, size 0, type 0x00)
    new part entry
    looking at part 1 (offset 0, size 0, type 0x00)
    new part entry
    looking at part 2 (offset 0, size 0, type 0x00)
    new part entry
    looking at part 3 (offset 0, size 0, type 0x00)
    new part entry
    Exiting MS-DOS parser
    MSDOS partition table detected
    containing partition table scheme = 0
    Warning: Device /dev/sdb has a logical sector size of 4096.  Not all parts of GNU Parted support this at the moment, and the working code is HIGHLY EXPERIMENTAL.
    
    got it
    got disk
    Error: Can't have a partition outside the disk!
    ped_partition_new() failed
    Since the iomega stuff wasn't deleted it is now giving me problems, because I can't create a partition.

    Does anyone know how to workaround this?

    the iomega stuff is has a virtual cd

  2. #2
    Join Date
    Jul 2005
    Location
    I think I'm here! Maybe?
    Beans
    Hidden!
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: ca'nt creat partition in iomega disk

    Try using gparted on the live CD/USB.

    Open up the iomega disk in gparted and go to Device ->Create partition table. That will warn you that everything on the disk will be lost, but as that doesn't matter to you, accept it and go ahead making an ms-dos partition table (the default for gparted).

    You should now have an unallocated disk and can then make a new partition or partitions on it in whatever format type you want.

  3. #3
    Join Date
    Aug 2010
    Location
    Between Heatsink and CPU
    Beans
    538
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: ca'nt creat partition in iomega disk

    I recently bought 2 x Iomega eGo 1Tera for a customer who wanted it for simple backups rotations. I ran into several issues because of the encryption and the VirtualCD partition.

    After calling Iomega support, they gave me some links to :

    1. Remove the encryption from the USB 3.0 drive:
    https://iomega-na-en.custhelp.com/ap.../kw/encryption

    2. Remove the CD Partition on the drive:
    https://iomega-na-en.custhelp.com/ap...tion/related/1

    I was then able to do whatever I wanted with the drive.

    Hope this helps

    ** My Blog
    **

  4. #4
    Join Date
    Jun 2010
    Location
    Portugal
    Beans
    337
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: ca'nt creat partition in iomega disk

    1 - ajgreeny it was a nice idea, I was able to format the drive and create a ext4 partition, but when I mount the drive in any computer I'm not able to write. --> read only file system

    2 - a79 great advice, I had already stumble on that FAQ, and it solved one of my problems with the drive. --> There's no more iomeg virtual cd on it

    Now, I got the drive clean, but I'm not being able to format the entire partition to ext4. With disk utility it keeps formating forever and it never ends, with gparted I get a read only filesystem...

  5. #5
    Join Date
    Jul 2005
    Location
    I think I'm here! Maybe?
    Beans
    Hidden!
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: ca'nt creat partition in iomega disk

    The permissions will all be wrong for the ext4 partition and for ease I suggest you both make and then label the ext4 partition using gparted. Call it iomega.

    Now you need to change the ownership of the disk/partition to you so attach it so it mounts then use .
    Code:
    sudo chown -R username:username /media/iomega
    And set read write and excecute permissions for anybody
    Code:
    sudo chmod -R 777 /media/iomega
    This will allow full access to any directories and subdirectories on the disk for anyone and should work on any Linux machine.

    Make sure you get the mountpoint right or you could cause big trouble, and sustitute your own username where I have used username.

  6. #6
    Join Date
    Mar 2010
    Location
    Woonsocket, RI USA
    Beans
    3,195

    Re: ca'nt creat partition in iomega disk

    What version of Ubuntu are you using? I recall a thread recently in which a person found that the support for disks with 4096-byte sectors was messed up in a slightly older version of Ubuntu (maybe 10.04, but I don't recall correctly). Upgrading to a more recent kernel, or maybe a whole Ubuntu upgrade, fixed the problem. You could test this out by using a "live CD" for a more recent version if you're running an older one.
    If I've suggested a solution to a problem and you're not the original poster, do not try my solution! Problems can seem similar but be different, and a good solution to one problem can make another worse. Post a new thread with your problem details.

  7. #7
    Join Date
    Aug 2010
    Location
    Between Heatsink and CPU
    Beans
    538
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: ca'nt creat partition in iomega disk

    That's a good suggestion ajgreeny gave you. I would add, have a look here:

    https://bbs.archlinux.org/viewtopic.php?id=114025

    Maybe manual formatting and mounting would help you....

    ** My Blog
    **

  8. #8
    Join Date
    Jun 2010
    Location
    Portugal
    Beans
    337
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: ca'nt creat partition in iomega disk

    Problem solved...

    I was able to recover the HD with iomega software in widowz, next I got back to ubuntu and formated that partition using the disk utility...

    Now I got the HD without the Iomeg virtual cd and ext4 formated

    Thank you all

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •