|
News,
Internal,
Projects,
Home Software, Support, Documentation |
On Sat, Sep 10, 2005 at 10:58:20PM +0900, 이충수 wrote: > 안녕하세요 초보 이충수 라고 합니다.. > > 이번에 서버OS를 리눅스에서 BSD로 바꿨습니다. > > FreeBSD 4.5 버전이구요 > > 하드가 두개 있었는데요 > > 첫번째는 OS가 깔여 있구요 > > 두번째는 자료들이 들어 있는데 > > 리눅스 사용할때 SAMBA 구축해서 공유했었습니다... > > BSD로 바꾸면서 SAMBA는 구축해 놓았는데 > > 두번째 하드를 포멧할수 없어서 > > BSD에서 ext2 파티션을 마운투 했더니 > > smb# mount /dev/ad1 /data > mount: /dev/ad1 on /data: incorrect super block > > smb# mount -t ext2 /dev/ad1 /data > mount: exec mount_ext2 not found in /sbin, /usr/sbin: No such file or directory > > 이런 메세지가 나옵니다.. 어떻게 해야 마운트가 가능한지.. > > 아니면 포멧안하고 파티션 타입을 바꿀수 있는지 질문드립니다.. ls /sbin/mount* 해 보시면 아시겠지만... /sbin/mount_ext2fs 가 있습니다. mount -t ext2fs /dev/ad1 /data 가 맞습니다. 그럼. -- Neural Networks and Machine Intelligence Lab. Dept. of EECS KAIST homepage : http://lovelyworm.sarang.net/ email : morning@xxxxxxxxxxxx _______________________________________________ 한국 FreeBSD 사용자 그룹(KFUG) questions 메일링 리스트 questions at kr.FreeBSD.org http://www.kr.FreeBSD.org/mailman/listinfo/questions
|
Copyright © 1998-2005 Korea FreeBSD Users Group. All rights reserved. webmaster at kr.FreeBSD.org $Date: 2005/09/13 21:38:05 $ |
|