S.U.F.F. - SUSE USB Floppy Formatter - Version 1.30
by , 10-Sep-2011 at 16:28 (3534 Views)
After one of our users had issues formatting a USB connected floppy disk, it came to me that I might want to automate this procedure. This works with openSUSE 12.2 & 12.3!
![]()
Please find below my bash script I called S.U.F.F. for SuSE USB Floppy Formatter. S.U.F.F. requires no run time parameters, it can install the required ufiformat if allowed, should it be missing. All floppy disk sizes are support as well as setting a volume label when complete.
To create suff, Copy and Paste the text of this script into a text editor and save it as the file suff in your home area bin folder (~/bin/suff). The script is too large to be posted in a message here and is now included in SUSE Paste.
S.U.F.F. - SUSE USB Floppy Formatter - Version 1.30
Open the above Link in a new Tab. Select the Download option in the top right and then select Open with Kwrite or other text editor and then save the bash script text file as ~/bin/suff. It is possible to directly download suff using the following terminal command (You must delete or rename the old version of suff first should one exist):
Code:rm ~/bin/suffTo mark S.U.F.F. executable, open up a terminal session and run the following command:Code:wget -nc http://paste.opensuse.org/view/download/903210 -O ~/bin/suff
It is even possible to string all three of these commands together as one. Copy the following command, open up a terminal session, paste it in and press enter:Code:chmod +x ~/bin/suff
To use S.U.F.F. , just open up a terminal session and type:Code:rm ~/bin/suff ; wget -nc http://paste.opensuse.org/view/download/903210 -O ~/bin/suff ; chmod +x ~/bin/suff
If you have any issues or comments about the S.U.F.F. bash script file, please let me know. SUFF does not yet work with openSUSE 12.1 because the ufiformat package is not yet in the repositories.Code:suff
Thank You,
Blogs: asroot : Bash : Packet Filter : C.F.U. : GPU's : fewrup : F.S.M. : H.I. : nVIDIA : LNVHW : N.S.F. : S.A.K.C. : MMCHECK
S.A.S.I. : S.C.L.U. : S.G.T.B. : S.K.I.M. : S.L.A.V.E. : S.L.R.C. : S.T.A.R.T. : S.U.F.F. : SYSEdit : systemd : YaST Power








