Koozali.org: home of the SME Server

help How to add an extra hard disk to a SME server

Offline mgb

  • ****
  • 558
  • +0/-0
help How to add an extra hard disk to a SME server
« on: December 18, 2006, 02:09:20 PM »
help from  http://mirror.contribs.org/smeserver/contribs/mblotwijk/HowToGuides/AddExtraHardDisk.htm#homedir
step 1 to 5 is ok
Filesystem    Type   1k-blocks      Used Available Use% Mounted on
/dev/sda3     ext3     3763404   1936256   1635976  55% /
/dev/sda1     ext3      101089     14294     81576  15% /boot
none         tmpfs       95504         0     95504   0% /dev/shm
/dev/sdb1     vfat     4184732      2552   4182180   1% /mnt/fat32
ok

mkdir -p /mnt/fat32/ibays/data
 ok

ls -l /home/e-smith/files/ibays
total 16
drwxr-xr-x    6 root     root         4096 Dec 18 11:19 data
drwxr-xr-x    6 root     root         4096 Dec  4 05:53 mrtg
drwxr-xr-x    6 root     root         4096 Dec  4 05:53 polin
drwxr-xr-x    5 root     root         4096 Dec 10 07:22 Primary
ok

chown admin:pouser /mnt/fat32/ibays/data
chown admin:pouser /mnt/fat32/ibays/data
chown: changing ownership of `/mnt/fat32/ibays/data': Operation not permitted
not ok ??
Thanks all for helping
Skype yosii2009

Offline Boris

  • *
  • 783
  • +0/-0
help How to add an extra hard disk to a SME server
« Reply #1 on: December 18, 2006, 07:04:43 PM »
>> chown: changing ownership of `/mnt/fat32/ibays/data': Operation not permitted
not ok ??<<

FAT32 does not support UNIX style permissions.
...

Offline mgb

  • ****
  • 558
  • +0/-0
ok ext3
« Reply #2 on: December 20, 2006, 03:40:34 PM »
chown admin:root  /mnt/bigdisk/ibays/
chown: getting attributes of `/mnt/bigdisk/ibays': No such file or directory
[root@omer /]#  chown admin:root  /mnt/bigdisk/idays/Primary/
[root@omer /]# cp -rip /home/e-smith/files/ibays/Primary/*  /mnt/bigdisk/idays/Primary/*
[root@omer /]# diff -r  /mnt/bigdisk/idays/Primary /home/e-smith/files/ibays/Primary
Only in /mnt/bigdisk/idays/Primary/html: cgi
Only in /mnt/bigdisk/idays/Primary/html: ftp
Only in /mnt/bigdisk/idays/Primary/html: html


?
is not good ?
2-  group=root ?
Thanks sos-linux israel
Thanks all for helping
Skype yosii2009