Thread: show files of one folder into another folder in read-only mode
i need able read-only files of /media/folder/ /home/username/folderwithanothername/.
tried withand hierarchy /home/username/folderwithanothername/folder/, want files shown directly under /home/username/folderwithanothername/.code:ln -s /media/folder/ /home/username/folderwithanothername/
oh, need thing permanent.
i assume want make filesystem readonly , make available in folder.
can accomplished entry in /etc/fstab
also make sure (empty) target folderwithanothername exists.code:/media/folder /home/username/folderwithanothername none bind,ro 0 0
that's it! cheers!
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [SOLVED] show files of one folder into another folder in read-only mode
Ubuntu
Comments
Post a Comment