Tom's Guide | Tom's Hardware | Tom's Games
![]() |
![]() |
![]() |
Hi,
Some Linux based software solutions like Cyberoam Gateway uses Filesystem security as I tried to mount its partition with LiveCD but failed.
I want to know how they do it & how I can mount & see the contents of the partitions.Thanks & regards,
Ravinder Singh

"fdisk -l" will show you a list of partitions
"man mount" will show you how to use the mount command which, unsurprisingly, mounts partitions.
http://support.microsoft.com/default.aspx?scid=kb;en-us;555375
How to ask a question.

Kind of the point of file security isn't it?
"Best Practices", Event viewer, host file, perfmon, antivirus, anti-spyware, Live CD's, backups, are in my top 10

root@Knoppix:~# fdisk -l
Disk /dev/hda: 5368 MB, 5368709120 bytes
255 heads, 63 sectors/track, 652 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytesDevice Boot Start End Blocks Id System
/dev/hda1 * 1 3 24066 83 Linux
/dev/hda2 4 652 5213092+ 5 Extended
/dev/hda5 4 134 1052226 82 Linux swap / Solaris
/dev/hda6 135 224 722893+ 83 Linux
/dev/hda7 225 288 514048+ 83 Linux
/dev/hda8 289 626 2714953+ 83 Linuxoot@Knoppix:~# mount -t ext3 /dev/hda1 /mnt/hda1
mount: wrong fs type, bad option, bad superblock on /dev/hda1,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or soroot@Knoppix:~# fsck /dev/hda1
fsck 1.40-WIP (14-Nov-2006)
e2fsck 1.40-WIP (14-Nov-2006)
Couldn't find ext2 superblock, trying backup blocks...
fsck.ext2: Bad magic number in super-block while trying to open /dev/hda1The superblock could not be read or does not describe a correct ext2
filesystem. If the device is valid and it really contains an ext2
filesystem (and not swap or ufs or something else), then the superblock
is corrupt, and you might try running e2fsck with an alternate superblock:
e2fsck -b 8193 <device>

![]() |
![]() |
![]() |
| Login or Register to Reply | |
| Login | Register |
| Ads by Google |