Hard Link Question

2009-02-12 Thread Tameek Henderson
Morning, I have a noob question. I have Ubuntu running on my Sony Vaio and I'm happy to report all is well ...mostly. I'm trying to create a hard link in my home directory to my removable media card. I tried the following command (see below) but it says hard links are not allowed even as roo

Re: Hard Link Question

2009-02-12 Thread Austin Godber
You cannot make hard links across partitions/devices. You would have to make a symbolic link instead (ln -s src dest). $ touch file1 $ ln file1 file1-hard $ ln -s file1 file1-soft $ stat file1* File: `file1' Size: 0 Blocks: 0 IO Block: 4096 regular empty file D

Re: Hard Link Question

2009-02-12 Thread Tameek Henderson
That worked. Thanks for the lesson Auston! :-D Tameek Henderson 646.427.3205 http://www.linkedin.com/pub/5/116/522 Sent via BlackBerry from T-Mobile -Original Message- From: Austin Godber Date: Thu, 12 Feb 2009 07:07:25 To: Main PLUG discussion list Subject: Re: Hard Link Question

Re: Hard Link Question

2009-02-12 Thread Matt Graham
From: "Tameek Henderson" [ trying to make a hard link to a directory ] In addition to what others have said, you can't make a hard link to a directory. There are good, technical reasons for this, but they boil down to "making a hard link to a dir will screw up your filesystem."[0] In fact, hard

Re: Hard Link Question

2009-02-12 Thread Austin Godber
Oh good point, thats probably the real error isn't it. - Austin On Feb 12, 2009, at 8:09 AM, Matt Graham wrote: > From: "Tameek Henderson" > [ trying to make a hard link to a directory ] > > In addition to what others have said, you can't make a hard link to > a directory. There are good, tech

Re: Hard Link Question

2009-02-12 Thread Stephen
Not so much an error, as its just not made to work that way. --- PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us To subscribe, unsubscribe, or to change your mail settings: http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discus

Re: Decent, cheap SATA controller

2009-02-12 Thread Alex Dean
On Feb 6, 2009, at 12:15 PM, Joe Fleming wrote: First off, in the past I have recommended the Promise TX4 SATA controller. I no longer recommend it; seems there's a hardware bug that silently corrupts data in Linux. I recently found this out first hand... Can you provide any more informat

Re: Epic Epoch Time Party Time

2009-02-12 Thread Carlos Macedo Gomes
Apparently even Nairobi, Kenya is planning to party like it's 1234567890 :-) http://www.1234567890day.com/ ymmv, C.G. On Wed, Feb 11, 2009 at 9:08 AM, Tameek Henderson wrote: > Tameek <--- is sitting at his desk calculating Unix TAI to UTC to Unix times > :-p > > > > > Tameek Henderson > 646.42

Re: OT: Antec 4U Case available

2009-02-12 Thread Kevin Brandon
Do you still have this? On Mon, Feb 9, 2009 at 9:03 PM, Eric Shubert wrote: > Anyone interesting in giving one of these a new home? > http://www.pugetsystems.com/store/item.php?cat=Case&id=3087&com=d41d8cd9 > Good condition, about 2 years old. Contact me off list if interested. > -- > -Eric 'shu

RE: Hard Link Question

2009-02-12 Thread Bob Elzer
I like to explain links this way. If you make a hard link to a file, lets call it link-h and then you remove the original file, link-h still points to the original data, so your file is intact. If you make a symbolic link to a file, and call it link-s, when you remove the original file, link-s no

Re: Decent, cheap SATA controller

2009-02-12 Thread Joe Fleming
I don't have any of the errors handy, but I know it's not fixed in Ubuntu 8.04LTS (with latest updates) or the newest Knoppix. Here are some links I found when I was looking around for the errors. http://unix.derkeiler.com/Mailing-Lists/FreeBSD/stable/2007-10/msg00382.html http://linux.derkeiler.