IOCTL call error when trying to format an SD card
Found an SD card (1GB) lying around. Thought I might pop that into my card reader and see if anything is on it. Nothing. There isn't even a file system on it.
I right-click and go "format" but nothing happens. So I try in command.
> format f:
I...
Have to eject DVD after every write with growisofs
I am writing files to a DVD with growisofs once a day. Each time I append to the DVD, I have to eject the DVD and then re-load the DVD in order to see the file I just wrote. I am using RHEL 5.0 and to initialize a blank DVD, I use the command:
growisofs -Z /dev/dvd -rJ -...