Re: wheezy partition question

2012-03-26 Thread Tomas Kral
Not sure, Logical partitions may start at offset 63, what is peculiar that the partitioner, created offset 2 and a free space of 61 sectors, which really is not free, 61+2 equals 63 that would be the right offset On the same partition on my system used to be Lenny, and that was with offset 63 an

Re: wheezy partition question

2012-03-26 Thread Camaleón
On Mon, 26 Mar 2012 14:53:15 +0200, Tomas Kral wrote: > I am testing Wheezy on a separate partition of my hard disk. > > The partitions I told the installer to use are, > > /dev/sda5 as root / mount point, and > /dev/sda6 as swap > > Now to the question, why the partition starts at offset #2 wh

wheezy partition question

2012-03-26 Thread Tomas Kral
Hello List, I am testing Wheezy on a separate partition of my hard disk. The partitions I told the installer to use are, /dev/sda5 as root / mount point, and /dev/sda6 as swap Now to the question, why the partition starts at offset #2 while I would expect #63? PLEASE NOTE 61 sectors shown as

Re: encrypted partition question

2008-09-23 Thread Chris Bannister
On Mon, Sep 22, 2008 at 07:22:44PM -0400, Rick Thomas wrote: > Since top-posting is discouraged on this list, my comments are at the > bottom of this email... Right, but just scrolling to the bottom and typing your message is just as bad IMO [snip heaps of unnecessay text] > I have the same qu

Re: encrypted partition question

2008-09-22 Thread Rick Thomas
escribed. Cheers, Cassiano Leal -- View this message in context: http://www.nabble.com/encrypted- partition-question-tp19316048p19591597.html Sent from the Debian User mailing list archive at Nabble.com. I have the same question. A clue can be found in /usr/share/doc/cryptsetup/README.init

Re: Re: encrypted partition question

2008-09-20 Thread DanMitton
t your step 3 to include all four fields in > /etc/crypttab you will be automatically asked for the passphrase next time > you boot the machine, so edit the file and substitute: > > crypt /dev/hda6 > > for > > crypt /dev/hda6 none luks > > Save the file and reboot.

Re: encrypted partition question

2008-09-06 Thread linuksos
Hi Alexander, you may want to look here for simple step by tep guide on how to encrypt partitions with luks encryption. http://www.linuxconfig.org/Partition_Encryption On Sun, Sep 7, 2008 at 7:53 AM, markus reichelt <[EMAIL PROTECTED]> wrote: >>On Thu, Sep 04, 2008 at 08:03:48PM +0200, Maciej Ko

Re: encrypted partition question

2008-09-06 Thread markus reichelt
>On Thu, Sep 04, 2008 at 08:03:48PM +0200, Maciej Korze? wrote: >> Alexander Golovin wrote: >>> [...] >>> 2. Created the cryptographic device mapper: cryptsetup -y >>> create crypt /dev/hda6 (entered passphrase twice) [...] >> >> cryptoloop is not the best choice: >> http://mareichelt.de/pub/texts.

Re: encrypted partition question

2008-09-06 Thread Daniel Dickinson
On Thu, 4 Sep 2008 17:48:34 -0300 "Cassiano Leal" <[EMAIL PROTECTED]> wrote: > options, refer to "man /etc/crypttab" > > My guess is that if you correct your step 3 to include all four > fields in /etc/crypttab you will be automatically asked for the > passphrase next time you boot the machine, s

Re: Re: encrypted partition question

2008-09-04 Thread Alexander Golovin
I've used cryptsetup with luks options, saved new data, rebooted my system, asked about passphrase in the boot level, and now I have mounted my crypto partition with saved data. That's what I did step by step: 1. I've added modules: aes, dm_mod, dm_crypt, to /etc/modules 2. Created the cryptog

Re: Re: encrypted partition question

2008-09-04 Thread Cassiano Leal
On Thu, Sep 4, 2008 at 5:23 PM, Alexander Golovin <[EMAIL PROTECTED]>wrote: > > Hi Cassiano! Hi! > You've written: > "a far as I know the mapping should be recreated each time you reboot > using /sbin/cryptsetup. We are using luks extension and at each reboot > we need to issue cryptsetup luk

Re: Re: encrypted partition question

2008-09-04 Thread Alexander Golovin
Hi Cassiano! You've written: "a far as I know the mapping should be recreated each time you reboot using /sbin/cryptsetup. We are using luks extension and at each reboot we need to issue cryptsetup luksOpen . /etc/crypttab should make the use of this command unecessary. The passphrase will th

Re: encrypted partition question

2008-09-04 Thread Alex Samad
On Thu, Sep 04, 2008 at 08:03:48PM +0200, Maciej Korzeń wrote: > Alexander Golovin wrote: >> [...] >> 2. Created the cryptographic device mapper: cryptsetup -y create crypt >> /dev/hda6 (entered passphrase twice) >> [...] > > cryptoloop is not the best choice: > http://mareichelt.de/pub/texts.cryp

Re: encrypted partition question

2008-09-04 Thread Cassiano Leal
On Thu, Sep 4, 2008 at 2:48 PM, Andrea Bicciolo <[EMAIL PROTECTED]>wrote: > Alexander, > > a far as I know the mapping should be recreated each time you reboot using > /sbin/cryptsetup. We are using luks extension and at each reboot we need to > issue cryptsetup luksOpen . /etc/crypttab should

Re: encrypted partition question

2008-09-04 Thread Maciej Korzeń
Alexander Golovin wrote: [...] 2. Created the cryptographic device mapper: cryptsetup -y create crypt /dev/hda6 (entered passphrase twice) [...] cryptoloop is not the best choice: http://mareichelt.de/pub/texts.cryptoloop.php. :-) -- Maciej Korzeń [EMAIL PROTECTED], [EMAIL PROTECTED] -- T

Re: encrypted partition question

2008-09-04 Thread Andrea Bicciolo
Alexander, a far as I know the mapping should be recreated each time you reboot using /sbin/cryptsetup. We are using luks extension and at each reboot we need to issue cryptsetup luksOpen . Then we can mount /dev/mapper/mappername. Hope this help, Andrea Alexander Golovin ha scritto: I w

Re: encrypted partition question

2008-09-04 Thread Cassiano Leal
On Thu, Sep 4, 2008 at 2:25 PM, Alexander Golovin <[EMAIL PROTECTED]>wrote: > > I was trying to encrypt my ext3 partition /dev/hda6, that's what I did: > > 1. I've added modules: aes, dm_mod, dm_crypt, to /etc/modules > 2. Created the cryptographic device mapper: cryptsetup -y create crypt > /dev

encrypted partition question

2008-09-04 Thread Alexander Golovin
I was trying to encrypt my ext3 partition /dev/hda6, that's what I did: 1. I've added modules: aes, dm_mod, dm_crypt, to /etc/modules 2. Created the cryptographic device mapper: cryptsetup -y create crypt /dev/hda6 (entered passphrase twice) 3. Changed this options: echo "crypt /dev/hda6" >> /

Re: swap partition question?

2008-05-05 Thread NN_il_Confusionario
> * From: ISHWAR RATTAN <[EMAIL PROTECTED]> >I have a 1Gb primary swap partition (/dev/sda1) >and fdisk -l shows that. fdisk read the partition table from the disk, but the kernel data can be seen in /proc/partitions (it is read at boot time) > # swapon /dev/sda1 >says that ..:/dev/sda1: is i

Re: swap partition question?

2008-05-05 Thread Jochen Schulz
ISHWAR RATTAN: > > I have a 1Gb primary swap partition (/dev/sda1) > and fdisk -l shows that. But the command > > # swapon /dev/sda1 > > says that ..:/dev/sda1: is invalid argument. Did you create a "swap filesystem" on the partition? # mkswap /dev/sda1 && swapon -a J. -- I have never been

Re: swap partition question?

2008-05-05 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/05/08 08:17, ISHWAR RATTAN wrote: > > I have a 1Gb primary swap partition (/dev/sda1) > and fdisk -l shows that. But the command > > # swapon /dev/sda1 > > says that ..:/dev/sda1: is invalid argument. > I made an entry in /etc/fstab (too): >

swap partition question?

2008-05-05 Thread ISHWAR RATTAN
I have a 1Gb primary swap partition (/dev/sda1) and fdisk -l shows that. But the command # swapon /dev/sda1 says that ..:/dev/sda1: is invalid argument. I made an entry in /etc/fstab (too): /dev/sda1 none swap sw 0 0 but swapon -a still syays that it is invalid argument! Any pointers? -is

Re: Partition question

2003-09-18 Thread Darik Horn
> /dev/sda1 as /boot > /dev/sda2 as / > /dev/sda3 as swap. In this case, you probably want /dev/sda2 to appear before /dev/sda1 in the fstab file because filesystems are mounted in order by line number. If "/foo" is mounted after "/foo/bar", then "/foo/bar" will not be accessible until "/foo" is

Partition question

2003-09-18 Thread Victory
During Debian (woody 3.0r1) installation, how do I tell that I want to set:   /dev/sda1 as /boot /dev/sda2 as / /dev/sda3 as swap.   I did set up those partition as above, but after finish and boot up, df -v only show /dev/sda2 mount as / and I can see all the directories under / including /bo

Re: Linux partition question

2003-01-22 Thread Pigeon
On Wed, Jan 22, 2003 at 09:57:12AM -0600, Donald Spoon wrote: > debian parisc wrote: > >Hello, > > > >although I've been reading this list for a few months now I haven't > >actually installed in on a i386 pc (although I have installed it on a HP > >Unix server - well smooth). I'm now read to ins

Re: Linux partition question

2003-01-22 Thread Conrad Newton
>From debian parisc on Wednesday, 2003-01-22 at 14:51:35 +: > Hello, > > although I've been reading this list for a few months now I haven't > actually installed in on a i386 pc (although I have installed it on a HP > Unix server - well smooth). I'm now read to install on my home PC, to >

Re: Linux partition question

2003-01-22 Thread Tom Pfeifer
This could be an issue if your motherboard was more than say 4 or 5 years old (pre 1998 or so) and/or if you were running an older release of Windows or Linux. Win98 can boot from anywhere on that drive and so can Debian stable and testing as long as the motherboard BIOS contains the INT13 extensi

Re: Linux partition question

2003-01-22 Thread Jeffrey L. Taylor
Quoting debian parisc <[EMAIL PROTECTED]>: > Hello, > > although I've been reading this list for a few months now I haven't > actually installed in on a i386 pc (although I have installed it on a HP > Unix server - well smooth). I'm now read to install on my home PC, to > ensure that my wife d

Re: Linux partition question

2003-01-22 Thread Donald Spoon
debian parisc wrote: Hello, although I've been reading this list for a few months now I haven't actually installed in on a i386 pc (although I have installed it on a HP Unix server - well smooth). I'm now read to install on my home PC, to ensure that my wife doesn't divorce me I need to make

Re: Linux partition question

2003-01-22 Thread Gee Law
Hi, Debian (and don't see why other distros can't) can boot beyond the 8GB boundary. I have a 20GB NTFS partiton as my first, then the linux partitions come after that (/boot, /, /home, swap). My motherboard (Intel/Dell LX) doesn't support booting past 8GB/large hard drives IIRC. A Promise Ult

Linux partition question

2003-01-22 Thread debian parisc
Hello, although I've been reading this list for a few months now I haven't actually installed in on a i386 pc (although I have installed it on a HP Unix server - well smooth). I'm now read to install on my home PC, to ensure that my wife doesn't divorce me I need to make sure that I get it rig

Re: newbie partition question

2001-06-28 Thread will trillich
On Thu, Jun 28, 2001 at 04:55:56AM -0700, Hamma Scott wrote: > > By the way, welcome the fun and sometimes confusing > world of Debian GNU/Linux! Here's a couple of things I > got out of this groups > > You should bookmark this sight: > http://newbieDoc.sourceForge.net/ and you should also help

Re: newbie partition question

2001-06-28 Thread Dave Sherohman
On Thu, Jun 28, 2001 at 06:29:54AM -0700, phillip wrote: > i just started installing debian 2.1, but everytime i go to partition the > drive, cfdisk gives me this error about a "bad primary partition" Then I Try 2.2 (potato). Really. I can't guarantee that that's the cause of your problem, but

Re: newbie partition question

2001-06-28 Thread phillip
thanks for the quick responses... the thing is, is that i used fdisk to make the original partitions... but then cfdisk won't recognize them. i'm guessing i need a newer version of the install... perhaps something about this large disk and UDMA. i really have no idea why cfdisk thinks my partiti

Re: newbie partition question

2001-06-28 Thread Hamma Scott
At work I installed a Window 2K/Debian dual boot. The steps I took were: 0. Read the Debian Installation Instructions http://www.debian.org/releases/stable/i386/install.en.txt If you're new to Debian you might have been like me thinking that "installation instructions aren't r

Re: newbie partition question

2001-06-28 Thread Joost Kooij
On Thu, Jun 28, 2001 at 06:29:54AM -0700, phillip wrote: > i just started installing debian 2.1, but everytime i go to partition the > drive, cfdisk gives me this error about a "bad primary partition" Then I > get a message about how my partition table is either corrupt or my disk is > 'factory cl

newbie partition question

2001-06-28 Thread phillip
hey, i just started installing debian 2.1, but everytime i go to partition the drive, cfdisk gives me this error about a "bad primary partition" Then I get a message about how my partition table is either corrupt or my disk is 'factory clean' it requests to 'wipe my disk's current partition t

Re: Partition question

2000-09-28 Thread David Wright
Quoting David A. Rogers ([EMAIL PROTECTED]): > I've been using Mandrake, but want to try using Debian. Mandrake puts the > kernel in /boot. So it was nice to make /boot one partition and / in another. > I tried installing 2.2 but couldn't figure out how to make the installer do > that. Any sugge

Partition question

2000-09-27 Thread David A. Rogers
I've been using Mandrake, but want to try using Debian. Mandrake puts the kernel in /boot. So it was nice to make /boot one partition and / in another. I tried installing 2.2 but couldn't figure out how to make the installer do that. Any suggestions? dar -- Draco Dormiens Nunquam Titillandus (

Re: LILO boot partition question. Thank you

1999-11-26 Thread peter karlsson
> But isn't the map installer run when I run the lilo command after > editing my lilo file ??? It should be. -- \\// Peter - http://www.softwolves.pp.se/ When answering to mailing list or news posting, please do not Cc me personally. Thanks.

Re: LILO boot partition question. Thank you

1999-11-26 Thread peter karlsson
Robert J. Alexander: > if I try installing a lilo.conf with boot=/dev/sda2 as I would like the > LILO process aborts after writing > > LIL- > > as the prompt. According to the documentation: LIL- The descriptor table is corrupt. This can either be caused by a geometry mismatch or b

LILO boot partition question. Thank you

1999-11-26 Thread Robert J. Alexander
I have a / partition on /dev/sda1 and have also defined a /dev/sda2 partition in the first /dev/sda cylinders to ensure my kernels are always below the 1024cyl limit. The /etc/lilo.conf I have working says: boot=/dev/sda1 root=/dev/sda1 if I try installing a lilo.conf with boot=/dev/sda2 as I wo

Re: partition question

1999-01-07 Thread Peter Berlau
On Wed, Jan 06, 1999 at 11:21:11PM -0600, Wesley Simon wrote: > > > I have a linux partition that is running out of space. I have another > partition on the drive that used to be NT, I toasted that partition and > created another linux partition. I would like to put everthing under > /usr on th

Re: partition question

1999-01-07 Thread frleg
The first thing is to ensure you copy all the files AND links. This can be done using the -a command in cp. You don't have to change the name of your partitions (in fact, it does nothing). If you have 2 partitions mounted on /usr and /bkup /dev/hda1 > /usr /dev/hda2 > /bkup You just have t

partition question

1999-01-07 Thread Wesley Simon
I have a linux partition that is running out of space. I have another partition on the drive that used to be NT, I toasted that partition and created another linux partition. I would like to put everthing under /usr on the other partition. I mounted it as /bkup. I tried to go under /usr and d

Thanks! (was Re: Total Newbie partition question)

1997-07-07 Thread Dan Hugo
Thanks, Bob! I guess I should have kept going with fdisk instead of wimping out. I probably would have gone down that path eventually. I asked two of my friends familiar with this (both Debian users, in fact) and both of them answered with "I don't remember exactly how that works, but it does."

Re: Total Newbie partition question

1997-07-06 Thread Robert D. Hilliard
On Sun, 06 Jul 1997 15:34:46 -0700, Dan Hugo <[EMAIL PROTECTED]> wrote: > What to I do with extended and logical partitions when I have three > physical paritions on my drive already? > > In other words, I have hda1,hda2,hda3, and I would like to add more than > hda4. Assuming I am using fdisk,

Total Newbie partition question

1997-07-06 Thread Dan Hugo
I've read the HOWTO's and some other info, but it seems that this topic is sort of glossed over, and I have never really understood exactly what to do, so I wonder if someone could give me the total newbie answer to this question: What to I do with extended and logical partitions when I have three