BG-Rescue Linux 0.9.1 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News BG-Rescue Linux 0.9.1 (Default branch)
# 1  
Old 04-03-2008
BG-Rescue Linux 0.9.1 (Default branch)

BG-Rescue Linux is a Busybox and uClibc-based rescue system with a 2.4 series Linux kernel. It supports full read/write support for NTFS using ntfs-3g and limited but fast NTFS support using the NTFS 2.1.6b kernel driver. It is loaded either from two floppy disks or from one 2.8MB El Torito CD. The system runs entirely in RAM. It supports a wide range of hardware (including SATA) and filesystems (including ext2/3 and xfs) and can serve as a full backup/restore system for MS Windows systems that use FAT12/16/32 or NTFS. It also includes many utilities. License: Freely Distributable Changes:
ntfs-3g 1.2310 was added, which is a much more stable ntfs read-write driver than ntfsmount with fewer dependencies. Therefore, ntfsmount was removed, along with the now unneeded FUSE userspace tools. Busybox was updated to 1.9.2 and e2fsprogs was updated to 1.40.7. linld.com 0.97, dd_rescue 1.14, and regedit from regutils 0.10 were added.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. UNIX and Linux Applications

Rescue "LiveCD" for UNIX (as opposed to Linux)

Background is I am attempting to recover/rescue an HP DL380 G5 which is running SCO Unixware 7.11. It has 3 partitions in a RAID 5 Configuration and is unable to boot with a Stage 3 boot load error. .. Client has no emergency rescue disk. System is old and redundant except they suddenly need some... (4 Replies)
Discussion started by: BernP
4 Replies

2. Windows & DOS: Issues & Discussions

{HELP}How do the rescue win 7 os

:confused:How do the rescue win 7 os WITHOUT REINSTALL Windows 7 How do the rescue win 7 os without the dual system don't pre-set the 2 hard diskS combined to win 7x64 + XP booting {SET WIN 7 FIRST}:mad: REMOVED xp'S HD THEN REBOOT the operating system Windows 7 single Font CAN not... (1 Reply)
Discussion started by: will734
1 Replies

3. Red Hat

You' dont have any Linux partition- Rescue Mode

I accidently deleted fstab file from one of the compute nodes of the cluster (RHEL 5.3). Due to this no filesystem/directory is mounted on the system during bootup. I started system in rescue mode but it says You don't have any linux partitions. Press return to get a shell. The system will reboot... (2 Replies)
Discussion started by: ahsanpmd
2 Replies

4. UNIX and Linux Applications

Xen VM rescue mode

Hi all, I am running xen virtual machine on centos 5 and xen gust o.s is centos. I cannot boot my xen vm machine it saying cannot find /bin/sh to execute. I want to go to rescue mode of my xen vm machine. I know how to do on actual physical machine but how i can enter in rescue mode of... (1 Reply)
Discussion started by: email-lalit
1 Replies

5. UNIX for Dummies Questions & Answers

help rescue my data

I was runing suse 10.2 and windows ,i had installed windows on a separate 40 gb hard disk and linux on a 160 gb disk which it shrunk and left some 60 gb which were readable in windows. Due to the fact that i store alot of data in the windows partions i used all the extra 60gb which where readable... (2 Replies)
Discussion started by: soba
2 Replies
Login or Register to Ask a Question
scrounge-ntfs(8)					    BSD System Manager's Manual 					  scrounge-ntfs(8)

NAME
scrounge-ntfs -- helps retrieve data from corrupted NTFS partitions SYNOPSIS
scrounge-ntfs -l disk scrounge-ntfs -s disk scrounge-ntfs [-m mftoffset] [-c clustersize] [-o outdir] disk start end DESCRIPTION
scrounge-ntfs is a utility that can rescue data from corrupted NTFS partitions. It writes the files retrieved to another working file system. Certain information about the partition needs to be known in advance. The -l mode is meant to be run in advance of the data corruption, with the output stored away in a file. This allows scrounge-ntfs to recover data reliably. See the 'NOTES' section below for recover info when this isn't the case. OPTIONS
The options are as follows: -c The cluster size (in sectors). When not specified a default of 8 is used. -l List partition information for a drive. This will only work when the partition table for the given drive is intact. -m When recovering data this specifies the location of the MFT from the beginning of the partition (in sectors). If not specified then no directory information can be used, that is, all rescued files will be written to the same directory. -o Directory to put rescued files in. If not specified then files will be placed in the current directory. -s Search disk for partition information. (Not implemented yet). disk The raw device used to access the disk which contains the NTFS partition to rescue files from. eg: '/dev/hdc' start The beginning of the NTFS partition (in sectors). end The end of the NTFS partition (in sectors) NOTES
If you plan on using this program sucessfully you should prepare in advance by storing a copy of the partition information. Use the -l option to do this. Eventually searching for disk partition information will be implemented, which will solve this problem. When only one partition exists on a disk or you want to rescue the first partition there are ways to guess at the sector sizes and MFT loca- tion. See the scrounge-ntfs web page for more info: http://memberwebs.com/swalter/software/scrounge/ AUTHOR
Stef Walter <stef@memberwebs.com> scrounge-ntfs June 1, 2019 scrounge-ntfs