Useful command to mount sfs, iso and savefiles

Miscellaneous tools
Post Reply
Message
Author
User avatar
nic007
Posts: 3408
Joined: Sun 13 Nov 2011, 12:31
Location: Cradle of Humankind

Useful command to mount sfs, iso and savefiles

#1 Post by nic007 »

Can be useful in a script for copying, etc.

Code: Select all

filemnt [PathOfFile]
To unmount, use same command.

User avatar
drunkjedi
Posts: 882
Joined: Mon 25 May 2015, 02:50

#2 Post by drunkjedi »

That command would work only in Puppy, not in other distros.
As it's a script, made by our forum member SunBurnt.
You may find it in /usr/sbin.

It detects file type and mounts accordingly.

Supported filetypes : iso, sfs, 2fs/ext2, 2fs/ext3, 4fs/ext4, img, initrd/initrd.gz (Atleast in Fatdog, the script is modified by Jamesbond, so puppy version script may be slightly different)

User avatar
nic007
Posts: 3408
Joined: Sun 13 Nov 2011, 12:31
Location: Cradle of Humankind

#3 Post by nic007 »

Also works with Porteus supporting xzm modules. Handy as the mount command will loop you around forever. Anyways - posted it after using it with a script, remembered it from years ago.`

Post Reply