07-29-2020, 10:11 PM
Hi,
I'm super new to OMV, Linux, and everything else.
I managed to build OMV with a 2TB disk. It's pretty awesome journey from zero knowledge and many readings.
Now, after I managed to install rclone and connected to my Google Drive (as GDrive), I encountered a few problems that I don't know how to solve.
1. Checking Rclone Sync command.
I have GDrive:/Testing folder with a pdf file. And I want a testing to sync this pdf to my OMV disk 'iz' folder. 'iz' folder is a shared folder created on the 2TB disk (with the name DATA).
Here's my command for the testing.
rclone sync GDrive:/Testing /srv/dev-disk-by-label-DATA/iz
After this, the terminal just go back my to pi@...$
So, may I know how to check whether the command did what it suppose to do.
BTW, I check the OMV drive remotely and I did not see the pdf was copied over with the rclone sync command.
2. Problem accessing the sda1
My lsblk for my OMV is:
pi@... $ lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 1.8T 0 disk
└─sda1 8:1 0 1.8T 0 part /srv/dev-disk-by-label-DATA
mmcblk0 179:0 0 14.8G 0 disk
├─mmcblk0p1 179:1 0 256M 0 part /boot
└─mmcblk0p2 179:2 0 14.5G 0 part /
Please kindly advise. I believe problems 1 and 2 are connected. I just don't know how to proceed further. Thanks.
I'm super new to OMV, Linux, and everything else.
I managed to build OMV with a 2TB disk. It's pretty awesome journey from zero knowledge and many readings.
Now, after I managed to install rclone and connected to my Google Drive (as GDrive), I encountered a few problems that I don't know how to solve.
1. Checking Rclone Sync command.
I have GDrive:/Testing folder with a pdf file. And I want a testing to sync this pdf to my OMV disk 'iz' folder. 'iz' folder is a shared folder created on the 2TB disk (with the name DATA).
Here's my command for the testing.
rclone sync GDrive:/Testing /srv/dev-disk-by-label-DATA/iz
After this, the terminal just go back my to pi@...$
So, may I know how to check whether the command did what it suppose to do.
BTW, I check the OMV drive remotely and I did not see the pdf was copied over with the rclone sync command.
2. Problem accessing the sda1
My lsblk for my OMV is:
pi@... $ lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 1.8T 0 disk
└─sda1 8:1 0 1.8T 0 part /srv/dev-disk-by-label-DATA
mmcblk0 179:0 0 14.8G 0 disk
├─mmcblk0p1 179:1 0 256M 0 part /boot
└─mmcblk0p2 179:2 0 14.5G 0 part /
Please kindly advise. I believe problems 1 and 2 are connected. I just don't know how to proceed further. Thanks.