Date: Tue, 1 Feb 2000 23:36:20 -0800 From: Chip <chip@wiegand.org> To: seafug@dub.net Cc: questions@freebsd.org Subject: Adding another hd and can't mount it Message-ID: <00020200005400.00325@chip.homenet>
next in thread | raw e-mail | index | archive | help
Hi, I just installed a 2nd hd and ran sysinstall, got it partitioned and the file system set up properly. When I try to mount it (as root)I get the following message: chip# mount /dev/wdc3 /home/2nddrive mount: No such file or directory (** yes there is **) chip# mount /dev/wd1s1a on / (local, writes: sync 36 async 155) /dev/wd1s1f on /usr (local, writes: sync 144 async 444) procfs on /proc (local) So then I try it a little differantly: chip# mount /dev/wd3 /home/2nddrive mount: /dev/wd3 on /usr/home/2nddrive: incorrect super block When I run disklabel I get the following response: chip# disklabel wd3 # /dev/rwd3c: type: ESDI disk: wd3s1 label: flags: bytes/sector: 512 sectors/track: 63 tracks/cylinder: 255 sectors/cylinder: 16065 cylinders: 256 sectors/unit: 4124736 rpm: 3600 interleave: 1 trackskew: 0 cylinderskew: 0 headswitch: 0 # milliseconds track-to-track seek: 0 # milliseconds drivedata: 0 8 partitions: # size offset fstype [fsize bsize bps/cpg] a: 3715136 409600 4.2BSD 1024 8192 16 # (Cyl. 25*- 256*) b: 409600 0 swap # (Cyl. 0 - 25*) c: 4124736 0 unused 0 0 # (Cyl. 0 - 256*) After this response I tried the following: chip# mount /dev/wd3s1 /home/2nddrive mount: /dev/wd3s1 on /usr/home/2nddrive: incorrect super block I also ran newfs /dev/wd3s1 and got the following messages: chip# newfs /dev/wd3s1 newfs: /dev/wd3s1: not a character-special device Warning: 4032 sector(s) in last cylinder unallocated /dev/wd3s1: 3715136 sectors in 908 cylinders of 1 tracks, 4096 sectors 1814.0MB in 57 cyl groups (16 c/g, 32.00MB/g, 7936 i/g) super-block backups (for fsck -b #) at: 32, 65568, 131104, 196640, 262176, 327712, 393248, 458784, 524320, 589856, 655392, 720928, 786464, 852000, 917536, 983072, 1048608, 1114144, 1179680, 1245216, 1310752, 1376288, 1441824, 1507360, 1572896, 1638432, 1703968, 1769504, 1835040, 1900576, 1966112, 2031648, 2097184, 2162720, 2228256, 2293792, 2359328, 2424864, 2490400, 2555936, 2621472, 2687008, 2752544, 2818080, 2883616, 2949152, 3014688, 3080224, 3145760, 3211296, 3276832, 3342368, 3407904, 3473440, 3538976, 3604512, 3670048, I'm not sure if I needed to run that command, but did it anyway. Now, I made the directory '2nddrive' inside the directory /home, so it looks like this - /home/2nddrive, and I have also tried using /mnt/2nddrive, with the same results. Why does the 2nd line above show /usr/home/2nddrive? Why can't I mount this drive? It's 100% fbsd partitioned Chip W 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?00020200005400.00325>