LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 07-14-2022, 11:00 PM   #1
aesc
Member
 
Registered: Jul 2022
Location: Sacramento, California
Distribution: Kubuntu (Ubuntu+KDE)
Posts: 45

Rep: Reputation: 2
Hello everyone. I'm looking for an easy to use click on the icon, format the drive utility.


I want to be able to insert a USB Flash Drive, click on an Icon and then click Format. No command line, just a click or two. I'm using Solus/KDE Plasma which comes with KDE Partition Manager which isn't very intuitive or nice. I was looking at MintStick, but it might not work on Solus, and it doesn't look like it's easy for a beginner like me to install.
 
Old 07-15-2022, 01:00 PM   #2
smallpond
Senior Member
 
Registered: Feb 2011
Location: Massachusetts, USA
Distribution: Fedora
Posts: 4,138

Rep: Reputation: 1263Reputation: 1263Reputation: 1263Reputation: 1263Reputation: 1263Reputation: 1263Reputation: 1263Reputation: 1263Reputation: 1263
Do you want the drive to be portable to Windows and Mac systems? If so, you want to create a single msdos partition and format it with a vfat/fat32 filesystem. This is the way most USB drives are formatted now. Old smaller drives used fat16.

Unfortunately, there are lots of reasons to use other formats for specific purposes so programs that do this are unlikely to have the one-click option you are looking for. They will also want to provide you with a bunch of options that you don't care about like volume labels and system information files, because programmers are always surprised when people don't want more options.

Anyway, the way to do this in KDE partitionmanager is not one-click:
  • Start partitionmanager
  • Enter password
  • Make sure to select the correct disk!!!! Should say something like USB Flash Memory
  • Click New Partition Table - select MS-Dos - hit OK
  • Double click the free space to bring up the New Partition Dialog
  • Leave most defaults - Primary partition, size is entire disk, just change File System to Fat32 - hit OK
  • If it looks right, and you're sure its the right disk, click Apply
 
1 members found this post helpful.
Old 07-15-2022, 01:44 PM   #3
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,486

Rep: Reputation: 2485Reputation: 2485Reputation: 2485Reputation: 2485Reputation: 2485Reputation: 2485Reputation: 2485Reputation: 2485Reputation: 2485Reputation: 2485Reputation: 2485
The most common GUI partition editor for Linux I am aware of is GParted. You can download and install it from the site below.

https://solus.pkgs.org/rolling/solus..._64.eopkg.html

GParted has an online manual at the link below. Open/run Gparted and select the drive from the drop down list in the upper right and simply select the drive/partition to format and select to format and the filesystem type. You should not have any problem understanding the detailed instructions the manual. There is a section on Selecting a partition and another on formatting it along with a number of other actions..

https://gparted.org/display-doc.php%...%3Dhelp-manual
 
1 members found this post helpful.
Old 07-15-2022, 03:12 PM   #4
aesc
Member
 
Registered: Jul 2022
Location: Sacramento, California
Distribution: Kubuntu (Ubuntu+KDE)
Posts: 45

Original Poster
Rep: Reputation: 2
Quote:
Originally Posted by yancek View Post
The most common GUI partition editor for Linux I am aware of is GParted. You can download and install it from the site below.

https://solus.pkgs.org/rolling/solus..._64.eopkg.html

GParted has an online manual at the link below. Open/run Gparted and select the drive from the drop down list in the upper right and simply select the drive/partition to format and select to format and the filesystem type. You should not have any problem understanding the detailed instructions the manual. There is a section on Selecting a partition and another on formatting it along with a number of other actions..

https://gparted.org/display-doc.php%...%3Dhelp-manual
I'm not looking for a Partition Manager, I'm looking for a Format Utility. Thank you
 
Old 07-15-2022, 03:18 PM   #5
aesc
Member
 
Registered: Jul 2022
Location: Sacramento, California
Distribution: Kubuntu (Ubuntu+KDE)
Posts: 45

Original Poster
Rep: Reputation: 2
Quote:
Originally Posted by smallpond View Post
Do you want the drive to be portable to Windows and Mac systems? If so, you want to create a single msdos partition and format it with a vfat/fat32 filesystem. This is the way most USB drives are formatted now. Old smaller drives used fat16.

Unfortunately, there are lots of reasons to use other formats for specific purposes so programs that do this are unlikely to have the one-click option you are looking for. They will also want to provide you with a bunch of options that you don't care about like volume labels and system information files, because programmers are always surprised when people don't want more options.

Anyway, the way to do this in KDE partitionmanager is not one-click:
  • Start partitionmanager
  • Enter password
  • Make sure to select the correct disk!!!! Should say something like USB Flash Memory
  • Click New Partition Table - select MS-Dos - hit OK
  • Double click the free space to bring up the New Partition Dialog
  • Leave most defaults - Primary partition, size is entire disk, just change File System to Fat32 - hit OK
  • If it looks right, and you're sure its the right disk, click Apply
Not the answer to the question I asked, but thank you anyway. I guess I'll just have to find someone who knows how to install MintStick, that is if it will work in Solus.

Last edited by aesc; 07-15-2022 at 03:58 PM.
 
Old 07-15-2022, 04:14 PM   #6
Debian6to11
Member
 
Registered: Jan 2022
Location: Limassol, Cyprus
Distribution: Debian
Posts: 382
Blog Entries: 1

Rep: Reputation: 71
In case you cannot install MintStick you might want to try gnome-dik-utility, which you may find simpler than KDE partition manager or GParted which are more or less the same. Still not a one click solution, but it does not take more than a couple of minutes with any of these applications. If you want a faster approach try the terminal.
 
Old 07-15-2022, 04:52 PM   #7
aesc
Member
 
Registered: Jul 2022
Location: Sacramento, California
Distribution: Kubuntu (Ubuntu+KDE)
Posts: 45

Original Poster
Rep: Reputation: 2
Quote:
Originally Posted by Debian6to11 View Post
In case you cannot install MintStick you might want to try gnome-dik-utility, which you may find simpler than KDE partition manager or GParted which are more or less the same. Still not a one click solution, but it does not take more than a couple of minutes with any of these applications. If you want a faster approach try the terminal.
Hello, looks like mintstick can be installed, but I don't know how, I'm quite new with Linux. http://packages.linuxmint.com/pool/m...pt-config-kde/
 
Old 07-15-2022, 10:29 PM   #8
Debian6to11
Member
 
Registered: Jan 2022
Location: Limassol, Cyprus
Distribution: Debian
Posts: 382
Blog Entries: 1

Rep: Reputation: 71
I am not familiar with Solus. Since you are trying this package I assume it is a Debian derivative.

deb packages can be installed from a terminal by using the "dpkg -i <package>" command.
dpkg does not install dependencies. If it has any you have to install them manually.

Code:
man dpkg
Edit. https://www.debian.org/doc/manuals/d...basics.en.html
https://en.wikipedia.org/wiki/Dpkg

Last edited by Debian6to11; 07-15-2022 at 10:35 PM.
 
Old 07-16-2022, 12:00 AM   #9
aesc
Member
 
Registered: Jul 2022
Location: Sacramento, California
Distribution: Kubuntu (Ubuntu+KDE)
Posts: 45

Original Poster
Rep: Reputation: 2
Quote:
Originally Posted by Debian6to11 View Post
I am not familiar with Solus. Since you are trying this package I assume it is a Debian derivative.

deb packages can be installed from a terminal by using the "dpkg -i <package>" command.
dpkg does not install dependencies. If it has any you have to install them manually.

Code:
man dpkg
Edit. https://www.debian.org/doc/manuals/d...basics.en.html
https://en.wikipedia.org/wiki/Dpkg
I haven't tried it yet, and yes there are dependencies. I tried a sudo command but it didn't work, I have virtually no experience with installing different apps on Linux. Solus is real quick, very fast on my small Micro$oft Surface Go Laptop.

Last edited by aesc; 07-16-2022 at 12:03 AM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Computer detecting right-click as left-click, left-click as left-click and middle with 2 fingers pressed as right-click Festerdam Linux - Newbie 5 06-19-2017 05:41 PM
Utility for Disk Usage / Treesize utility teknoratti Linux - Software 1 06-08-2011 02:53 AM
[SOLVED] Looking for a good/easy-to-use Ebook cataloging/indexing app to use in slackware linuxs64 Slackware 2 06-28-2010 06:06 AM
Looking for light, automated shred/partition/format utility Aud1073cH Linux - Newbie 2 04-26-2007 12:21 PM
"multiboot utility" and "dell utility partition" on dell i5150 xround Linux - Laptop and Netbook 5 04-21-2005 09:19 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 05:56 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration