I am having a problem attempting to add a drive. A buddy wants to play around with SME and we spent 2 hours before giving up for the night talking via phone and me directing him what to type. Hes not very familiar with the command line level stuff so im attempting to help him thru some of the hard stuff. Part of our problem was that we were running the commands thru putty and should have been on the server itself.
I was using the instructions found here
http://mirror.contribs.org/smeserver/contribs//mblotwijk/HowToGuides/AddExtraHardDisk.htmHis machine has 2 drives in it a 40 and a 60 I believe
We were getting up to step 3 and after running the command
everything was fine untill he ran the following
If you are using SME 5.6 or newer, it is recommended to convert the partition to the ext3 format: [root@hogwarts /]# tune2fs -j /dev/md2
root@cube-0 ~]# tune2fs -j /dev/md2
tune2fs 1.35 (28-Feb-2004)
Creating journal inode: done
This filesystem will be automatically checked every 36 mounts or
180 days, whichever comes first. Use tune2fs -c or -i to override.
[root@cube-0 ~]# mkdir /mnt/bigdisk
-bash: mkdir: command not found
[root@cube-0 ~]#
I figured the first time it was the above command so he reloaded the machine and then we started again and after running this command
mkfs -t ext2 /dev/md2
skipped to step 4 and received a bunch of error messages device busy and another one . Are we not giving the mkfs -t ext2 /dev/md2 command enough time to run ?
At this point we are going to try again next weekend and I think Im going to load 7 on a machine that I have to test the commands on.
here is what he got when we ran the commands in putty which leads me to think the format was done
[root@cube-0 ~]# mkfs -t ext2 /dev/md2
mke2fs 1.35 (28-Feb-2004)
Filesystem label=
OS type: Linux
Block size=4096 (log=2)
Fragment size=4096 (log=2)
4872896 inodes, 9743392 blocks
487169 blocks (5.00%) reserved for the super user
First data block=0
Maximum filesystem blocks=12582912
298 block groups
32768 blocks per group, 32768 fragments per group
16352 inodes per group
Superblock backups stored on blocks:
32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208,
4096000, 7962624
Writing inode tables: done
Writing superblocks and filesystem accounting information: done
This filesystem will be automatically checked every 36 mounts or
180 days, whichever comes first. Use tune2fs -c or -i to override.
[root@cube-0 ~]#
He claims that both drives are on the same IDE cable ... I thinking of having him but one drive on the other cable if that will help . Any ideas would be appreciated Thanks