Tagged Questions
3
votes
1answer
1k views
Convert .ISO to .IMG in terminal (Mac) (Linux)
I am trying to make a bootable flash drive with Linux on it for my Mac. I have Ubuntu desktop downloaded, and it is in my downloads. The instructions on the Ubuntu website tell me I need to convert ...
2
votes
0answers
131 views
Are there any tools to test MTD/JFFS2 for Linux 2.4 kernels
I have some issues with a platform I support and I suspect memory problems. I wanted to check the Flash parts using some MTD JFFS2 test tools, I found a link to a bunch on this site.
However they ...
4
votes
3answers
1k views
Which Linux file systems for USB sticks?
For Linux desktops, when Windows compatibility is not an issue, which file system is preferred for USB sticks? For example ext2, ext3, ext4, btrfs, nilfs, or even NTFS? Would journaling wear them out ...
1
vote
2answers
246 views
Embedded device: How to do raw reads and write to flash (emmc/movinand) bypassing file system cache
I have an embedded device with a flash memory running linux.
I want to do raw read writes on the flash part but I also want to avoid any file system cache. How can I do this? Any pointers?
5
votes
5answers
4k views
How can I low-level format flash memory in Linux?
My friend was having problems with a USB flash drive, and I suggested he do a low-level format. Then it occurred to me that I don't even know how to do that in Linux. So... how can I low-level ...
5
votes
2answers
784 views
How to tweak Linux to run reliably on flash memory?
Since flash memory only has a limited number of writes, what tweaks are necessary for installing a Linux system onto flash media so that the OS can run reliably for a long period of time?
Some ...
8
votes
2answers
265 views
Connect alauda driver to an mtd device
I have a USB card reader, an Olympus MAUSB-10. It provides direct flash access to SmartMedia or xD cards, using the Linux alauda driver. This is different from a typical card reader which just ...