Page 1 of 1

what tells me 2fs file in use ?

Posted: Mon 29 Apr 2013, 08:30
by soundNICK
In the menu... the "help" button names the distribution currently in use...

"Welcome to Upup Precise version 5.4.X.7, released Jan 2013"

What I cannot find anywhere is the SPECIFIC 2fs file which is booted... in use...
a problem when many of these are on the system.

I could write it down at boot time... really, by going through all the filesystems,
I can find the one that is currently booted... it cant be loaded again by clicking...

wondering where to look to see this 2fs by name ? Anybody know ?

thanks for looking

Posted: Mon 29 Apr 2013, 10:29
by SFR
Is this what you're looking for?

Code: Select all

# losetup
/dev/loop0: 0 /mnt/dev_save/Puppy_Slacko_5.5/puppy_slacko_5.5.sfs
/dev/loop1: 0 /mnt/dev_save/Puppy_Slacko_5.5/slackosave.2fs
...
Greetings!

Posted: Mon 29 Apr 2013, 12:29
by soundNICK
SFR wrote:Is this what you're looking for?

Code: Select all

# losetup
/dev/loop0: 0 /mnt/dev_save/Puppy_Slacko_5.5/puppy_slacko_5.5.sfs
/dev/loop1: 0 /mnt/dev_save/Puppy_Slacko_5.5/slackosave.2fs
...
Greetings!
oh YES !

Thank you so much... does just what I needed !!