View Single Post
  #5   (View Single Post)  
Old 10th July 2008
disappearedng disappearedng is offline
Shell Scout
 
Join Date: May 2008
Posts: 128
Default

Code:
Disk: ad4       Partition name: ad4s1   Free: 90188847 blocks (44037MB)
Disk: ad4       Partition name: ad4s4   Free: 0 blocks (0MB)
Disk: ad4       Partition name: ad4s2   Free: 763714035 blocks (364GB)

Part      Mount          Size Newfs   Part      Mount          Size Newfs
----      -----          ---- -----   ----      -----          ---- -----
ad4s4a    <none>        512MB *
ad4s4b    swap         4046MB SWAP
ad4s4d    <none>       3047MB *      
ad4s4e    <none>        512MB *
ad4s4f    <none>      51875MB *
Why is it that under fdisk label, under "mount", ad4s4a - ad4s4f does not show anything?


Code:
[disappearedng@ /usr/home/disappearedng]$ ls /dev/ad*
/dev/ad4	/dev/ad4s2	/dev/ad4s4a	/dev/ad4s4d
/dev/ad4s1	/dev/ad4s2c	/dev/ad4s4b	/dev/ad4s4e
/dev/ad4s1c	/dev/ad4s4	/dev/ad4s4c	/dev/ad4s4f
How do I mount?
1) Do I have to create a slice first?
2) If so, what utilities should I be using?
3) if not, do i just mount /dev/ad4s1?
4) Why am I getting this errror?
Code:
[disappearedng@ /usr/home/disappearedng]$ sudo mount  /dev/ad4s1c /usr/mount/50gb/
mount: /dev/ad4s1c : Invalid argument
[disappearedng@ /usr/home/disappearedng]$ sudo mount  /dev/ad4s1 /usr/mount/50gb/
mount: /dev/ad4s1 : Invalid argument
Reply With Quote