Ticket #18081: SYSTEM-mounted.txt

File SYSTEM-mounted.txt, 930 bytes (added by thebuck, 17 months ago)

Mounting did not update the file, so this is from after a reboot

Line 
1BMessage('stng') {
2 initialMountAll = bool(false)
3 initialMountAllBFS = bool(false)
4 initialMountRestore = bool(true)
5 autoMountAll = bool(false)
6 autoMountAllBFS = bool(false)
7 ejectWhenUnmounting = bool(true)
8 info[0] = BMessage(0x0) {
9 blockSize = uint32(0x200 or 512)
10 capacity = int64(0x6400000 or 104857600)
11 deviceName = string("/dev/disk/scsi/0/0/0/0", 23 bytes)
12 volumeName = string("system", 7 bytes)
13 fsName = string("FAT32 File System", 18 bytes)
14 }
15 info[1] = BMessage(0x0) {
16 blockSize = uint32(0x800 or 2048)
17 capacity = int64(0x36b00000 or 917504000)
18 deviceName = string("/dev/disk/usb/0/0/2", 20 bytes)
19 volumeName = string("Haiku", 6 bytes)
20 fsName = string("Be File System", 15 bytes)
21 }
22}