* Protect/Backup Encrypted FS @ 2005-04-05 4:48 Shannon 2005-04-09 1:56 ` Shannon 0 siblings, 1 reply; 8+ messages in thread From: Shannon @ 2005-04-05 4:48 UTC (permalink / raw) To: reiserfs-list / 10GB Reiser /home 40GB Reiser encrypted FS /swap 300mb As per the harddrive configuration, if my / partition becomes corrupted or if I choose to install a fresh copy of SuSe9.2 Pro over / and remount /home, what do need to backup or how do I backup the files needed to restore the encrypted partition /home ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Protect/Backup Encrypted FS 2005-04-05 4:48 Protect/Backup Encrypted FS Shannon @ 2005-04-09 1:56 ` Shannon 2005-04-09 2:27 ` Chester R. Hosey ` (2 more replies) 0 siblings, 3 replies; 8+ messages in thread From: Shannon @ 2005-04-09 1:56 UTC (permalink / raw) To: reiserfs-list I haven't received a reply to this, so I'm going to be more specific: When you create an encrypted partition, where is this configuration stored? On Tue, 5 Apr 2005 02:48 pm, Shannon wrote: > / 10GB Reiser > /home 40GB Reiser encrypted FS > /swap 300mb > > > As per the harddrive configuration, if my / partition becomes corrupted or > if I choose to install a fresh copy of SuSe9.2 Pro over / and remount > /home, what do need to backup or how do I backup the files needed to > restore the encrypted partition /home ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Protect/Backup Encrypted FS 2005-04-09 1:56 ` Shannon @ 2005-04-09 2:27 ` Chester R. Hosey 2005-04-09 2:48 ` Bedros Hanounik ` (2 more replies) 2005-04-09 4:05 ` Hubert Chan 2005-04-09 4:18 ` David Masover 2 siblings, 3 replies; 8+ messages in thread From: Chester R. Hosey @ 2005-04-09 2:27 UTC (permalink / raw) To: Shannon; +Cc: reiserfs-list -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 What configuration? I'm not really sure what you're asking, which means that it's difficult to formulate an answer. People on this list are generally very willing to help, but their ability to help is limited by how much information you give about what you're looking to do. As far as backing up a partition and restoring that backup, use tar. GNU tar (which is almost certainly the default on GNU/Linux systems) is quite full-featured and should be able to serve your needs. If you're asking how to inform a GNU/Linux system about partitions you want to have mounted, you're probably looking for the /etc/fstab file. Try "man fstab" to see the manual page, and examine your current /etc/fstab to see what partitions the operating system knows about (with respect to filesystem type, where to mount by default, whether to mount on boot, etc.). If this hasn't provided you with the information you need to find an answer, perhaps you could try a bit more specifically. Describe the situation in which you find yourself, and what you hope to be able to do. Bonus points are awarded if it's a question specific to ReiserFS, as this is the topic of this list. Shannon wrote: | I haven't received a reply to this, so I'm going to be more specific: | | When you create an encrypted partition, where is this configuration stored? | | On Tue, 5 Apr 2005 02:48 pm, Shannon wrote: | |>/ 10GB Reiser |>/home 40GB Reiser encrypted FS |>/swap 300mb |> |> |>As per the harddrive configuration, if my / partition becomes corrupted or |>if I choose to install a fresh copy of SuSe9.2 Pro over / and remount |>/home, what do need to backup or how do I backup the files needed to |>restore the encrypted partition /home -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (MingW32) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFCVz2erDBoMHxfhXwRAmJrAJ98d6Ia3pcrMwNn4He610fBWtX/EQCgvFCv mbT2w8dPxAi5otfpTWzbBOM= =Xq6Q -----END PGP SIGNATURE----- ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Protect/Backup Encrypted FS 2005-04-09 2:27 ` Chester R. Hosey @ 2005-04-09 2:48 ` Bedros Hanounik 2005-04-09 4:09 ` Hubert Chan 2005-04-09 4:14 ` David Masover 2 siblings, 0 replies; 8+ messages in thread From: Bedros Hanounik @ 2005-04-09 2:48 UTC (permalink / raw) To: Chester R. Hosey; +Cc: Shannon, reiserfs-list [-- Attachment #1: Type: text/plain, Size: 2762 bytes --] I have a very similar problem; Assume that I created an ecnrypted partition using reiserfs. I know I can access the partition after a regular boot, but what if I used LiveCD? What data (and where it's stored) I need in order to access that partition using knoppix LiveCD for example. I wanted to have an encrypted partition, but my problem is I don't know how to findthe encryption keys and save them in a safe place. Just in case the system die and I don't have a recent backup. -Bedros On Apr 8, 2005 7:27 PM, Chester R. Hosey <chosey@nauticom.net> wrote: > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > What configuration? I'm not really sure what you're asking, which means > that it's difficult to formulate an answer. People on this list are > generally very willing to help, but their ability to help is limited by > how much information you give about what you're looking to do. > > As far as backing up a partition and restoring that backup, use tar. GNU > tar (which is almost certainly the default on GNU/Linux systems) is > quite full-featured and should be able to serve your needs. > > If you're asking how to inform a GNU/Linux system about partitions you > want to have mounted, you're probably looking for the /etc/fstab file. > Try "man fstab" to see the manual page, and examine your current > /etc/fstab to see what partitions the operating system knows about (with > respect to filesystem type, where to mount by default, whether to mount > on boot, etc.). > > If this hasn't provided you with the information you need to find an > answer, perhaps you could try a bit more specifically. Describe the > situation in which you find yourself, and what you hope to be able to > do. Bonus points are awarded if it's a question specific to ReiserFS, as > this is the topic of this list. > > > Shannon wrote: > | I haven't received a reply to this, so I'm going to be more specific: > | > | When you create an encrypted partition, where is this configuration > stored? > | > | On Tue, 5 Apr 2005 02:48 pm, Shannon wrote: > | > |>/ 10GB Reiser > |>/home 40GB Reiser encrypted FS > |>/swap 300mb > |> > |> > |>As per the harddrive configuration, if my / partition becomes corrupted > or > |>if I choose to install a fresh copy of SuSe9.2 Pro over / and remount > |>/home, what do need to backup or how do I backup the files needed to > |>restore the encrypted partition /home > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.0 (MingW32) > Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org > > iD8DBQFCVz2erDBoMHxfhXwRAmJrAJ98d6Ia3pcrMwNn4He610fBWtX/EQCgvFCv > mbT2w8dPxAi5otfpTWzbBOM= > =Xq6Q > -----END PGP SIGNATURE----- > [-- Attachment #2: Type: text/html, Size: 3289 bytes --] ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Protect/Backup Encrypted FS 2005-04-09 2:27 ` Chester R. Hosey 2005-04-09 2:48 ` Bedros Hanounik @ 2005-04-09 4:09 ` Hubert Chan 2005-04-09 4:14 ` David Masover 2 siblings, 0 replies; 8+ messages in thread From: Hubert Chan @ 2005-04-09 4:09 UTC (permalink / raw) To: reiserfs-list >>>>> "Chester" == Chester R Hosey <chosey@nauticom.net> writes: Chester> As far as backing up a partition and restoring that backup, use Chester> tar. GNU tar (which is almost certainly the default on Chester> GNU/Linux systems) is quite full-featured and should be able to Chester> serve your needs. This should probably be obvious to anyone using encryption, but just in case... If you back up using tar, don't store the tar file unencrypted. Also, you should be encrypting your swap file, or else bits of your data could end up there unencrypted. -- Hubert Chan <hubert@uhoreg.ca> - http://www.uhoreg.ca/ PGP/GnuPG key: 1024D/124B61FA Fingerprint: 96C5 012F 5F74 A5F7 1FF7 5291 AF29 C719 124B 61FA Key available at wwwkeys.pgp.net. Encrypted e-mail preferred. ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Protect/Backup Encrypted FS 2005-04-09 2:27 ` Chester R. Hosey 2005-04-09 2:48 ` Bedros Hanounik 2005-04-09 4:09 ` Hubert Chan @ 2005-04-09 4:14 ` David Masover 2 siblings, 0 replies; 8+ messages in thread From: David Masover @ 2005-04-09 4:14 UTC (permalink / raw) To: Chester R. Hosey; +Cc: Shannon, reiserfs-list -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Chester R. Hosey wrote: > What configuration? I'm not really sure what you're asking, which means > that it's difficult to formulate an answer. People on this list are > generally very willing to help, but their ability to help is limited by > how much information you give about what you're looking to do. > > As far as backing up a partition and restoring that backup, use tar. GNU > tar (which is almost certainly the default on GNU/Linux systems) is > quite full-featured and should be able to serve your needs. Rsync if you've got a networked computer. dd if you've got a spare drive/partition exactly the size of the one you want to back up. GmailFS if you want a free offline backup solution (~2GB) > If you're asking how to inform a GNU/Linux system about partitions you > want to have mounted, you're probably looking for the /etc/fstab file. > Try "man fstab" to see the manual page, and examine your current > /etc/fstab to see what partitions the operating system knows about (with > respect to filesystem type, where to mount by default, whether to mount > on boot, etc.). The issue was crypto, I think. > If this hasn't provided you with the information you need to find an > answer, perhaps you could try a bit more specifically. Describe the > situation in which you find yourself, and what you hope to be able to > do. Bonus points are awarded if it's a question specific to ReiserFS, as > this is the topic of this list. Indeed. And if you're having trouble figuring out how to ask your question, you should probably try an IRC channel. I know that #gentoo on irc.freenode.net is very active and good at helping people with Gentoo Linux, or at least redirecting them to an appropriate channel. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iQIVAwUBQldWsHgHNmZLgCUhAQLl6xAAknNiQNnICo1pmxkp1GM+/jtvcisV9erT nmCH1BZ5RS5nRmt3ytagpjTdes7SY5kfyMH1Soon/uuu7hEriTGdzGlxsBqzOKqk +AI40cXJw+HLG/y6+uhF++WochXOxFF3Xm6dKEQv576dUn1V8qKPP05GuUvVOUuX 77ImKJUkKqYG42v6Z0zPNrXlMGbRZbaT7kdrvznfCnzFQmAgkjXz70tafOUoMW+d X192dY7BlqNxKCgm1duWJoOrfuj4QmpDVDzWM941jUupQ9duAVnwqmIBAzxRw5c1 x1tm4hX8F4ua6rr5Qm3mVJ66F+Pg3a3QpYTR01qLD7+Wl4h1B1Ra1mn8811FWXlr X1d2W+xEUM6nRaJ/VbKVsBQRiPd5HCHly0fa0NIWTzdGg7M7k7/WM2xbABgGnZBo ZgFfQ790LxFNo1mMOGqAF3jzisPR3AW1w4K4AleC4TgM7bP8sZS3Wpu84MWyl+I0 jMGqgo9g6zksJeKEkeEMz9noQIClJTlYFVUtDgz8wMjqDJKnPtrD31uFeVOcVYIS lZnkvPampT2GcsxkWUR95Iyd5STUqEWbNKBiXZit0nQE0YWi5fWkhYMGnGgIfdfB NvCDFhfwfIl/IwAz1OMRlIgA+ydT/YO1JjdMawzkBuVNxT/1e6/iMzQTBsaVN4ZC boAxZ5Zd/rk= =4oEh -----END PGP SIGNATURE----- ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Protect/Backup Encrypted FS 2005-04-09 1:56 ` Shannon 2005-04-09 2:27 ` Chester R. Hosey @ 2005-04-09 4:05 ` Hubert Chan 2005-04-09 4:18 ` David Masover 2 siblings, 0 replies; 8+ messages in thread From: Hubert Chan @ 2005-04-09 4:05 UTC (permalink / raw) To: reiserfs-list >>>>> "Shannon" == Shannon <shakim@bluebottle.com> writes: Shannon> I haven't received a reply to this, so I'm going to be more Shannon> specific: When you create an encrypted partition, where is this Shannon> configuration stored? How did you encrypt the partition? Are you using loop-AES? dm-crypt? cryptapi? -- Hubert Chan <hubert@uhoreg.ca> - http://www.uhoreg.ca/ PGP/GnuPG key: 1024D/124B61FA Fingerprint: 96C5 012F 5F74 A5F7 1FF7 5291 AF29 C719 124B 61FA Key available at wwwkeys.pgp.net. Encrypted e-mail preferred. ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Protect/Backup Encrypted FS 2005-04-09 1:56 ` Shannon 2005-04-09 2:27 ` Chester R. Hosey 2005-04-09 4:05 ` Hubert Chan @ 2005-04-09 4:18 ` David Masover 2 siblings, 0 replies; 8+ messages in thread From: David Masover @ 2005-04-09 4:18 UTC (permalink / raw) To: Shannon; +Cc: reiserfs-list -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Shannon wrote: > I haven't received a reply to this, so I'm going to be more specific: > > When you create an encrypted partition, where is this configuration stored? > > On Tue, 5 Apr 2005 02:48 pm, Shannon wrote: > >>/ 10GB Reiser >>/home 40GB Reiser encrypted FS v3 or 4? Or, how are you encrypting your FS? Look at your boot scripts, and your initrd if you have one. You almost certainly have to remember a passphrase and back up a key. In any case, if you are looking for the file, you might want to ask SuSe. This only becomes a Reiser issue if you're using the reiser4 crypto plugin, and I haven't heard anything about that being done. If you are encrypting a ReiserFS v3 filesystem, you are probably not using anything Reiser specific -- it's probably something like cryptoloop or dm-crypt, in which case you should google for those. >>/swap 300mb >> >> >>As per the harddrive configuration, if my / partition becomes corrupted or >>if I choose to install a fresh copy of SuSe9.2 Pro over / and remount >>/home, what do need to backup or how do I backup the files needed to >>restore the encrypted partition /home Do you mean "remount" or "reformat"? If you are going to wipe out /home and reformat, you don't need to do anything other than back up the files in /home. If you are planning to wipe out / and reinstall, but keep /home, the config file you're looking for is /etc/fstab. That still doesn't tell you how to deal with the encryption, though. Until you can tell people what kind of encryption system you're using, no one will be able to help you, and the ReiserFS list will probably assume it's not their problem. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iQIVAwUBQldXpXgHNmZLgCUhAQI0HhAAgAIUclmsqicbVuSDg1ayKvgUL9zBHave Eef+Ckoid/Y29ByG4+6J9MlJmaAnC9lF/I6MkUQooMPoxl6HZCLc5uRfMBl11rIb mLpOOdR1SBRicNxNaI/3osfkciDR5bT47HTFoXWyqcVCX9DdjfEauNrVP+V8pvX2 iMmVqjG2BN9E5Kug/LecWvqHiWdIbTezp97Vych8vsLYNSdsZfqSuq/OfhI9xcPH c9ZPfM8yGltPvUezHAZ/G2X+5915XP2vzoXsw4BHMmGzf7tdGGQYMiGXDu4DrAvV KjgWFcPfBZ1smsU6wJooj6IBMrGdpQrQ91TWSKHaJcA/fXbNloF6w5U47F3fQ1YL U4gG36dTK3qt+55lfU8CA1MQXU9J5567zMSLnzPPasmfegz/JXcm6XZuRZM4YtwT g93DDs1rCPf+UZB+X6zYCXLMZD0ePkaq9wXWDMuaz65J/CXeIj9LDJ931K2XVjAR A+fSDsuQCQQ7N8tJOYIdmwuciKAwlTefr1Kcm0z+5MXDuv0SOSuhMkShcezJetaf malgqhigRt/Rf6xc83QCppohOFeh4fn2K7uRBfGsaZaTwsPiHM2gFzn8uoFCRvAv JMdFaJ2yVHiCFix6hICX01b2aXyNxRuo80963Da1U2Yp0ztU6fTjFPx0b34BDQLA QzAug1b05zA= =wFMK -----END PGP SIGNATURE----- ^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2005-04-09 4:18 UTC | newest] Thread overview: 8+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2005-04-05 4:48 Protect/Backup Encrypted FS Shannon 2005-04-09 1:56 ` Shannon 2005-04-09 2:27 ` Chester R. Hosey 2005-04-09 2:48 ` Bedros Hanounik 2005-04-09 4:09 ` Hubert Chan 2005-04-09 4:14 ` David Masover 2005-04-09 4:05 ` Hubert Chan 2005-04-09 4:18 ` David Masover
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.