Computing.Net > Forums > Linux > Filesystem Security

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Filesystem Security

Reply to Message Icon

Name: singh_ravinder
Date: June 18, 2009 at 02:13:28 Pacific
OS: Windows 7
CPU/Ram: Intel C2D
Subcategory: Configurations
Comment:

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



Sponsored Link
Ads by Google

Response Number 1
Name: lowhanginghoney
Date: June 18, 2009 at 13:32:32 Pacific
Reply:

"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.


-1

Response Number 2
Name: jefro
Date: June 18, 2009 at 14:06:47 Pacific
Reply:

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


-1

Response Number 3
Name: singh_ravinder
Date: June 19, 2009 at 00:11:45 Pacific
Reply:

root@Knoppix:~# fdisk -l

Disk /dev/hda: 5368 MB, 5368709120 bytes
255 heads, 63 sectors/track, 652 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device 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 Linux

oot@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 so

root@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/hda1

The 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>


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More






Use following form to reply to current message:

Login or Register to Reply
LoginRegister


Sponsored links

Ads by Google


Results for: Filesystem Security

EXT3 Filesystem www.computing.net/answers/linux/ext3-filesystem/21472.html

simple networking security question www.computing.net/answers/linux/simple-networking-security-question/5579.html

Linux Security Audit Tools www.computing.net/answers/linux/linux-security-audit-tools/23434.html