[Discuss] question about hdd partition
p.willis at telus.net
p.willis at telus.net
Wed Jun 7 09:05:15 PDT 2006
J.Bakshi wrote:
> Dear list,
>
> hope everyone is well and doing good. I have some questions about HDD
> partition under linux. please read below
>
> 1) How can I make a linux based partition which automatically compress and
> then store the files ?
>
http://e2compr.sourceforge.net/
> 2) How can I make a linux partition which automatically encrypt the stored
> files and ask password when some one try to retrieve it ?
>
http://docs.linux.com/article.pl?sid=04/06/07/2036205&tid=72&tid=14&tid=35
> 3) is it possible to make a hidden partition under linux ?
http://www.osdever.net/documents/partitiontypes.php?the_id=35
partition type 93h
> Thanks for your time. Good day.
> _______________________________________________
> Discuss mailing list
> Discuss at vlug.org
> http://ladybug.vlug.org/cgi-bin/mailman/listinfo/discuss
>
>
--
---------------USEFUL SIGNATURE-------------------------------------------
#!/bin/bash
#How do I tell if this is a leap year?
A=`date -d "12/31/<THE_YEAR_IN_QUESTION>" +%j`;echo `expr $A - 365`
#returns 1 (one) if leap year 0 (zero) if not
----------END SIGNATURE--------------------------------------------
More information about the Discuss
mailing list