Narendra Kumar S.S writes: > Hi, > > I have a query related to milestone and smf services in failsafe mode. > I have an s10 system and I have booted to failsafe mode. > When I do 'svcs -a | grep milestone', I see that milestone-singleuser > is offline and none of the milestones are online. > The problem I am working on is related to /var filesystem. > /var is a zfs filesystem and it is on a disk other than root disk. > Now, in failsafe mode, the /var is not mounted. > When I try to do 'svcadm enable -rst filesystem/local', this never > comes out. > I think, this is waiting for some of its dependent services to come up, > which might be dependent on the milestone. > > So, can somebody suggest me how to bring up filesystem/local while in > failsafe, so that /var gets mounted? > > -- > Warm Regards, > Narendra > > Visit my blogs at: > http://ssnarendrakumar.blogspot.com/ > ___ ___ __ _ > / __/ / __/ / | / / > _\ \ _ \ \ / /| |/ / > \___/ \___/ /_/ |__/
Can you just use the zfs mount command? Do a zfs list to get the name of the dataset that gets mounted on /var. Then type zfs mount dataset_name tom