I try and keep long term data in as simple a format as possible, which means text where ever possible. In earlier times I would enter data in excel spreadsheets and then read them from my Python programs using the xlrd package which is excellent. This works well, but in the back of my mind is the thought that someday Microsoft might do something funny with their business model making office software more janky to use and all my fears about keeping data in proprietary formats would come true. Oh, look, that day is today . So, I'm completely abandoning the MS Office suite and going back to basic text files. However, there is a tension between keeping tabulated data in a simple form, such as csv, and entering it in a convenient manner. Excel, of course, nags you everytime you edit a csv file and save it. Libreoffice is excellent: it handles loading and saving in a very streamlined fashion. However, every time you open up the csv file you need to tell Calc what widths you want...
Does this affect the data on the volume? I've got a new iMac with dual drives. The second drive is mounted at /Volumes/Macintosh HD 2. This is causing fits with some Unix stuff. Don't like the spaces in the name of the volume. Would like to rename it but don't want to risk losing the 200GB's of data on that drive.
ReplyDeleteHmm, I don't believe it does.
ReplyDeleteAlso, you can achieve the same result via the GUI:
Right click on the volume
Either click 'rename' or click get info and then change the name in the 'name and extension' edit box.
If your Home directory is on the volume where you're changing name, then you can not log in again. You need to tell OS X the new path.
ReplyDeleteOpen System Preferences -> Users & Groups and click the lock in the lower left corner to enable changes.
Then right click (Ctrl+click) on your account and choose Advance Options... To the right of the label that says Home directory, you click on Choose... and select your Home directory (will be located under your new name).
If you fail to do so before rebooting, you have to open OS X in recovery mode (Command+R while booting). There you can open terminal in the menu at the top and rename your volume back to what it was before. Use diskutil rename /Volumes/Volume NewVolName