<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: /dev/sdd1 is apparently in use by the system in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/dev-sdd1-is-apparently-in-use-by-the-system/m-p/4499225#M38303</link>
    <description>you didn't partitioned the disk /dev/sdd and mark it as Linux raid autodetect and then try</description>
    <pubDate>Thu, 17 Sep 2009 07:32:33 GMT</pubDate>
    <dc:creator>Jeeshan</dc:creator>
    <dc:date>2009-09-17T07:32:33Z</dc:date>
    <item>
      <title>/dev/sdd1 is apparently in use by the system</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dev-sdd1-is-apparently-in-use-by-the-system/m-p/4499224#M38302</link>
      <description>/dev/sda3, /dev/sdb1, /dev/sdc1 are member of a raid-5 volume /dev/md0.&lt;BR /&gt;&lt;BR /&gt;I add a new hard disk(/dev/sdd), then create a partition(/dev/sdd1) via fdisk.&lt;BR /&gt;&lt;BR /&gt;now when I try make file system, I got the following error&lt;BR /&gt;mkfs.ext3 /dev/sdd1&lt;BR /&gt;mke2fs 1.38 (30-Jun-2005)&lt;BR /&gt;/dev/sdd1 is apparently in use by the system; will not make a filesystem here!&lt;BR /&gt;&lt;BR /&gt;but when I try to make file system on /dev/dm-1 it works&lt;BR /&gt;&lt;BR /&gt;following the output of 'fdisk -l'&lt;BR /&gt;&lt;BR /&gt;Disk /dev/sda: 250.0 GB, 250059350016 bytes&lt;BR /&gt;255 heads, 63 sectors/track, 30401 cylinders&lt;BR /&gt;Units = cylinders of 16065 * 512 = 8225280 bytes&lt;BR /&gt;&lt;BR /&gt;   Device Boot      Start         End      Blocks   Id  System&lt;BR /&gt;/dev/sda1   *           1          66      530113+  83  Linux&lt;BR /&gt;/dev/sda2              67         589     4200997+  82  Linux swap / Solaris&lt;BR /&gt;/dev/sda3             590       30401   239464890   fd  Linux raid autodetect&lt;BR /&gt;&lt;BR /&gt;Disk /dev/sdb: 250.0 GB, 250059350016 bytes&lt;BR /&gt;255 heads, 63 sectors/track, 30401 cylinders&lt;BR /&gt;Units = cylinders of 16065 * 512 = 8225280 bytes&lt;BR /&gt;&lt;BR /&gt;   Device Boot      Start         End      Blocks   Id  System&lt;BR /&gt;/dev/sdb1               1       30401   244196001   fd  Linux raid autodetect&lt;BR /&gt;&lt;BR /&gt;Disk /dev/sdc: 250.0 GB, 250059350016 bytes&lt;BR /&gt;255 heads, 63 sectors/track, 30401 cylinders&lt;BR /&gt;Units = cylinders of 16065 * 512 = 8225280 bytes&lt;BR /&gt;&lt;BR /&gt;   Device Boot      Start         End      Blocks   Id  System&lt;BR /&gt;/dev/sdc1               1       30401   244196001   fd  Linux raid autodetect&lt;BR /&gt;&lt;BR /&gt;Disk /dev/sdd: 1000.2 GB, 1000204886016 bytes&lt;BR /&gt;255 heads, 63 sectors/track, 121601 cylinders&lt;BR /&gt;Units = cylinders of 16065 * 512 = 8225280 bytes&lt;BR /&gt;&lt;BR /&gt;   Device Boot      Start         End      Blocks   Id  System&lt;BR /&gt;&lt;BR /&gt;Disk /dev/md0: 490.4 GB, 490423713792 bytes&lt;BR /&gt;2 heads, 4 sectors/track, 119732352 cylinders&lt;BR /&gt;Units = cylinders of 8 * 512 = 4096 bytes&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Disk /dev/dm-1: 1000.2 GB, 1000204886016 bytes&lt;BR /&gt;255 heads, 63 sectors/track, 121601 cylinders&lt;BR /&gt;Units = cylinders of 16065 * 512 = 8225280 bytes&lt;BR /&gt;&lt;BR /&gt;     Device Boot      Start         End      Blocks   Id  System&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Thu, 17 Sep 2009 07:21:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dev-sdd1-is-apparently-in-use-by-the-system/m-p/4499224#M38302</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2009-09-17T07:21:18Z</dc:date>
    </item>
    <item>
      <title>Re: /dev/sdd1 is apparently in use by the system</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dev-sdd1-is-apparently-in-use-by-the-system/m-p/4499225#M38303</link>
      <description>you didn't partitioned the disk /dev/sdd and mark it as Linux raid autodetect and then try</description>
      <pubDate>Thu, 17 Sep 2009 07:32:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dev-sdd1-is-apparently-in-use-by-the-system/m-p/4499225#M38303</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2009-09-17T07:32:33Z</dc:date>
    </item>
    <item>
      <title>Re: /dev/sdd1 is apparently in use by the system</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dev-sdd1-is-apparently-in-use-by-the-system/m-p/4499226#M38304</link>
      <description>I don't see any partitions on /dev/sdd; when partitioning the disk, did you forget to actually write the new partition table to the disk? (the "w" command in fdisk)&lt;BR /&gt;&lt;BR /&gt;Because there are no partitions on /dev/sdd, /dev/sdd1 does not exist. Trying to access it causes an error. Apparently mkfs.ext3 does not expect that you might be trying to run it on a partition that is not there, and gives a non-sense error message.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Thu, 17 Sep 2009 11:11:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dev-sdd1-is-apparently-in-use-by-the-system/m-p/4499226#M38304</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2009-09-17T11:11:21Z</dc:date>
    </item>
  </channel>
</rss>

