My Ubuntu ext4 partition was running low in memory. so I removed all virtualenvs created on it and planned to move them to NTFS partition.
But got:Operation not permitted
So spent couple hours on search engines. and got solution. here are steps I followed.
sudo blkid
UUID
of ntfs drive that you want to mount.P4546B26846P2BTD
sudo vim
/etc/fstab
UUID=P4546B26846P2BTD /media/windows ntfs-3g auto,users,exec,permissions 0 0
Hope I have saved some minutes of yours.
Share on Twitter Share on Facebook
Comments
There are currently no comments
New Comment