How on earth do you check how many hdd you have? I mean on a Mac it is pretty easy
Then to move/cd between them:
That's it.
Is there anything like this for freebsd? Instead of going through
file?
I still do not know how to change/cd to another hdd on my laptop. How do you change to another hdd?
Code:
$ diskutil list
/dev/disk0 (internal, physical):
#: TYPE NAME SIZE IDENTIFIER
0: FDisk_partition_chneme *500.1GB disk0
1: Windows_NTFS 500GB 500.1GB. disk0s1
/dev/disk1 (internal, physical):
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *500.1GB disk1
1: EFI EFI. 209.7MB disk1s1
2: Microsoft Basic Data WDDATA 499.8GB disk2s2
.
.
.
Then to move/cd between them:
Code:
cd /Volume/<disk name>/
That's it.
Is there anything like this for freebsd? Instead of going through
Code:
/var/run/dmesg.boot
I still do not know how to change/cd to another hdd on my laptop. How do you change to another hdd?