View Single Post
  #8   (View Single Post)  
Old 9th October 2008
tutosun's Avatar
tutosun tutosun is offline
Port Guard
 
Join Date: Jun 2008
Location: Barcelona
Posts: 13
Default

Very strange:
Code:
# newfs -U /dev/ad1s1
newfs: /dev/ad1s1: failed to open disk for writing
[root@joscar /usr/home/crsn]# df -h
Filesystem     Size    Used   Avail Capacity  Mounted on
/dev/ad0s1a    496M    129M    328M    28%    /
devfs          1.0K    1.0K      0B   100%    /dev
/dev/ad0s1e    496M     24K    456M     0%    /tmp
/dev/ad0s1f    103G     76G     19G    80%    /usr
/dev/ad0s1d    1.9G    101M    1.7G     6%    /var
/dev/ad1s1d    111G    4.0K    102G     0%    /mnt
[root@joscar /usr/home/crsn]# touch /mnt/test
[root@joscar /usr/home/crsn]# ls /mnt
.snap   test
I dont understand. It was giving that error and now it is mounted. I am very confused. And no, there is not any other person accessing that machine, only exists me there.

I added it to /etc/fstab and rebooted the machine. Everything works fine

Thanks all for yor interest and help,

regards,
Reply With Quote