[maemo-developers] [maemo-developers] Re: Span filesystem across both SD cards?
From: Marius Gedminas marius at pov.ltDate: Fri Feb 2 17:31:02 EET 2007
- Previous message: [maemo-developers] Re: Span filesystem across both SD cards?
- Next message: [maemo-developers] Re: Span filesystem across both SD cards?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Fri, Feb 02, 2007 at 04:25:30PM +0100, Zoran Kolic wrote:
> > And now that I've learned all that much, I created the wrong symlinks: I
> > cp'ed /usr to the MMC, and then made the wrong link: ln -s /media/mmc2/usr
> > /usr. Yes, now I know it should be the reverse way, but do not understand
> > why.
>
> That's it! Don't warry about. You have option to symlink whole directory:
> ln -s /usr/bin /media/mmc2/usr/bin
Wrong. ln is like cp: it takes the existing path first, and makes it
appear at the destination, which you supply second.
The command you wrote would create a symlink in /media/mmc2/usr/bin,
pointing to /usr/bin.
Marius Gedminas
--
If the code and the comments disagree, then both are probably wrong.
-- Norm Schryer
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://lists.maemo.org/pipermail/maemo-developers/attachments/20070202/e49902ae/attachment.pgp
- Previous message: [maemo-developers] Re: Span filesystem across both SD cards?
- Next message: [maemo-developers] Re: Span filesystem across both SD cards?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
