> > I have access to a USB hard-drive, but for various reasons,
> I need to
> > keep it basically intact and it's currently a FAT file
> system. I could
> > probably invest in a pen drive, but I'd rather mess around with my
> > existing equipment first.
> >
> dd if=/dev/zero of=/mnt/vfat/ext3.img bs=1M count=1024
> mke2fs -j /mnt/vfat/ext3.img
> modprobe loop
> losetup /dev/loop0 /mnt/vfat/ext3.img
> mount /dev/loop0 /data
> or
> mount -o loop /mnt/vfat/ext3.img /data
>
I wondered if there was something like that I could do. That is very
nice indeed. I believe we have a winner.
Thanks,
Dale.
Maintained by the ILUG website team. The aim of Linux.ie is to
support and help commercial and private users of Linux in Ireland. You can
display ILUG news in your own webpages, read backend
information to find out how. Networking services kindly provided by HEAnet, server kindly donated by
Dell. Linux is a trademark of Linus Torvalds,
used with permission. No penguins were harmed in the production or maintenance
of this highly praised website. Looking for the
Indian Linux Users' Group? Try here. If you've read all this and aren't a lawyer: you should be!