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.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Sorry, im not sure if this is a duplicate but i havent been able to find anything that fits my current problem. i have a flashdrive which mounts as two seperate flashdrives and i would like to know if i can format/partition it back into one flash drive.
i am able to edit/delete/format/partition the first usb mount, but the second always mounts as a ro usb. i have tried various methods to try and fix it in the command line, ive tried to use gparted, disks, ect. am i doing something wrong or is it just not possible?
i only have access to Bodhi linux until i can figure out how to make the usb "whole"
The short answer is it depends. Some manufactures like Sandisk produced a series of drives called U3. They also had a special partition that was unusable in linux but you could delete it using a special Windows program you could download. Others do not have an option to be removed but basically normal partitioning/formatting tools will not work.
the only thing on the flash drive that it says is Learning Clicks, and i did try to use the
sudo dd if=/dev/zero of=/dev/sd command but it said that it requires write priveiges or something along those lines and the same with gparted :/
-Enguarde:~$ lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 004: ID 8087:07dc Intel Corp.
Bus 001 Device 003: ID 04f2:b471 Chicony Electronics Co., Ltd
Bus 001 Device 008: ID abcd:1234 Unknown
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
from what i could tell from removing the usb is that it registers as
Bus 001 Device 003: ID 04f2:b471 Chicony Electronics Co., Ltd
Bus 001 Device 008: ID abcd:1234 Unknown
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,672
Rep:
Quote:
Originally Posted by ivanS123
the only thing on the flash drive that it says is Learning Clicks, and i did try to use the
sudo dd if=/dev/zero of=/dev/sd command but it said that it requires write priveiges or something along those lines and the same with gparted :/
To dd to a drive requires root priveledges so means logging in as root or usinf sudo or su.
That said, what does gparted show on the drive? How big are the partitions and what are they labelled, and which file system?
A quick google pops up a company called ALIS (website URL contains Alberta) that has an interactive multimedia tool on a flash drive called Learning Clicks. So it is possible that your flash drive is not "normal". I looked through a few of the USB vender databases and there isn't anything registered for a b471 device although that does not mean much. Chicony makes electronics i.e cameras, keyboards etc but not sure about regular flash drives although the information could be out of date.
In addition the drive could be corrupted or broken.
Looks like your sda1 is 1.4 GB and the GalliumOS ISO files only about 1 GB so do you really need the extra space? It also looks like you tried copying the ISO to the drive. What method did you use? Were there any error messages.
Looks like your sda1 is 1.4 GB and the GalliumOS ISO files only about 1 GB so do you really need the extra space? It also looks like you tried copying the ISO to the drive. What method did you use? Were there any error messages
the sda1 has the right size beside it but the sdb has an unused 3.5GB(or so), when i look at its partition, that id like to be able to use as one whole usb
and the iso did fit on the usb but i couldnt boot from it after i tried to burn it i UNetbootin
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.