Re: Multiple partitions on external USB HDD?



Dances With Crows wrote:
Hendric Stattmann staggered into the Black Sun and said:
I have recently bought a 2.5" external USB disk, 120G. It comes with
one FAT32 partition. I want to use it as backup for one Win XP and
one Linux (Suse 10.2) box.

Unfortunately, FAT32 does not allow files bigger than 4GB, and I
[couldn't get] the tar option "--multi-volume" to work with a single
medium. (If someone would be able to give me a hint there

tar cO (dirs to tar up) | split --bytes=4000000000 - filename

...splits tar's output into chunks slightly smaller than 4G into
filenameaa , filenameab, filenameac ... filenamezz. "cat filename* |
tar xf -" to restore.

does [kernel] 2.6.18 handle NTFS writing in a way that I can safely
write ~15 GB tar files on it?

Install and use ntfs-3g and the FUSE package and kernel module. It has
worked pretty well for me, but I was only using it for small things and
to see if it worked. There may be unresolved problems and you might run
into those--caveat user.

Would SuSE 10.2 properly recognize, i.e. (auto)mount a [USB device
with multiple partitions, one FAT32, one ext3]?

Automounters suck, but I think it'd work appropriately. HTH,


yes they DO suck.

I prefer a fix mount-point in /etc/fstab.

Using /dev/disk/by-uuid helps with the problem of changing device names with usb-devices

Olaf
.



Relevant Pages

  • Re: FAT32 Problems
    ... I could read to the FAT32 drive but I could not ... writing to my FAT32 partition but Konqueror, Krusader, & Midnight ... Something may have happened to the SuSE mechanism whereby partitions are ... tried the GIMP but it's far from easy), & reading from & writing to CDs ...
    (alt.os.linux.suse)
  • DOS doesnt work anymore!
    ... My OmniBook started making burnt-plastic smells so I got a new laptop. ... Wipe the disk, format it as FAT32, and reinstall XP. ... Make a FAT32 partition, install another copy of XP in it. ...
    (microsoft.public.windowsxp.help_and_support)
  • Re: C: drive unusually small
    ... reports a C: total size of about 28 GB, with only 1 Gig or so free. ... HP_PAVILION followed by 20 GB FAT32 Healthy for HP_RECOVERY ... If I right click on the unallocated space I can get to ... And what about the 7 GB difference on the FAT32 partition? ...
    (comp.sys.ibm.pc.hardware.storage)
  • Re: Multiple partitions on external USB HDD?
    ... one FAT32 partition. ... Unfortunately, FAT32 does not allow files bigger than 4GB, and I ... Part of the issue is interference between hotplug and fstab mount points. ...
    (comp.os.linux.hardware)
  • Re: Multiple partitions on external USB HDD?
    ... one FAT32 partition. ... Unfortunately, FAT32 does not allow files bigger than 4GB, and I ... write ~15 GB tar files on it? ... How many surrealists does it take to change a light bulb? ...
    (comp.os.linux.hardware)