Clearly the boot sector's been stomped on somehow at the very least.
Try sudo dd if=/dev/sdb count=$((2*16384)) | hexdump -C | less which should show a binary dump of the first sixteen megs of the drive. Hunt for NTFS in that listing in less by typing "/NTFS" and hitting enter. If it finds it that means the partition might still exist and might still be accessible if you can create a partition on the disk matching it's exact placement.
I saw it a few times. How would I pipe that in a log file? Less keeps on getting stuck on me when I try to search. This is the command I used and it just made a empty log file.
Since I do see NTFS how would I fix it?
---------- Post updated at 02:10 PM ---------- Previous update was at 01:59 PM ----------
:confused: Hello,
In my Solaris system, I want to resize my mounted home directory slice.
1.I unmount the slice, #umount /export/home
2.Resize the directory #format>partition>
3.#format>label
4.#format>Cannot label disk when partitions are in use as described.
So, How can label ?
Thanks (2 Replies)
Hi Fellows,
I am trying to mirror 2 identical disks on a SUN Ultra 10 machines (with new installation of Solaris 8). In the process, I found 2 issues:
1. prtvtoc /dev/rdsk/c0t0d0s0 | fmthard -s - /dev/rdsk/c0t1d0s0
Result: Disk partitions between the 2 disks do not match up.
2. manually... (2 Replies)
I 'm having problem in importing a zfs pool was getting error device missing and upon further digging found that labels on my disk for zpool are missing
Does anyone know how to recover from it ?
root@essapl020-u006 # zdb -l /dev/dsk/emcpower0c
--------------------------------------------... (0 Replies)
Hello,
I'm brand new to Sun/Solaris.
I have a Sun Blade 150, with SunOS 5.8.
I wanted to make a backup to prevent future data loss, so I put the disk in a normal PC with Windows XP to try to make a backup with Norton Ghost, the disk was detected, but not the file volume, so I place the disk... (6 Replies)
Hi there,
I'm wondering how to display a disk label (why not edit it but I don't need that yet).
I found several commands on forums like disklabel and diskinfo but I can't find them on my system and don't know the package they belong to.
Can you help me?
Cheers
Santiago (2 Replies)
Hi there,
I am trying to do root volume mirroring on SunFire V210 server. I have two disks in it.First one is c1t0do and second one is c1t1do. Both disks already have partitions in them so I am deleting the partitions of second disk(c1t1do) using format command and selecting cylinder start 0... (2 Replies)
Hi Guys,
Do you have any script to label a disk automatically.
It is part of my script but I am not able to find solution to label this inside script without user intervention. (2 Replies)
Hi everyone,
I have an external hard drive and I accidentally deleted the partition table.
Can I restore my files?
If I try to run the f-disk command this is what it says
Disk /dev/sda: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders, total 625142448 sectors
Units =... (1 Reply)
I have a B.11.31 U ia64 system where I swremove the disk driver "SerialSCSI-00 B.11.31.1303 PCI-X/PCI-E SerialSCSI" (by mistake). afterwards the system won;t boot because of the missing disk drivers. I'm trying to recover my kernel by using the image HP-ux_11_31_disc_1.iso
Run an Expert... (1 Reply)
Dear Community!
i try to instaled the sco 6 in hp proliant ML350g8
but unsucces,
the trouble when i do instaled it undetected hardisk
please help me
:(:o (7 Replies)
Discussion started by: mnr
7 Replies
LEARN ABOUT LINUX
wxprintdialogdata
wxPrintDialogData(3erl) Erlang Module Definition wxPrintDialogData(3erl)NAME
wxPrintDialogData - See external documentation: wxPrintDialogData.
DESCRIPTION
See external documentation: wxPrintDialogData .
DATA TYPES
wxPrintDialogData() :
An object reference, The representation is internal and can be changed without notice. It can't be used for comparsion stored on disc
or distributed for use on other nodes.
EXPORTS
new() -> wxPrintDialogData()
See external documentation .
new(DialogData::wxPrintDialogData() | wxPrintData() (see module wxPrintData)) -> wxPrintDialogData()
See external documentation .
enableHelp(This::wxPrintDialogData(), Flag::bool()) -> ok
See external documentation .
enablePageNumbers(This::wxPrintDialogData(), Flag::bool()) -> ok
See external documentation .
enablePrintToFile(This::wxPrintDialogData(), Flag::bool()) -> ok
See external documentation .
enableSelection(This::wxPrintDialogData(), Flag::bool()) -> ok
See external documentation .
getAllPages(This::wxPrintDialogData()) -> bool()
See external documentation .
getCollate(This::wxPrintDialogData()) -> bool()
See external documentation .
getFromPage(This::wxPrintDialogData()) -> integer()
See external documentation .
getMaxPage(This::wxPrintDialogData()) -> integer()
See external documentation .
getMinPage(This::wxPrintDialogData()) -> integer()
See external documentation .
getNoCopies(This::wxPrintDialogData()) -> integer()
See external documentation .
getPrintData(This::wxPrintDialogData()) -> wxPrintData() (see module wxPrintData)
See external documentation .
getPrintToFile(This::wxPrintDialogData()) -> bool()
See external documentation .
getSelection(This::wxPrintDialogData()) -> bool()
See external documentation .
getToPage(This::wxPrintDialogData()) -> integer()
See external documentation .
isOk(This::wxPrintDialogData()) -> bool()
See external documentation .
setCollate(This::wxPrintDialogData(), Flag::bool()) -> ok
See external documentation .
setFromPage(This::wxPrintDialogData(), V::integer()) -> ok
See external documentation .
setMaxPage(This::wxPrintDialogData(), V::integer()) -> ok
See external documentation .
setMinPage(This::wxPrintDialogData(), V::integer()) -> ok
See external documentation .
setNoCopies(This::wxPrintDialogData(), V::integer()) -> ok
See external documentation .
setPrintData(This::wxPrintDialogData(), PrintData::wxPrintData() (see module wxPrintData)) -> ok
See external documentation .
setPrintToFile(This::wxPrintDialogData(), Flag::bool()) -> ok
See external documentation .
setSelection(This::wxPrintDialogData(), Flag::bool()) -> ok
See external documentation .
setToPage(This::wxPrintDialogData(), V::integer()) -> ok
See external documentation .
destroy(This::wxPrintDialogData()) -> ok
Destroys this object, do not use object again
AUTHORS
<>
wxErlang 0.98.9 wxPrintDialogData(3erl)