* How to hide few disk file systems ??
@ 2003-01-27 12:03 Narsimha Reddy CH
2003-01-27 14:10 ` Andries Brouwer
0 siblings, 1 reply; 2+ messages in thread
From: Narsimha Reddy CH @ 2003-01-27 12:03 UTC (permalink / raw)
To: linux-newbie, linux-fsdevel
Hi,
I am having a linux system with a single hard disk.
I have lot of important data on this hard disk. For
experimental purpose I want to build a new kernel image
from a source which will contain modified code for file
system implementation (the code contains some modifications
to ext2 implementation). Also it may contain lot of bugs
which may corrupt data on the disk. So, after loading the
new linux kernel image, I want to make sure that my old
data stored on the disk must be safe.
In order to achieve this, I want to create a new
partition on the disk. After loading the system with new
kernel image, I want to access only the new partition
that I created. And I want to hide the old ext2 partitions.
Now the problem is how can I hide the old partitions
after booting the system with new kernel image (to avoid
corruption of my old data on disk ) ??
Any configuration is needed to hide file systems ??
Can anybody help me how to solve this problem ??
TIA,
--
Narsimha Reddy CH
Storage Area Networking, HCL Technologies
Contact +91-044 2372 8366 ext 1128
http://san.hcltech.com
http://www.hcltech.com
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: How to hide few disk file systems ??
2003-01-27 12:03 How to hide few disk file systems ?? Narsimha Reddy CH
@ 2003-01-27 14:10 ` Andries Brouwer
0 siblings, 0 replies; 2+ messages in thread
From: Andries Brouwer @ 2003-01-27 14:10 UTC (permalink / raw)
To: Narsimha Reddy CH; +Cc: linux-newbie, linux-fsdevel
On Mon, Jan 27, 2003 at 05:33:59PM +0530, Narsimha Reddy CH wrote:
> I am having a linux system with a single hard disk.
> I have lot of important data on this hard disk. For
> experimental purpose I want to build a new kernel image
> from a source which will contain modified code for file
> system implementation (the code contains some modifications
> to ext2 implementation). Also it may contain lot of bugs
> which may corrupt data on the disk. So, after loading the
> new linux kernel image, I want to make sure that my old
> data stored on the disk must be safe.
If your new code is buggy and corrupts random places of the
kernel, then the kernel may do random things, including
writing to random places on disk.
Maybe you can run your experimental kernel under User Mode Linux.
Andries
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-01-27 14:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-01-27 12:03 How to hide few disk file systems ?? Narsimha Reddy CH
2003-01-27 14:10 ` Andries Brouwer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).