Comments on How to Setup iSCSI Storage Server on Ubuntu 18.04 LTS
iSCSI stands for (Internet Small Computer System Interface) is a Storage Area Network (SAN) protocol that can be used for online storage management. In this tutorial, we will show you how to setup iSCSI target and iSCSI initiator on Ubuntu 18.04 server.
3 Comment(s)
Comments
Very nice tutorial!
And , after that , how can i send files between them ?
Nice tutorial, but after reboot I do not find the mounted device. Do not understand why? Do I need to edit /etc/fstab ?
Yes... please follow instructions here https://unix.stackexchange.com/questions/195116/mount-iscsi-drive-at-boot-system-halts After creating or mounting the filesystem, get the UUID using blkid command (use sudo). Mount it using _netdev attribute UUID=723eb295-8fe0-409f-a75f-a26eede8904f /mnt/www ext3 _netdev 0 0