how to link to portable firefox without save file or folder?

Moderator: Forum moderators

Post Reply
Ronny
Posts: 21
Joined: Sun Jan 17, 2021 1:16 pm
Has thanked: 2 times
Been thanked: 4 times

how to link to portable firefox without save file or folder?

Post by Ronny »

Hi all,

Ik have bookworm64 on a usb stick and working without a save file/folder. I changed my save folder to a ydrv with NicOS Utility.
But now the link I put on the desktop does not work anymore. FF portable is on another partition on my usb stick.
Is there a way to make the link work?

Thnak you very much
Ronny

williwaw
Posts: 1594
Joined: Tue Jul 14, 2020 11:24 pm
Has thanked: 145 times
Been thanked: 291 times

Re: how to link to portable firefox without save file or folder

Post by williwaw »

did the problem begin when you made the ydrv or later?

FF portable is on another partition on my usb stick

have you added any partitions or devices?

Ronny
Posts: 21
Joined: Sun Jan 17, 2021 1:16 pm
Has thanked: 2 times
Been thanked: 4 times

Re: how to link to portable firefox without save file or folder

Post by Ronny »

When I worked with a save folder all was perfect. I had links on my desktop to several portabel appsor appimages (FF,Coolreader,KeepassXC).
After I made the ydrv it went wrong. I can access the portables after I mount the partition manually, so it is not that bad.
I will search the forum and try to find a way to mount the partition at startup.
Will let you knowif I could resolve it.

User avatar
fredx181
Posts: 2560
Joined: Tue Dec 03, 2019 1:49 pm
Location: holland
Has thanked: 273 times
Been thanked: 992 times
Contact:

Re: how to link to portable firefox without save file or folder

Post by fredx181 »

Ronny wrote: Thu Mar 14, 2024 6:56 am

When I worked with a save folder all was perfect. I had links on my desktop to several portabel appsor appimages (FF,Coolreader,KeepassXC).
After I made the ydrv it went wrong. I can access the portables after I mount the partition manually, so it is not that bad.
I will search the forum and try to find a way to mount the partition at startup.
Will let you knowif I could resolve it.

A simple script in /root/Startup should do : (change sdXX to what it is for you)

Code: Select all

#!/bin/sh

PART="sdXX"   ## change sdXX to what it really is, e.g. sdb2

mkdir -p /mnt/$PART
mount /dev/$PART /mnt/$PART
Ronny
Posts: 21
Joined: Sun Jan 17, 2021 1:16 pm
Has thanked: 2 times
Been thanked: 4 times

Re: how to link to portable firefox without save file or folder

Post by Ronny »

Thanks for your help
I'll do as you write and will post on it tomorrow.

Ronny
Posts: 21
Joined: Sun Jan 17, 2021 1:16 pm
Has thanked: 2 times
Been thanked: 4 times

Re: how to link to portable firefox without save file or folder?

Post by Ronny »

Hello,
Sorry for the late reply.
I did get it right, in Pmount I did tick the box "mount partition at boot" saved and then made a new ydrve.
So this one is solved for me.
Thanks for the help,
Ronny

Post Reply

Return to “BookwormPup”