Author: Ken Kixmoeller (ProLinux)
Posted: 2011-09-12 17:48:06 Link
OK, my new linux box is up and running, sort of.
This is the scenario:
* I installed Ubuntu 11.4 on the new 1TB (SATA) disk that came with
the machine.
* I have a bunch of ATA disks from my now-dead old Ubuntu computer. I
have installed two of them internally (one of them is still NTFS), and
the rest externally with some cheap HDD enclosures.
I had made an error when I first installed the two internal ATA drives
-- I had the jumper settings wrong. I thought that was why I couldn't
mount one of them. Otherwise, everything seemed OK. Well, except for
Samba -- a couple of samba shares, well, wouldn't.
So, I took it apart and fixed the drives. Now, more of the drives
won't mount. A drive that (the UI tool) says is at "dev/sda" when I
try to mount it, it says that there is "already a disk mounted at
media/sdc". If it is at dev/sda, shouldn't it mount at media/sda?
Any suggestions how I work my way out of this mess?
Ken
Further:
** this is fstab:
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0
/dev/sda1 / ext4 errors=remount-ro 0 1
# swap was on /dev/sda5 during installation
UUID=709095b9-9736-42d6-9b7a-9ab9f7b81028 none swap sw
0 0
/dev/sdb1 /media/sda1 ntfs nls=iso8859-1,users,uid=root 0 0
/dev/sdc1 /media/sdc1 ext4 users 0 0
/dev/sdd1 /media/sdd1 ext4 users 0 0
/dev/sdj1 /media/sdj1 ntfs nls=iso8859-1,users,uid=root 0 0
/dev/sdk1 /media/sdk1 ext4 group=root,users 0 0
/dev/sde1 /media/sde1 ntfs defaults 0 0
/dev/sdi1 /media/sdi1 ext4 group=root,users 0 0
** here is: ls -al /media
total 44
drwxr-xr-x 10 root root 4096 2011-09-12 14:35 .
drwxr-xr-x 22 root root 4096 2011-09-06 22:29 ..
drwxr-xr-x 2 root root 4096 2011-09-11 21:10 sda1
drwxr-xr-x 2 root root 4096 2011-09-10 17:07 sdb1
drwxr-xr-x 22 root root 4096 2011-09-06 22:29 sdc1
drwx------ 4 ken ken 4096 2011-09-08 16:56 sdd1
drwxrwxrwx 1 root root 8192 2011-09-09 14:52 sde1
drwxr-xr-x 2 root root 4096 2011-09-12 11:06 sdi1
drwxrwxrwx 1 root root 4096 2011-09-12 14:22 sdj1
drwxr-xr-x 2 root root 4096 2011-09-10 17:08 sdk1
_______________________________________________
Post Messages to: ProLinux@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/prolinux
Searchable Archive: http://leafe.com/archives/search/prolinux
This message: http://leafe.com/archives/byMID/CAFyV=L=4dnqXLY12QcP0yLSNaDVsmZpf3OnS0Jf0tEwen3xnow@mail.gmail.com
Author: Jarvis, Matthew
Posted: 2011-09-12 17:56:21 Link
> -----Original Message-----
> From: prolinux-bounces@leafe.com [mailto:prolinux-bounces@leafe.com]
On
> Behalf Of Ken Kixmoeller (ProLinux)
> Sent: Monday, September 12, 2011 2:48 PM
> To: ProLinux Email List
> Subject: [ProLinux] I have confused my new computer
>
> OK, my new linux box is up and running, sort of.
>
> This is the scenario:
>
> * I installed Ubuntu 11.4 on the new 1TB (SATA) disk that came with
> the machine.
>
> * I have a bunch of ATA disks from my now-dead old Ubuntu computer. I
> have installed two of them internally (one of them is still NTFS), and
> the rest externally with some cheap HDD enclosures.
>
> I had made an error when I first installed the two internal ATA drives
> -- I had the jumper settings wrong. I thought that was why I couldn't
> mount one of them. Otherwise, everything seemed OK. Well, except for
> Samba -- a couple of samba shares, well, wouldn't.
>
> So, I took it apart and fixed the drives. Now, more of the drives
> won't mount. A drive that (the UI tool) says is at "dev/sda" when I
> try to mount it, it says that there is "already a disk mounted at
> media/sdc". If it is at dev/sda, shouldn't it mount at media/sda?
>
> Any suggestions how I work my way out of this mess?
>
> Ken
>
> Further:
>
> ** this is fstab:
> # <file system> <mount point> <type> <options> <dump> <pass>
> proc /proc proc nodev,noexec,nosuid 0 0
> /dev/sda1 / ext4 errors=remount-ro 0 1
> # swap was on /dev/sda5 during installation
> UUID=709095b9-9736-42d6-9b7a-9ab9f7b81028 none swap sw
> 0 0
> /dev/sdb1 /media/sda1 ntfs nls=iso8859-1,users,uid=root 0 0
> /dev/sdc1 /media/sdc1 ext4 users 0 0
> /dev/sdd1 /media/sdd1 ext4 users 0 0
> /dev/sdj1 /media/sdj1 ntfs nls=iso8859-1,users,uid=root 0 0
> /dev/sdk1 /media/sdk1 ext4 group=root,users 0 0
> /dev/sde1 /media/sde1 ntfs defaults 0 0
> /dev/sdi1 /media/sdi1 ext4 group=root,users 0 0
>
> ** here is: ls -al /media
> total 44
> drwxr-xr-x 10 root root 4096 2011-09-12 14:35 .
> drwxr-xr-x 22 root root 4096 2011-09-06 22:29 ..
> drwxr-xr-x 2 root root 4096 2011-09-11 21:10 sda1
> drwxr-xr-x 2 root root 4096 2011-09-10 17:07 sdb1
> drwxr-xr-x 22 root root 4096 2011-09-06 22:29 sdc1
> drwx------ 4 ken ken 4096 2011-09-08 16:56 sdd1
> drwxrwxrwx 1 root root 8192 2011-09-09 14:52 sde1
> drwxr-xr-x 2 root root 4096 2011-09-12 11:06 sdi1
> drwxrwxrwx 1 root root 4096 2011-09-12 14:22 sdj1
> drwxr-xr-x 2 root root 4096 2011-09-10 17:08 sdk1
What if you disconnect all the drives except the main SATA, boot it up.
Let it reconfig itself based on the one, main drive.
Power it down. Reconnect one of the drives (making usre master/slave
setting on cable is correct), boot. Confirm it is reading and showing up
sdb...
Continue with other drives, making sure properly set on cable and
jumbers etc...
That's what I would do - try and move what is confusing it and let it
see the added stuff one at a time...
Thanks,
Matthew Jarvis || Business Systems Analyst
IT Department
McKenzie-Willamette Medical Center
1460 G Street, Springfield, OR 97477 || Ph: 541-744-6092 || Fax:
541-744-6145
--------------------------------------------------------------------------
Disclaimer: This electronic message may contain information that is
Proprietary, Confidential, or legally privileged or protected. It
is intended only for the use of the individual(s) and entity named
in the message. If you are not an intended recipient of this
message, please notify the sender immediately and delete the
material from your computer. Do not deliver, distribute or copy
this message and do not disclose its contents or take any action in
reliance on the information it contains.
_______________________________________________
Post Messages to: ProLinux@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/prolinux
Searchable Archive: http://leafe.com/archives/search/prolinux
This message: http://leafe.com/archives/byMID/69F310C05DD83C48A84BA3769CE1ECF8059C9AE1@TNTRIEXEVS02.triadhospitals.net
Author: Ken Kixmoeller (ProLinux)
Posted: 2011-09-12 17:56:28 Link
On Mon, Sep 12, 2011 at 4:48 PM, Ken Kixmoeller (ProLinux)
<prolinux@information-architecture.com> wrote:
>
> Further:
here is mount:
/dev/sdc1 on / type ext4 (rw,errors=remount-ro,commit=0)
proc on /proc type proc (rw,noexec,nosuid,nodev)
none on /sys type sysfs (rw,noexec,nosuid,nodev)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
none on /dev type devtmpfs (rw,mode=0755)
none on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
none on /dev/shm type tmpfs (rw,nosuid,nodev)
none on /var/run type tmpfs (rw,nosuid,mode=0755)
none on /var/lock type tmpfs (rw,noexec,nosuid,nodev)
/dev/sdc1 on /media/sdc1 type ext4 (rw,noexec,nosuid,nodev,commit=0)
/dev/sdd1 on /media/sdd1 type ext4 (rw,noexec,nosuid,nodev,commit=0)
/dev/sdj1 on /media/sdj1 type fuseblk
(rw,noexec,nosuid,nodev,allow_other,blksize=4096,default_permissions)
/dev/sde1 on /media/sde1 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc
(rw,noexec,nosuid,nodev)
gvfs-fuse-daemon on /home/ken/.gvfs type fuse.gvfs-fuse-daemon
(rw,nosuid,nodev,user=ken)
_______________________________________________
Post Messages to: ProLinux@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/prolinux
Searchable Archive: http://leafe.com/archives/search/prolinux
This message: http://leafe.com/archives/byMID/CAFyV=Lkniu+Ez0a70TL0whham46gc9dxmJVfAzaK=PeVLNx0yw@mail.gmail.com
Use root privileges for the following commands.
To list your drives, use the following command:
fdisk -l
Create mount point for a drive:
mkdir /media/sdc1
Using the name obtained from the "fdisk -l" command, try mounting the
drive manually like:
mount -t ext4 /media/sdc1 /dev/sdc1
Regards,
LelandJ
On 09/12/2011 04:48 PM, Ken Kixmoeller (ProLinux) wrote:
> OK, my new linux box is up and running, sort of.
>
> This is the scenario:
>
> * I installed Ubuntu 11.4 on the new 1TB (SATA) disk that came with
> the machine.
>
> * I have a bunch of ATA disks from my now-dead old Ubuntu computer. I
> have installed two of them internally (one of them is still NTFS), and
> the rest externally with some cheap HDD enclosures.
>
> I had made an error when I first installed the two internal ATA drives
> -- I had the jumper settings wrong. I thought that was why I couldn't
> mount one of them. Otherwise, everything seemed OK. Well, except for
> Samba -- a couple of samba shares, well, wouldn't.
>
> So, I took it apart and fixed the drives. Now, more of the drives
> won't mount. A drive that (the UI tool) says is at "dev/sda" when I
> try to mount it, it says that there is "already a disk mounted at
> media/sdc". If it is at dev/sda, shouldn't it mount at media/sda?
>
> Any suggestions how I work my way out of this mess?
>
> Ken
>
> Further:
>
> ** this is fstab:
> #<file system> <mount point> <type> <options> <dump> <pass>
> proc /proc proc nodev,noexec,nosuid 0 0
> /dev/sda1 / ext4 errors=remount-ro 0 1
> # swap was on /dev/sda5 during installation
> UUID=709095b9-9736-42d6-9b7a-9ab9f7b81028 none swap sw
> 0 0
> /dev/sdb1 /media/sda1 ntfs nls=iso8859-1,users,uid=root 0 0
> /dev/sdc1 /media/sdc1 ext4 users 0 0
> /dev/sdd1 /media/sdd1 ext4 users 0 0
> /dev/sdj1 /media/sdj1 ntfs nls=iso8859-1,users,uid=root 0 0
> /dev/sdk1 /media/sdk1 ext4 group=root,users 0 0
> /dev/sde1 /media/sde1 ntfs defaults 0 0
> /dev/sdi1 /media/sdi1 ext4 group=root,users 0 0
>
> ** here is: ls -al /media
> total 44
> drwxr-xr-x 10 root root 4096 2011-09-12 14:35 .
> drwxr-xr-x 22 root root 4096 2011-09-06 22:29 ..
> drwxr-xr-x 2 root root 4096 2011-09-11 21:10 sda1
> drwxr-xr-x 2 root root 4096 2011-09-10 17:07 sdb1
> drwxr-xr-x 22 root root 4096 2011-09-06 22:29 sdc1
> drwx------ 4 ken ken 4096 2011-09-08 16:56 sdd1
> drwxrwxrwx 1 root root 8192 2011-09-09 14:52 sde1
> drwxr-xr-x 2 root root 4096 2011-09-12 11:06 sdi1
> drwxrwxrwx 1 root root 4096 2011-09-12 14:22 sdj1
> drwxr-xr-x 2 root root 4096 2011-09-10 17:08 sdk1
>
[excessive quoting removed by server]
_______________________________________________
Post Messages to: ProLinux@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/prolinux
Searchable Archive: http://leafe.com/archives/search/prolinux
This message: http://leafe.com/archives/byMID/4E6EB521.20302@mail.smvfp.com
Also, make sure you have samba client, server and common files installed
and running in your new Linux OS.
Regards,
LelandJ
On 09/12/2011 08:42 PM, lelandj wrote:
> Use root privileges for the following commands.
>
> To list your drives, use the following command:
>
> fdisk -l
>
> Create mount point for a drive:
>
> mkdir /media/sdc1
>
> Using the name obtained from the "fdisk -l" command, try mounting the
> drive manually like:
>
> mount -t ext4 /media/sdc1 /dev/sdc1
>
> Regards,
>
> LelandJ
>
>
>
>
>
>
>
> On 09/12/2011 04:48 PM, Ken Kixmoeller (ProLinux) wrote:
>> OK, my new linux box is up and running, sort of.
>>
>> This is the scenario:
>>
>> * I installed Ubuntu 11.4 on the new 1TB (SATA) disk that came with
>> the machine.
>>
>> * I have a bunch of ATA disks from my now-dead old Ubuntu computer. I
>> have installed two of them internally (one of them is still NTFS), and
>> the rest externally with some cheap HDD enclosures.
>>
>> I had made an error when I first installed the two internal ATA drives
>> -- I had the jumper settings wrong. I thought that was why I couldn't
>> mount one of them. Otherwise, everything seemed OK. Well, except for
>> Samba -- a couple of samba shares, well, wouldn't.
>>
>> So, I took it apart and fixed the drives. Now, more of the drives
>> won't mount. A drive that (the UI tool) says is at "dev/sda" when I
>> try to mount it, it says that there is "already a disk mounted at
>> media/sdc". If it is at dev/sda, shouldn't it mount at media/sda?
>>
>> Any suggestions how I work my way out of this mess?
>>
>> Ken
>>
>> Further:
>>
>> ** this is fstab:
>> #<file system> <mount point> <type> <options> <dump> <pass>
>> proc /proc proc nodev,noexec,nosuid 0 0
>> /dev/sda1 / ext4 errors=remount-ro 0 1
>> # swap was on /dev/sda5 during installation
>> UUID=709095b9-9736-42d6-9b7a-9ab9f7b81028 none swap sw
>> 0 0
>> /dev/sdb1 /media/sda1 ntfs nls=iso8859-1,users,uid=root 0 0
>> /dev/sdc1 /media/sdc1 ext4 users 0 0
>> /dev/sdd1 /media/sdd1 ext4 users 0 0
>> /dev/sdj1 /media/sdj1 ntfs nls=iso8859-1,users,uid=root 0 0
>> /dev/sdk1 /media/sdk1 ext4 group=root,users 0 0
>> /dev/sde1 /media/sde1 ntfs defaults 0 0
>> /dev/sdi1 /media/sdi1 ext4 group=root,users 0 0
>>
>> ** here is: ls -al /media
>> total 44
>> drwxr-xr-x 10 root root 4096 2011-09-12 14:35 .
>> drwxr-xr-x 22 root root 4096 2011-09-06 22:29 ..
>> drwxr-xr-x 2 root root 4096 2011-09-11 21:10 sda1
>> drwxr-xr-x 2 root root 4096 2011-09-10 17:07 sdb1
>> drwxr-xr-x 22 root root 4096 2011-09-06 22:29 sdc1
>> drwx------ 4 ken ken 4096 2011-09-08 16:56 sdd1
>> drwxrwxrwx 1 root root 8192 2011-09-09 14:52 sde1
>> drwxr-xr-x 2 root root 4096 2011-09-12 11:06 sdi1
>> drwxrwxrwx 1 root root 4096 2011-09-12 14:22 sdj1
>> drwxr-xr-x 2 root root 4096 2011-09-10 17:08 sdk1
>>
[excessive quoting removed by server]
_______________________________________________
Post Messages to: ProLinux@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/prolinux
Searchable Archive: http://leafe.com/archives/search/prolinux
This message: http://leafe.com/archives/byMID/4E6EBA8E.3070506@mail.smvfp.com
Author: Ken Kixmoeller (ProLinux)
Posted: 2011-09-12 23:17:22 Link
Thanks, boys -- I'll play again in the morning.
Ken
On Mon, Sep 12, 2011 at 9:06 PM, lelandj <lelandj@mail.smvfp.com> wrote:
> Also, make sure you have samba client, server and common files installed
> and running in your new Linux OS.
_______________________________________________
Post Messages to: ProLinux@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/prolinux
Searchable Archive: http://leafe.com/archives/search/prolinux
This message: http://leafe.com/archives/byMID/CAFyV=LkKSfoUopAAJkU-_jort10CEwSXw02BkT3h0xLwX74u9g@mail.gmail.com
Author: Ken Kixmoeller (ProLinux)
Posted: 2011-09-13 12:18:04 Link
OK, I am playing. I disconnected everything but the boot drive.
1. All of the "mount point" folders are still in /media/ -- should I
delete (or rename) them? A GUI disk utility says that the mount point
of the remaining drive is ./ -- does that make sense? There is a SDA1
folder in there.
2. Ditto the device files (or whatever the heck they are) in /dev/ --
sda1 seems to be the boot drive partition and sda5 seems to be the
swap partition. Can/should I delete or rename the others?
I feel like I am treading on dangerous ground.
Ken
_______________________________________________
Post Messages to: ProLinux@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/prolinux
Searchable Archive: http://leafe.com/archives/search/prolinux
This message: http://leafe.com/archives/byMID/CAFyV=Lni8czx2XcOp_bY_hSej2m7dQMvuxHgZzcCFWO8uNyQiQ@mail.gmail.com
Can you post the output of the fdisk -l command?
Regards,
LelandJ
On 09/13/2011 11:18 AM, Ken Kixmoeller (ProLinux) wrote:
> OK, I am playing. I disconnected everything but the boot drive.
>
> 1. All of the "mount point" folders are still in /media/ -- should I
> delete (or rename) them? A GUI disk utility says that the mount point
> of the remaining drive is ./ -- does that make sense? There is a SDA1
> folder in there.
>
> 2. Ditto the device files (or whatever the heck they are) in /dev/ --
> sda1 seems to be the boot drive partition and sda5 seems to be the
> swap partition. Can/should I delete or rename the others?
>
> I feel like I am treading on dangerous ground.
>
> Ken
>
[excessive quoting removed by server]
_______________________________________________
Post Messages to: ProLinux@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/prolinux
Searchable Archive: http://leafe.com/archives/search/prolinux
This message: http://leafe.com/archives/byMID/4E6F859C.1040702@mail.smvfp.com
Go ahead and hook up all your drive, and then do a fdisk -l and post
it. The fdisk -l command will tell us how the new OS has assigned
labels to the additional drives.
Regards,
LelandJ
On 09/13/2011 11:32 AM, lelandj wrote:
> Can you post the output of the fdisk -l command?
>
> Regards,
>
> LelandJ
>
>
>
>
> On 09/13/2011 11:18 AM, Ken Kixmoeller (ProLinux) wrote:
>> OK, I am playing. I disconnected everything but the boot drive.
>>
>> 1. All of the "mount point" folders are still in /media/ -- should I
>> delete (or rename) them? A GUI disk utility says that the mount point
>> of the remaining drive is ./ -- does that make sense? There is a SDA1
>> folder in there.
>>
>> 2. Ditto the device files (or whatever the heck they are) in /dev/ --
>> sda1 seems to be the boot drive partition and sda5 seems to be the
>> swap partition. Can/should I delete or rename the others?
>>
>> I feel like I am treading on dangerous ground.
>>
>> Ken
>>
[excessive quoting removed by server]
_______________________________________________
Post Messages to: ProLinux@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/prolinux
Searchable Archive: http://leafe.com/archives/search/prolinux
This message: http://leafe.com/archives/byMID/4E6F88A9.90109@mail.smvfp.com
The following was output from my desktop system using the fdisk -l command:
#-------------------------------------
Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000c7604
Device Boot Start End Blocks Id System
/dev/sda1 * 63 943176149 471588043+ 83 Linux
/dev/sda2 943176150 976768064 16795957+ 82 Linux swap / Solaris
Disk /dev/sdb: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000c7604
Device Boot Start End Blocks Id System
/dev/sdb1 63 943176149 471588043+ 83 Linux
/dev/sdb2 943176150 976768064 16795957+ 82 Linux swap / Solaris
Disk /dev/sdc: 2000.4 GB, 2000398934016 bytes
255 heads, 63 sectors/track, 243201 cylinders, total 3907029168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000a6d57
Device Boot Start End Blocks Id System
/dev/sdc1 2048 3907028991 1953513472 83 Linux
Disk /dev/sdd: 203.9 GB, 203928109056 bytes
255 heads, 63 sectors/track, 24792 cylinders, total 398297088 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x36ce36cd
Device Boot Start End Blocks Id System
/dev/sdd1 63 398297087 199148512+ 83 Linux
Disk /dev/sde: 750.2 GB, 750156374016 bytes
255 heads, 63 sectors/track, 91201 cylinders, total 1465149168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x44fdfe06
Device Boot Start End Blocks Id System
/dev/sde1 2048 1465147391 732572672 83 Linux
#----------------------------------------
Regards,
LelandJ
On 09/13/2011 11:32 AM, lelandj wrote:
> Can you post the output of the fdisk -l command?
>
> Regards,
>
> LelandJ
>
>
>
>
> On 09/13/2011 11:18 AM, Ken Kixmoeller (ProLinux) wrote:
>> OK, I am playing. I disconnected everything but the boot drive.
>>
>> 1. All of the "mount point" folders are still in /media/ -- should I
>> delete (or rename) them? A GUI disk utility says that the mount point
>> of the remaining drive is ./ -- does that make sense? There is a SDA1
>> folder in there.
>>
>> 2. Ditto the device files (or whatever the heck they are) in /dev/ --
>> sda1 seems to be the boot drive partition and sda5 seems to be the
>> swap partition. Can/should I delete or rename the others?
>>
>> I feel like I am treading on dangerous ground.
>>
>> Ken
>>
[excessive quoting removed by server]
_______________________________________________
Post Messages to: ProLinux@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/prolinux
Searchable Archive: http://leafe.com/archives/search/prolinux
This message: http://leafe.com/archives/byMID/4E6F8BCC.8010603@mail.smvfp.com