The time now is Sat 18 May 2013, 02:28
All times are UTC - 4 |
| Author |
Message |
snayak
Joined: 14 Sep 2011 Posts: 191
|
Posted: Sun 11 Nov 2012, 16:27 Post subject:
How to create a 3fs/ext3 file and mount it? Subject description: Personal 3fs/ext3 file for installing xampp into it. Not pupsave.3fs. |
|
Dear All,
How to create a 3fs/ext3 file and mount it?
What are the commands?
Looking to create a personal 3fs/ext3 file in my FAT partition for installing xampp into it.
Not asking, how to create a pupsave.3fs file.
Sincerely,
Srinivas Nayak
_________________ Machine: Wary 530, AMD Athlon 2000+, ASUS A7N266-VM board, 512MB DDR RAM, 40GB HDD, 52xCDRW, PS/2 Mouse/Keyboard, USB 2.0.
Home: http://www.mathmeth.com/sn/
Blog: http://srinivas-nayak.blogspot.com/
|
|
Back to top
|
|
 |
bigpup

Joined: 11 Oct 2009 Posts: 3687 Location: Charleston S.C. USA
|
Posted: Sun 11 Nov 2012, 16:47 Post subject:
|
|
Something here may be what you want.
http://www.google.com/cse?cx=015995643981050743583%3Aabvzbibgzxo&q=create+sfs&sa=Search&cof=FORID%3A0&siteurl=wellminded.com%2Fpuppy%2Fpupsearch.html&ref=&ss=11216j33500626j10#gsc.tab=0&gsc.q=make%20sfs
Here is Google Puppy specific search
http://wellminded.com/puppy/pupsearch.html
_________________ I have found, in trying to help people, that the things they do not tell you, are usually the clue to solving the problem.
Puppy Help 101 An interactive tutorial for Puppy 5.2.5
|
|
Back to top
|
|
 |
MinHundHettePerro

Joined: 05 Feb 2009 Posts: 831 Location: SE
|
Posted: Sun 11 Nov 2012, 16:59 Post subject:
Re: How to create a 3fs/ext3 file and mount it? Subject description: Personal 3fs/ext3 file for installing xampp into it. Not pupsave.3fs. |
|
| snayak wrote: | Dear All,
How to create a 3fs/ext3 file and mount it?
What are the commands?
Looking to create a personal 3fs/ext3 file in my FAT partition for installing xampp into it.
Not asking, how to create a pupsave.3fs file.
Sincerely,
Srinivas Nayak |
| Code: | | dd if=/dev/zero of=FILENAME.3fs bs=1M count=64;mkfs.ext3 FILENAME.3fs | for to make a 64 MB file FILENAME.3fs.
To mount it at e.g. /mnt/data: | Code: | | mount -t ext3 - loop FILENAME.3fs /mnt/data | , and to unmount it:.
To use a unique mountpoint:
| Code: | | mkdir /mnt/xampp_mntpnt | , exchange /mnt/data in the example above for /mnt/xampp_mntpnt.
hth / MHHP
_________________ Celeron 2.8 GHz, 1 GiB RAM, i82845 graphics, many partitions, Pupmode 12 (13)
Mostly running Slacko & 214X
Nämen, vaf.... ln -s /dev/null MHHP
|
|
Back to top
|
|
 |
mcewanw
Joined: 16 Aug 2007 Posts: 1481 Location: New Zealand
|
Posted: Sun 11 Nov 2012, 17:07 Post subject:
|
|
Yes, that would be another simple way of getting your xampp working. Just untar into that mounted ext3 file, which you could link to from /opt or you could make a directory called /opt/lampp and mount it to there. Probably better to make an sfs out of it though, since Puppy is designed to load these automatically.
_________________ Non enim propter gloriam, diuicias aut honores pugnamus set propter libertatem solummodo quam Nemo bonus nisi simul cum vita amittit.
|
|
Back to top
|
|
 |
snayak
Joined: 14 Sep 2011 Posts: 191
|
Posted: Sun 11 Nov 2012, 17:25 Post subject:
|
|
Dear mcewanw,
Your idea is good, to make an sfs.
3fs was my idea
Sincerely,
Srinivas Nayak
_________________ Machine: Wary 530, AMD Athlon 2000+, ASUS A7N266-VM board, 512MB DDR RAM, 40GB HDD, 52xCDRW, PS/2 Mouse/Keyboard, USB 2.0.
Home: http://www.mathmeth.com/sn/
Blog: http://srinivas-nayak.blogspot.com/
|
|
Back to top
|
|
 |
mcewanw
Joined: 16 Aug 2007 Posts: 1481 Location: New Zealand
|
Posted: Sun 11 Nov 2012, 18:56 Post subject:
|
|
I cannot claim any credit. Both ideas are quite commonly used I think. I have an underlying ntfs filesystem so I do most of my development work on a mounted ext2 formatted file there, and sfs is often used on Puppy and also tinycore and others.
_________________ Non enim propter gloriam, diuicias aut honores pugnamus set propter libertatem solummodo quam Nemo bonus nisi simul cum vita amittit.
|
|
Back to top
|
|
 |
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|