
USB memory stick icons
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
I just bought one of these USB memory sticks an wanted to have an icon for it on my desktop to mount and unmount it. But i didn't find any usable icons so I created my own ones, one for mounted and one for unmounted. Nothing special but works for me.
The GIMP .xcf file is inlcuded in the gzip archive.
M15A4
15 years ago
Report
M15A4
15 years ago
I right clicked it and told KDE to use this, but every time i disconnect, then reconnect KDE goes back to the UGLY Default. :(
Report
Xanadu
18 years ago
I guess these devices actully work in "Linux"? Are the kernel modules a "hack" or are they part of Linus' kernel ( or Marcello's kernel)?
/me goes to DL a fresh source package.
Report
Rodion
18 years ago
That said, there are a couple of devices that use their own proprietary format. Fortunately, these are easily recognizable. If the product description says that it works on Mac and Windows without drivers (except for Win98, which has borked USB support and needs drivers), that means that it uses the usb-storage standard and will work with Linux. Otherwise, it's proprietary--don't buy.
The first, the Thumbdrive, was proprietary, which, if you think about it, is pretty stupid and self-defeating. The idea behind the devices is that you can replace floppies with them, but if you need to install drivers on every computer that you want to use it on, you either need a floppy or a net connection. Fortunately, it seems as though no one is making proprietary versions any longer, for precisely this reason, which is very good news indeed.
If you are interested in buying one, I would recommend looking at one that supports USB 2.0. They sould downgrade gracefully to USB1 without a problem, but if you do have USB2, then they are a lot faster.
Report
sunfire
18 years ago
I'm using Debian for which a ready to use hotplug-package is available. For SuSE I know it's available, too.
If everything is installed correctly the USB memory stick will be made available as the first free scsi device (most times /dev/sda) which you can mount with
mount /dev/sda /mnt/usbhd
Or better make an entry in your /etc/fstab:
/dev/sda /mnt/usbhd auto noauto,rw,user,exec 0 0
Report
fab
18 years ago
thanx
Fab
Report
Rodion
18 years ago
Report