which partition types (00..FE) can be accessed in Windows XP? [closed] - windows-xp

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
In mapping partitions starting from PhysicalDrive I use a code that mounts partitions of a certain type [0, 1, 6, 7, 11, 12, 114].
I want to extend the range for all partitions that can be accessed.
I found this: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
Can someone tell me which one can be accessed on Windows XP without the help of another program?
Thank you.

Windows XP natively supports FAT12, FAT16, FAT32, and NTFS. Other file systems, such as HPFS, JFS, ext2/3, and ReiserFS can be supported through an IFS (Installable File System).

Related

MATLAB and Octave on the same system? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 6 years ago.
Improve this question
Should I expect any kind of complications from installing MATLAB on a system which already has Octave installed?
No. They are completely different programs and it's no different than you running Minecraft and MATLAB on the same system. They each have their own binaries, configuration files, etc.

How to convert GPT volume to MBR on Windows 8 [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
My problem is convert GPT volume not disk. I found some solutions but they are all about how to convert disk. On my windows 8, it has disk 0. disk 0 has 7 volumes. I just want to convert one volume in disk 0 . How can I do this?
I find a solution. I delete the disks with Gparted. I download from http://gparted.org/download.php and copy to dvd as bootable. I boot the PC and divide the partitions as NTFS. That's all.

Can I have two different operating systems for two different users on a single machine [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
My computer has two users. So can I install two different operating system for each user?
Just like windows for user1 and ubuntu for user2?
Possible with GRUB http://wiki.ubuntuusers.de/GRUB
But only if it's not a problem if one user can boot up into the other OS. ( he couldnt do anything because he has no password. )
Yes, it's possible. If you use a encryption tool with a secure bootloader like DiskCryptor, you can even password-protect one operating system and boot into an alternate operating system if the password isn't entered.

Where does windows commandline ftp download to? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
I am running ftp in windows command line and the operating system in windows 7.
Where do files get downloaded to locally when i do a get operation?
The command line ftp client uses the current working directory (which can be changed with the lcd command)

how to run matlab script in mac terminal [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
I search for this and got some answer involving sudo, I am a beginner to linux and curious how to do it in terminal,
say my file is in Desktop/hw
matlab is installed in application
could give me a detailed commands instructions?
Thanks
I just check that on my MacOS machine. Depending on where you installed your MATLAB, but
/Applications/MATLAB_R2013b.app/Contents/MacOS/MATLAB_maci64 -nodisplay
worked for my case.