<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://hackepedia.org/index.php?action=history&amp;feed=atom&amp;title=Mount</id>
	<title>Mount - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://hackepedia.org/index.php?action=history&amp;feed=atom&amp;title=Mount"/>
	<link rel="alternate" type="text/html" href="https://hackepedia.org/index.php?title=Mount&amp;action=history"/>
	<updated>2026-05-08T16:32:12Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://hackepedia.org/index.php?title=Mount&amp;diff=1927&amp;oldid=prev</id>
		<title>Frankk at 14:56, 3 November 2005</title>
		<link rel="alternate" type="text/html" href="https://hackepedia.org/index.php?title=Mount&amp;diff=1927&amp;oldid=prev"/>
		<updated>2005-11-03T14:56:50Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Manually mount and unmount a cd with Solaris 10 on an Ultra 10  ==&lt;br /&gt;
&lt;br /&gt;
Chances are you have a harddrive and a cd-rom, and for some reason [[vold]] isn&amp;#039;t mounting your cd-rom.&lt;br /&gt;
&lt;br /&gt;
 $ ls /dev/dsk&lt;br /&gt;
 c0t0d0s0  c0t0d0s2  c0t0d0s4  c0t0d0s6  c0t2d0s0  c0t2d0s2  c0t2d0s4  c0t2d0s6&lt;br /&gt;
 c0t0d0s1  c0t0d0s3  c0t0d0s5  c0t0d0s7  c0t2d0s1  c0t2d0s3  c0t2d0s5  c0t2d0s7&lt;br /&gt;
&lt;br /&gt;
and you should see both disks, each with 7 slices. In my case the difference is c0t0d0 and c0t2d0.&lt;br /&gt;
&lt;br /&gt;
 $ mount | awk &amp;#039;{print $3}&amp;#039; | grep c0&lt;br /&gt;
 /dev/dsk/c0t0d0s0&lt;br /&gt;
 /dev/dsk/c0t0d0s7&lt;br /&gt;
&lt;br /&gt;
this shows me that my harddrive is c0t0d0, so now I can mount the cdrom. If /cdrom/cdrom0 doesn&amp;#039;t exist:&lt;br /&gt;
&lt;br /&gt;
 # mkdir /cdrom/cdrom0&lt;br /&gt;
&lt;br /&gt;
(if /cdrom doesn&amp;#039;t exist, mkdir it first). &lt;br /&gt;
&lt;br /&gt;
 # mount -F hsfs /dev/dsk/c0t2d0s0 /cdrom/cdrom0&lt;br /&gt;
&lt;br /&gt;
and now I have it mounted, I can &lt;br /&gt;
&lt;br /&gt;
 # cd /cdrom/cdrom0 &lt;br /&gt;
&lt;br /&gt;
to see the cd contents. When you&amp;#039;re done:&lt;br /&gt;
&lt;br /&gt;
 # umount /cdrom/cdrom0&lt;br /&gt;
 umount: /cdrom/cdrom0 busy&lt;br /&gt;
&lt;br /&gt;
Just remember now when you&amp;#039;re done that you have to &lt;br /&gt;
&lt;br /&gt;
 # cd /&lt;br /&gt;
&lt;br /&gt;
You can not be sitting in /cdrom/cdrom0, or have any application using that directory when you want to&lt;br /&gt;
&lt;br /&gt;
 # umount /cdrom/cdrom0&lt;br /&gt;
 #&lt;/div&gt;</summary>
		<author><name>Frankk</name></author>
	</entry>
</feed>