I'm importing my production database into my test machine and the volume is too small. I checked and have plenty of disk space available but I've hit a snag. So far I've unmounted the volume umount /dev/vg00/lvol10 extended the logical volume to 3600 Mb: lvextend -L 3600 /dev/vg00/lvol10
but when I try to extend the file system I keep getting the error "Charactor special file required" Ideally I want to extend the file system by 400Mb I've tried: extendfs -F hsf -s 400 /dev/vg00/lvol10 And also: extendfs -F hfs /dev/vg00/lvol10 which I thought would extend the file system to full logical volume size. Both produce the Character special error. What am i missing?
but when I try to extend the file system I keep getting the error "Charactor special file required" Ideally I want to extend the file system by 400Mb I've tried: extendfs -F hsf -s 400 /dev/vg00/lvol10 And also: extendfs -F hfs /dev/vg00/lvol10 which I thought would extend the file system to full logical volume size. Both produce the Character special error. What am i missing?