You are on page 1of 2

Last login: Sun Dec 26 13:24:27 on ttys000

MacBook-Pro-Touny-2:~ touny$ ssh server@10.81.5.210


server@10.81.5.210's password:
Linux server 5.14.0-2parrot1-amd64 #1 SMP Debian 5.14.6-2parrot1 (2021-09-25) x86_64
____ _ ____
| _ \ __ _ _ __ _ __ ___ | |_ / ___| ___ ___
| |_) / _` | '__| '__/ _ \| __| \___ \ / _ \/ __|
| __/ (_| | | | | | (_) | |_ ___) | __/ (__
|_| \__,_|_| |_| \___/ \__| |____/ \___|\___|

The programs included with the Parrot GNU/Linux are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Parrot GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent


permitted by applicable law.
Web console: https://server:9090/ or https://10.81.5.210:9090/

Last login: Sun Dec 26 13:24:06 2021 from 10.81.5.232


┌─[server@server]─[~]
└──╼ $blkid
/dev/sda1: UUID="83cbac2c-fbf8-4d5f-b655-94a52c95ee07" UUID_SUB="da33212d-f997-4904-9c19-5c9033a20024" BLOCK_SIZE="4096" TYPE="btrfs" PARTUUID=
"b81ae805-01"
┌─[server@server]─[~]
└──╼ $sudo blkid
[sudo] password for server:
/dev/sda1: UUID="83cbac2c-fbf8-4d5f-b655-94a52c95ee07" UUID_SUB="da33212d-f997-4904-9c19-5c9033a20024" BLOCK_SIZE="4096" TYPE="btrfs" PARTUUID=
"b81ae805-01"
/dev/sdb1: LABEL_FATBOOT="EFI" LABEL="EFI" UUID="67E3-17ED" BLOCK_SIZE="512" TYPE="vfat" PARTLABEL="EFI System Partition" PARTUUID="703fab77-9f
a5-48b0-8737-8b570e1e7ea3"
/dev/sdb2: UUID="f2846a29-0b27-39ec-8c9f-f16267e66c08" BLOCK_SIZE="4096" LABEL="Raid1TB" TYPE="hfsplus" PARTUUID="cf3a4bcd-c9bc-473f-8c5d-fdb83
a75ea7f"
┌─[server@server]─[~]
└──╼ $sudo cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a device; this may
# be used with UUID= as a more robust way to name devices that works even if
# disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
UUID=83cbac2c-fbf8-4d5f-b655-94a52c95ee07 / btrfs subvol=@,defaults,noatime,nodiratime,nodatacow,space_cache,autodefrag 0 1
UUID=83cbac2c-fbf8-4d5f-b655-94a52c95ee07 /home btrfs subvol=@home,defaults,noatime,nodiratime,nodatacow,space_cache,autodefrag 0 2
UUID=f2846a29-0b27-39ec-8c9f-f16267e66c08 /home/server/Media hsfplus force,rw,nofail 0 3
┌─[server@server]─[~]
└──╼ $sudo nano /etc/fstab
┌─[server@server]─[~]
└──╼ $sudo findmnt --verify --verbose
[sudo] password for server:
/
[ ] target exists
[ ] VFS options: noatime,nodiratime
[ ] FS options: subvol=@,nodatacow,space_cache,autodefrag
[ ] UUID=83cbac2c-fbf8-4d5f-b655-94a52c95ee07 translated to /dev/sda1
[ ] source /dev/sda1 exists
[ ] FS type is btrfs
/home
[ ] target exists
[ ] VFS options: noatime,nodiratime
[ ] FS options: subvol=@home,nodatacow,space_cache,autodefrag
[ ] UUID=83cbac2c-fbf8-4d5f-b655-94a52c95ee07 translated to /dev/sda1
[ ] source /dev/sda1 exists
[ ] FS type is btrfs
/home/server/Media
[ ] target exists
[ ] VFS options: rw
[ ] FS options: force
[ ] userspace options: nofail
[ ] PARTUUID=cf3a4bcd-c9bc-473f-8c5d-fdb83a75ea7f translated to /dev/sdb2
[ ] source /dev/sdb2 exists
[W] hsfplus seems unsupported by the current kernel
[E] hsfplus does not match with on-disk hfsplus

0 parse errors, 1 error, 1 warning


┌─[✗]─[server@server]─[~]
└──╼ $sudo nano /etc/fstab
┌─[server@server]─[~]
└──╼ $sudo findmnt --verify --verbose
/
[ ] target exists
[ ] VFS options: noatime,nodiratime
[ ] FS options: subvol=@,nodatacow,space_cache,autodefrag
[ ] UUID=83cbac2c-fbf8-4d5f-b655-94a52c95ee07 translated to /dev/sda1
[ ] source /dev/sda1 exists
[ ] FS type is btrfs
/home
[ ] target exists
[ ] VFS options: noatime,nodiratime
[ ] FS options: subvol=@home,nodatacow,space_cache,autodefrag
[ ] UUID=83cbac2c-fbf8-4d5f-b655-94a52c95ee07 translated to /dev/sda1
[ ] source /dev/sda1 exists
[ ] FS type is btrfs
/home/server/Media
[ ] target exists
[ ] VFS options: rw
[ ] FS options: force
[ ] userspace options: nofail
[ ] PARTUUID=cf3a4bcd-c9bc-473f-8c5d-fdb83a75ea7f translated to /dev/sdb2
[ ] source /dev/sdb2 exists
[ ] FS type is hfsplus
Success, no errors or warnings detected
┌─[server@server]─[~]
└──╼ $Connection to 10.81.5.210 closed by remote host.
Connection to 10.81.5.210 closed.
MacBook-Pro-Touny-2:~ touny$ ssh server@10.81.5.210
^C
MacBook-Pro-Touny-2:~ touny$ ssh server@10.81.5.210
server@10.81.5.210's password:
Linux server 5.14.0-9parrot1-amd64 #1 SMP Debian 5.14.9-9parrot1 (2021-10-26) x86_64
____ _ ____
| _ \ __ _ _ __ _ __ ___ | |_ / ___| ___ ___
| |_) / _` | '__| '__/ _ \| __| \___ \ / _ \/ __|
| __/ (_| | | | | | (_) | |_ ___) | __/ (__
|_| \__,_|_| |_| \___/ \__| |____/ \___|\___|

The programs included with the Parrot GNU/Linux are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Parrot GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent


permitted by applicable law.
Web console: https://server:9090/ or https://10.81.5.210:9090/

Last login: Sun Dec 26 13:47:02 2021 from 10.81.5.232


┌─[server@server]─[~]
└──╼ $sudo mount -t hfsplus -o force,rw /dev/sdb2 /home/server/Media
[sudo] password for server:
┌─[server@server]─[~]
└──╼ $sudo nano /etc/fstab
[sudo] password for server:
┌─[server@server]─[~]
└──╼ $blkid
/dev/sda1: UUID="83cbac2c-fbf8-4d5f-b655-94a52c95ee07" UUID_SUB="da33212d-f997-4904-9c19-5c9033a20024" BLOCK_SIZE="4096" TYPE="btrfs" PARTUUID=
"b81ae805-01"
┌─[server@server]─[~]
└──╼ $sudo blkid
/dev/sda1: UUID="83cbac2c-fbf8-4d5f-b655-94a52c95ee07" UUID_SUB="da33212d-f997-4904-9c19-5c9033a20024" BLOCK_SIZE="4096" TYPE="btrfs" PARTUUID=
"b81ae805-01"
/dev/sdb1: LABEL_FATBOOT="EFI" LABEL="EFI" UUID="67E3-17ED" BLOCK_SIZE="512" TYPE="vfat" PARTLABEL="EFI System Partition" PARTUUID="703fab77-9f
a5-48b0-8737-8b570e1e7ea3"
/dev/sdb2: UUID="f2846a29-0b27-39ec-8c9f-f16267e66c08" BLOCK_SIZE="4096" LABEL="Raid1TB" TYPE="hfsplus" PARTUUID="cf3a4bcd-c9bc-473f-8c5d-fdb83
a75ea7f"
┌─[server@server]─[~]
└──╼ $sudo mount -t hfsplus -o force,rw /dev/sdb2 /home/server/Media

You might also like