Re: Making a link to a dir on another partition
From: ynotssor ("ynotssor")
Date: 01/24/04
- Next message: Cameron Simpson: "Re: Making a link to a dir on another partition"
- Previous message: Chris Mantoulidis: "Re: Windows 95, 98 or XP on Linux - Questions about Virtual Machines"
- In reply to: Chris Mantoulidis: "Making a link to a dir on another partition"
- Next in thread: Cameron Simpson: "Re: Making a link to a dir on another partition"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 24 Jan 2004 12:50:59 -0800
"Chris Mantoulidis" <cmad_x@yahoo.com> wrote in message
news:a8587dd9.0401240541.79415dba@posting.google.com
> Here's what I do:
>
> $ cd ~/data
> $ link web /mnt/files/web
> link: cannot create link `web' to `/mnt/files/web': Invalid cross
> device link.
>
> I don't know what to do to solve that... Is there a way? If yes, what
> is it?
$ cd ~/data
$ ln -s /mnt/files/web web
"man ln" for more information.
tony
-- use hotmail for any email replies -----= Posted via Newsfeeds.Com, Uncensored Usenet News =----- http://www.newsfeeds.com - The #1 Newsgroup Service in the World! -----== Over 100,000 Newsgroups - 19 Different Servers! =-----
- Next message: Cameron Simpson: "Re: Making a link to a dir on another partition"
- Previous message: Chris Mantoulidis: "Re: Windows 95, 98 or XP on Linux - Questions about Virtual Machines"
- In reply to: Chris Mantoulidis: "Making a link to a dir on another partition"
- Next in thread: Cameron Simpson: "Re: Making a link to a dir on another partition"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]