Changes
Jump to navigation
Jump to search
no edit summary
For the backup drive that will be used with the RDP, let the Windows Server Backup manager (also under Storage) format the drive.
==Mounting the drives on Linux==
As root do the following:
lsblk //This checks the filesystem. It will report the volumne name (e.g., /dev/sde)
mkdir /media/mountname //we use usb_backup
mount -t NTFS /dev/sde /media/mountname
Note "lshw | less" is the verbose version of lsblk.
umount /media/mountname