GParted won't partition flash drive -- can't get past "set disklabel"
Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Gparted generally gives output back to the user, either in the GUI, or in a console if Gparted was started from there.
Have you got any error messages you can give us?
Also check the /var/log/ syslog or kernel.log or after trying the Gparted thing, type: dmesg | tail and give us that output.
Also check the /var/log/ syslog or kernel.log or after trying the Gparted thing, type: dmesg | tail and give us that output.
I am still learning how to use the console. This makes no sense to me and did not work when I tried it (bash: /var/log/: No such file or directory)
Also: I used a different flash drive and was able to get to the stage where you select the size and type of the partitions to be created. However, when I tried to create the partitions I got an error message pointing me to this website
I followed the directions on the website, only to get the "no such file or directory" error.
I am still learning how to use the console. This makes no sense to me and did not work when I tried it (bash: /var/log/: No such file or directory)
Also: I used a different flash drive and was able to get to the stage where you select the size and type of the partitions to be created. However, when I tried to create the partitions I got an error message pointing me to this website
I followed the directions on the website, only to get the "no such file or directory" error.
Sigh... like your signature, btw!
Sorry, I'll be more concise:
look in /var/log/ with your file browser, and identify the syslog file, and the kernel log file. These files will be where any interesting stuff will appear when doing an operation such as using Gparted on a device.
There are lots of ways of examining the files for the results of the disk operation you are doing. Here's a good way:
Assuming that your syslog file is named 'syslog' then in a console, as root user, type:
tail -f /var/log/syslog
and the console will now FOLLOW (that's the -f option) any new entries in the syslog file, displaying them line by line in the console. Now, while you have this going on, try doing your Gparted stuff, and see what appears on the tailing console.
The other suggestion I gave, using dmesg, will give similar but not necessarily exact same information. So, to see the last stuff trapped by dmesg (which is basically a command to see what's in the kernel's ring buffer (whatever that is)) type in a console:
dmesg
or
dmesg | tail # to just see the last few entries.
In the first section above where I tell you about 'syslog', there is also 'kernel.log' or whatever it's exact name is. This will ALSO give you similar information, though again, not necessarily exactly the same, as the other two methods.
PS - thanks re: the signature (assuming you mean the software design bit); I 'borrowed' it off some other person on some other forum I was on the other day because I liked it too.
I am using Puppy GParted to create an ext2 partition that takes up an entire 117mb-marketed-as-128mb flash drive. Umm, I guess I'm using GRUB (haven't got that far yet!) Right now I'm just experimenting until I get more RAM for my oldest computer.
Quote:
PS - thanks re: the signature (assuming you mean the software design bit); I 'borrowed' it off some other person on some other forum I was on the other day because I liked it too.
Yawn..btw, how do you respond so fast? Do you get the instant email alerts or what?
Were you asking me this? If so..
1) I'm here a lot. Chances are good, if my machine's on, LQ's on a browser tab.
2) No, I don't use email alerts.
3) Checking your 'Subscribed Threads' page will show you threads in bold to which a new post has been added.
4) Also I recommend trying the 'LQ Spy' feature (look in the menu to your right) which monitors posts to LQ in real-time.
you might not have enough ram to even run gparted...
what do you got
64mb?
I have:
a laptop w/ 4GB RAM running Vista
a desktop pc w/ 1GB RAM (came w/256)running XP Home and Ubuntu
a desktop pc w/ 64MB RAM (and about to have 512MB RAM) running nothing
Quote:
Were you asking me this? If so..
oh, sorry, I was asking linus72 but whatever... I'll try LQ Spy if I don't fall aslee49edddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd dddddddddddddddddddddddddddddddddddddddddd
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.