- when u insert CD, it mounted automatically
# df -h
cd monted now
#vold (volume daemon)
# /usr/sbin/vold (location
vold (volume daemon): when you insert a CD, it get mounted automatically so that, it uses a daemon called vold
to check the 'vold' daemon
# ps -ef | grep vold
to see all the path of connected devices
# cfgadm -al
disable service:
if service is disable cd will not mount automatically
1. cd /etc/inti.d
2. sh volmgt stop
3. shvolmgt start
(now cd mounted automatically again)
# df -h
cd monted now
#vold (volume daemon)
# /usr/sbin/vold (location
vold (volume daemon): when you insert a CD, it get mounted automatically so that, it uses a daemon called vold
to check the 'vold' daemon
# ps -ef | grep vold
to see all the path of connected devices
# cfgadm -al
disable service:
if service is disable cd will not mount automatically
1. cd /etc/inti.d
2. sh volmgt stop
3. shvolmgt start
(now cd mounted automatically again)
No comments:
Post a Comment