Skip to main content

All Questions

Tagged with
0 votes
2 answers
584 views

restore dd image to another usb stick failed

I'm trying to create a dd image which contains two partition. The first is a ext3,(19MB) the 2nd is fat32.(16MB) I use one 512M usb stick to create image. And use dd if=/dev/sdc of=image.dd bs=1M ...
Daniel YC Lin's user avatar
2 votes
1 answer
3k views

formatting ext3 to fat32/ntfs on windows 7

In a failed attempt to install Linux Mint on an external hard drive, I damaged the disk. Now, it does not show up in the 'My Computer' folder or in Disk Management. I speculate it might have to do ...
Utkarsh5's user avatar
5 votes
2 answers
7k views

How can I format an SD card with a more robust Linux-usable filesystem with a specific cluster size for better write performace?

Goal: microSD card formatted... for best write performance for use only with embedded Linux for better reliability (random power failures may occur) using an 64kB cluster size I'm using an 8GB ...
Harvey's user avatar
  • 751
5 votes
1 answer
1k views

Disk fragmentation on Linux

Do I have to de-fragment my ext3 and FAT32 filesystems on Linux? And if yes how?
oneat's user avatar
  • 3,371
1 vote
1 answer
2k views

Copy directory from ext3 to FAT32 ignoring symlinks, pipes, etc

I'm trying to write a shell script in which I recursively copy a directory to a USB stick. I need the return value of the copy operation for error-checking purposes. I've tried cp -a /var/mydir /...
user17867's user avatar
  • 113