sslug-teknik team mailing list archive
-
sslug-teknik team
-
Mailing list archive
-
Message #26452
Re: Klone windows harddiske
----- Original Message -----
From: "Sune Rastad Bahn" Monday, August 21, 2000 1:27 PM
Subject: Re: [TEKNIK] Klone windows harddiske
> > > > Det så ud til at lykkes, bortset fra, at den
> > > > sprang ø-filer over, og gik ned undervejs.
> > >
> > > Det lyder som om tar ikke kan håndtere win partitioner særlig
> > > fremragende..en bug report værdigt måske ?
> >
> > Jeg tror mere på, at det er et vfat problem. Måske nogle passende
> > options, når vfat partitionen mountes?
>
> Tjah, man mount giver vfat option
> uni_xlate
> Translate unhandled Unicode characters to special
> escaped sequences. This lets you backup and
> restore filenames that are created with any Unicode
> characters. Without this option, a '?' is used when
> no translation is possible. The escape character is
> ':' because it is otherwise illegal on the vfat
> filesystem. The escape sequence that gets used,
> where u is the unicode character, is: ':', (u &
> 0x3f), ((u>>6) & 0x3f), (u>>12).
>
>
> Måske det kan bruges?
Jeg tror det er løsningen:
mount -t vfat -o uni_xlate /dev/hda1 /mnt/hda
mvh...
Morten Christensen
References