Linux partition manager?
It'll just be a frontend for cfdisk and mkfs anyway.
but generally, yes in both DOS and Linux, externals are treated as ordinary drives.
never did understand people wanting to fidget about with a mouse for ages when you can just tell the machine what you want it to do, it's probably what I like about linux really.
mke2fs -j /dev/sdd1
As long as you know what drive and partition you're using.
A good way to tell is to type......
ls /dev/sd
and press tab a couple of times
That will show all the serial discs and their partitions. Then plug the external in and do it again, instantly you can see what the actualy device is called.
One thing that annoys people new to Linux us being told to RTFM, mainly because, from a windows background most people consider manuals to be a waste of bytes, which many windows manuals are. The man pages on the other hand (once, as I said, you figure out the general way they look and work) really do tell you everything you need to use the program, from the most basic function to jedi level.
Example.........
In Windows, go to WMP's menus and bring up it's help pages.
Now in Linux, type "man mplayer" or "man xine" or man whatever media player is installed.
The reason I mention the manuals again is that there is at least one other option that needs to be investigated. When formatting in ext2/3, the format will leave a certain percentage of space unusable by anyone but root (or system level processes runnning as root),this is in case it's your / drive....not being able to write to / = seriously annoyed penguin. You don't need to reserve anything really on an external data drive, but leaving a tiny bit wont hurt, certainly not the massive amounts it wants to reserve by default.
something like 0.1% is enough.
I shall leave it as a challenge for the OP to run "man mke2fs" and ascertain how to specify the reserved space.