mnt/home symlink

Using applications, configuring, problems
Post Reply
Message
Author
dam973
Posts: 25
Joined: Sun 31 Jan 2010, 16:59

mnt/home symlink

#1 Post by dam973 »

I would like to know if there was a way to configure mnt/home to accept symlinks. I would like to extract libreoffice the deb way but i cant because the installer exits saying it wanted to create a symlink but cant ... there is no pet available and i dont wanna install it in the pupsave ( not enough space ) Why cant i create a symlink in mnt/home?? Thanks.
User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#2 Post by rcrsn51 »

In what file system is your /mnt/home partition formatted? NTFS? FAT32? ext?
dam973
Posts: 25
Joined: Sun 31 Jan 2010, 16:59

#3 Post by dam973 »

its fat , i installed puppy using the universal installer, i'm on a live usb
User avatar
Béèm
Posts: 11763
Joined: Wed 22 Nov 2006, 00:47
Location: Brussels IBM Thinkpad R40, 256MB, 20GB, WiFi ipw2100. Frugal Lin'N'Win

#4 Post by Béèm »

Probably because your /mnt/home is a Fat partition.
And symlinks can't be made on a FAT partition.

There are two possibilities.
1 - Look for the libr office sfs in this formu (use the puppysearch link in my sig for this)

2 - Create a 3fs file in /mnt/home of some 450MB and mount it.
Then install in this 3fs file. (This is the way I did it for OpenOffice)
Time savers:
Find packages in a snap and install using Puppy Package Manager (Menu).
Consult Wikka
Use peppyy's puppysearch
Bruce B

#5 Post by Bruce B »

FAT as mentioned doesn't support symlinks.

Suppose we have this directory on a FAT partition:

/initrd/mnt/dev_save/myfiles

Inside Puppy, which supports symlinks, we can make
this symlink, with the command below:

cd # if we want the symlink in $HOME
ln -s /initrd/mnt/dev_save/myfiles

Now, by using the symlink we can change to
/initrd/mnt/dev_save/myfiles
by typing cd ~/myfiles

~
Post Reply