I have a created an ext3 partition and when i tried to set is hidden flag, there seems no effect.

So, how to set the hidden flag of an ext3 partition?

link|improve this question

77% accept rate
Can you be more specific about what you did to set the flag and what you used to verify that it was/was not hidden? – kbyrd Apr 15 '10 at 16:21
feedback

1 Answer

up vote 2 down vote accepted

There's no such thing as a "hidden flag" for ext3 partitions. Or for any partition, really; the partition identifier gets changed to something else instead (0x0b -> 0x1b, 0x07 -> 0x17, etc.).

link|improve this answer
so, what is the right way to hide an ext3 partition? – MA1 Apr 15 '10 at 16:28
There is no way. Just don't mount it. – Ignacio Vazquez-Abrams Apr 15 '10 at 16:36
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.