LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Can we access the newly created files after dd if=hda6_last_mon_backup of=/dev/hda6 (https://www.linuxquestions.org/questions/linux-software-2/can-we-access-the-newly-created-files-after-dd-if%3Dhda6_last_mon_backup-of%3D-dev-hda6-163720/)

murugesan 03-29-2004 08:42 AM

Can we access the newly created files after dd if=hda6_last_mon_backup of=/dev/hda6
 
Hello all,

Just want to know about taking backup of super blocks of each drive.
Consider I have dual boot for XP and linux. Let me explain the steps.

Code:

Boot to linux
Execute the command
          # dd if=/dev/hda6 of=hda6_backup bs=512 count=1
Here hda6 is FAT32 drive in XP ( let it be E drive )
Reboot to XP
Go to drive E
Create a new directory
Reboot to Linux
Execute the command
          # dd if=hda6_backup of=/dev/hda6 bs=512 count=1
Reboot to windows XP

Can I access the drive E?
If so, can I see the newly created directory ?

Kindly explain.


Thanks in advance
-Murugesan


All times are GMT -5. The time now is 08:17 PM.