Date: Mon, 6 Nov 2000 12:00:43 +0200 From: "Noor Dawod" <noor@comrax.com> To: <freebsd-questions@freebsd.org> Subject: mount Message-ID: <PHEBIOJOBJJLIIJCOINKCEPDCLAA.noor@comrax.com>
next in thread | raw e-mail | index | archive | help
hello all i have a system that has two disks, one scsi (primary) and one ide (secondary). today i installed a new disk, an ide, and made it primary. then, i connected the previous ide disk as secondary to this one. the scsi disk is not primary now. i've been able to mount all partitions on the scsi disk successfully, but i am unable to mount the second ide disk. it has one partition, ufs, and this is the output from fdisk: root@www :~# fdisk /dev/ad1 ******* Working on device /dev/ad1 ******* parameters extracted from in-core disklabel are: cylinders=29826 heads=16 sectors/track=63 (1008 blks/cyl) Figures below won't work with BIOS for partitions not in cyl 1 parameters to be used for BIOS calculations are: cylinders=29826 heads=16 sectors/track=63 (1008 blks/cyl) Media sector size is 512 Warning: BIOS sector numbering starts with sector 1 Information from DOS bootblock is: The data for partition 1 is: <UNUSED> The data for partition 2 is: <UNUSED> The data for partition 3 is: <UNUSED> The data for partition 4 is: sysid 165,(FreeBSD/NetBSD/386BSD) start 0, size 50000 (24 Meg), flag 80 (active) beg: cyl 0/ sector 1/ head 0; end: cyl 1023/ sector 63/ head 255 i am trying to mount the disk using this command (/disk3 exists): root@www :~# mount -t ufs /dev/ad1c /disk3 mount: Operation not permitted when this disk was connected to the primary scsi disk, it was mountable with the above command. i also tried this: root@www :~# mount -t ufs /dev/ad1 /disk3 mount: Operation not permitted any idea why this is happening? thanks in advance for your help. Noor To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?PHEBIOJOBJJLIIJCOINKCEPDCLAA.noor>