Only Microsoft can give open-source the gift of NTFS. Only Microsoft needs to
1–7 of 7 posts
Re: Only Microsoft can give open-source the gift of NTFS. Only Microsoft needs to
#2Re: Only Microsoft can give open-source the gift of NTFS. Only Microsoft needs to
#3Maybe I'm not focusing on the 'into the cloud' part enough but is the first part of that statement true? Filesystems seem like a very practical issue: writing 1s and 0s in a (sometimes not even sequential) stream to a block device...my first glance at the issue it doesn't seem nearly a daunting challenge as CPU interoperability (multiple vendors, multiple instruction sets, somewhat overlapping, somewhat not) or networking, etc
Re: Only Microsoft can give open-source the gift of NTFS. Only Microsoft needs to
#4Re: Only Microsoft can give open-source the gift of NTFS. Only Microsoft needs to
#5Practically it's so easy to just put everything in git/SMB when you transition to Linux NTFS hardly matters anymore. It would make interoperating with running Windows systems slightly easier but if Microsoft wants to cut their legs off it's their issue.
Re: Only Microsoft can give open-source the gift of NTFS. Only Microsoft needs to
#6Practically it's so easy to just put everything in git/SMB when you transition to Linux NTFS hardly matters anymore. It would make interoperating with running Windows systems slightly easier but if Microsoft wants to cut their legs off it's their issue.
Can you elaborate on the git/smb process a little more? I've been using ubuntu exclusively for a number of years but haven't worked git into my workflow as much as I'd like.
For git just set the origin to ssh somewhere one of your other computers (preferably one that's always on and has a public IP) and keep your stuff in it.
Re: Only Microsoft can give open-source the gift of NTFS. Only Microsoft needs to
#7Earlier quoted context omitted.
Can you elaborate on the git/smb process a little more? I've been using ubuntu exclusively for a number of years but haven't worked git into my workflow as much as I'd like.
SMB is SMB, I don't think that needs elaboration. For git just set the origin to ssh somewhere one of your other computers (preferably one that's always on and has a public IP) and keep your stuff in it.