Author Topic: Big LiveUSB problem  (Read 1025 times)

Offline scbs29

  • Full Member
  • ***
  • Posts: 224
Big LiveUSB problem
« on: June 12, 2011, 03:43:52 PM »
Following on from my earlier post
http://www.pclinuxos.com/forum/index.php/topic,92604.0.html

Posted this in Gnome forum but thought I would also try here

Tried to install PCLos XFCE to a 16Gb usb stick.
I ran PCLinuxOS Live USB Creator from my main Gnome installation.
I was informed that the usb stick needed to be formatted and to use
Control Centre - Local Disks - Manage Disk Partitions.
I did this and formatted the stick with the only ext format available in
this option - ext4.
I then ran PCLinuxOS Live USB Creator again and was informed that

The partition that you have chosen does not appear to be supported for this install.
When we checked it reported its filesystem as not ext2 or ext3.
Please check the partitioning scheme on your device.
We will now abort this installation.

If I can only format as ext4 and the USB creator will only accept ext2 or ext3, where
do I go from here ?
Advice please.
TIA
Registered Linux User 490858

Offline Dragynn

  • Hero Member
  • *****
  • Posts: 1436
  • Abide.
Re: Big LiveUSB problem
« Reply #1 on: June 12, 2011, 04:06:49 PM »
Use g-parted, should be in your menu, if not it's in synaptic, it will format to whatever you like :)
This aggression will not stand man.

Offline Old-Polack

  • Administrator
  • Super Villain
  • *****
  • Posts: 11598
  • ----IOFLU----
Re: Big LiveUSB problem
« Reply #2 on: June 12, 2011, 04:16:33 PM »
Following on from my earlier post
http://www.pclinuxos.com/forum/index.php/topic,92604.0.html

Posted this in Gnome forum but thought I would also try here

Tried to install PCLos XFCE to a 16Gb usb stick.
I ran PCLinuxOS Live USB Creator from my main Gnome installation.
I was informed that the usb stick needed to be formatted and to use
Control Centre - Local Disks - Manage Disk Partitions.
I did this and formatted the stick with the only ext format available in
this option - ext4.
I then ran PCLinuxOS Live USB Creator again and was informed that

The partition that you have chosen does not appear to be supported for this install.
When we checked it reported its filesystem as not ext2 or ext3.
Please check the partitioning scheme on your device.
We will now abort this installation.

If I can only format as ext4 and the USB creator will only accept ext2 or ext3, where
do I go from here ?
Advice please.
TIA


You could use the command line.

[root@localhost ~]# mkfs -t ext3 /dev/sdxn              <Enter>

Replace x with the appropriate drive letter and n with the appropriate partition number.
Old-Polack

Of what use be there for joy, if not for the sharing thereof?



Lest we forget...

Offline Just17

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 10696
  • MLUs Forever!
Re: Big LiveUSB problem
« Reply #3 on: June 12, 2011, 04:54:02 PM »
Quote
I did this and formatted the stick with the only ext format available in
this option - ext4.

You must have missed the others .....  they are there on this install.

"Journalised ext3"  for instance

You may need to Toggle to Expert Mode, and from there select Type .....  Journalised ext3

regards.
MLUs rule the roost!

Linux XPS 3.4.38-pclos1.bfs  64 bit
Intel Core2 Quad CPU Q9450 @ 2.66GHz
4 GB RAM
MCP51 High Def Audio
GeForce GTX 550 Ti
PHILIPS  ‎DVD+-RW DVD8701
‎Logitech ‎BT Mini-Receiver
Afatech DTT

Offline Crow

  • Hero Member
  • *****
  • Posts: 8773
  • OBJECTS IN MIRROR... ARE LOSING
Re: Big LiveUSB problem
« Reply #4 on: June 12, 2011, 05:40:06 PM »
Use g-parted, should be in your menu, if not it's in synaptic, it will format to whatever you like :)

+1

I use ext3

Some USB Sticks needs that you fix the partition table, gparted is good for that task
« Last Edit: June 12, 2011, 05:42:48 PM by Crow »
I shall pass this way but once;
any good therefore that I can do,
or any kindness that I can show
let me not defer nor neglect it,
for I shall not pass this way again.

Linux User #330412

Offline pclinmike

  • Hero Member
  • *****
  • Posts: 637
  • I Only 'Clean' Windows !.
Re: Big LiveUSB problem
« Reply #5 on: June 12, 2011, 06:01:56 PM »
I also use 'GParted' to format my USB stick to 'FAT16' and then use 'UNetbootin'  (which I like better)  to copy my iso file to the stick.
Both are in 'Synaptic' .

Michael.
From South-Derbyshire, England.U.K.Earth.

I Normally Do A Search Before I Post A New Question !.

Thanks to all who replied to my posts.

Offline Neal ManBear

  • Administrator
  • Super Villain
  • *****
  • Posts: 15847
  • LXDE! Coffee, Bacon and Cheesecake!
Re: Big LiveUSB problem
« Reply #6 on: June 12, 2011, 07:37:03 PM »
This isn't a "big" problem. Simply format your stick to ext3 using one of the methods described above and run PCLinuxOS LiveUSB Creator. It really is that easy.

Offline scbs29

  • Full Member
  • ***
  • Posts: 224
Re: Big LiveUSB problem
« Reply #7 on: June 13, 2011, 10:45:31 AM »
Thanks for the reply.
I have sorted it out and now have XFCE installed on a usb stick.
I am, however, experiencing horrendous problems, which I will start a new post with.
Registered Linux User 490858