I'm seriously at a loss on this one. I wanted to zero out my usb drive the other day so I copied & pasted the command but my terminal emulator spat back an error saying the target device is not found (...or something to that effect, I don't remember the exact error.) The command in question:
Code:
sudo shred -vzn 0 /dev/sdd
...there's no fancy quotation marks, "sdd" is the actual usb drive listed in "disks", and yes -- that '0' is really a '0' not 'O'. The copy function did not include the carriage return character. I don't seem to recall this happening on MATE so my first guess is an anomaly in xfce4-terminal -- the default emulator in xfce. I then copied and pasted both commands into xed (i forgot which text editor fork this is based off of) to confirm both are textually-identical using ctrl+f and then comparing the strings.
Does anyone have a clue on this?