LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-31-2005, 10:57 PM   #1
pinoyricer103
LQ Newbie
 
Registered: Jan 2005
Posts: 1

Rep: Reputation: 0
view partion in RH9


i have all my files backed up on my other partion... "/dev/hda5" but when i try to access it i get this error message "Nautilus has no installed viewer capable of displaying "/dev/hda5". " how can i get access to the partion? i have important files in there... thx
 
Old 01-31-2005, 11:20 PM   #2
ringerxyz
LQ Newbie
 
Registered: Nov 2004
Location: China
Distribution: red-flag
Posts: 16

Rep: Reputation: 0
first,
use mount |grep had5
if the output contains something like:/dev/hda5 on /mnt/aaa
then you can visit /mnt/aaa to access your files
if there is no output at all,then you need to mount it first
good luck!
 
Old 02-01-2005, 03:39 AM   #3
naik_yogesh
LQ Newbie
 
Registered: Feb 2004
Location: Bangalore, Karnataka, India
Distribution: Red Hat Linux 9
Posts: 7

Rep: Reputation: 0
Mount your partition /dev/hda5

Create a new directory in /mnt directory with any name say "backup". Mount your partition /dev/hda5 using
# mount /dev/hda5 /mnt/backup
Hope you'll be able to see the files stored there.
 
Old 02-01-2005, 10:52 AM   #4
wpn146
Member
 
Registered: Jan 2005
Distribution: Solaris, Linux Fedora Core 6
Posts: 170

Rep: Reputation: 30
Re: view partion in RH9

Quote:
Originally posted by pinoyricer103
i have all my files backed up on my other partion... "/dev/hda5" but when i try to access it i get this error message "Nautilus has no installed viewer capable of displaying "/dev/hda5". " how can i get access to the partion? i have important files in there... thx
What kind of a file system is /dev/hda5? If you did something like this:

Code:
dump 0f /dev/hda5 ...
Then /dev/hda5 itself is a big data file. It is not an ext2 or ext3 file system and cannot be mounted. All is not lost. You can access this type of a file using:

Code:
restore if /dev/hda5
Perhaps you intended /dev/hda5 to be an ext2 or ext3 file system, mount it, then do a backup to a file on this file system, for example:

Code:
mount /dev/hda5 /mnt/<whatever>
dump 0f /mnt/<whatever>/hda1.dump /dev/hda1
 
Old 02-01-2005, 10:32 PM   #5
naik_yogesh
LQ Newbie
 
Registered: Feb 2004
Location: Bangalore, Karnataka, India
Distribution: Red Hat Linux 9
Posts: 7

Rep: Reputation: 0
Hi,
Login using root administrator. You can see all your partitions & their types using
# fdisk -l
ie., ( l => lowercase L)
You'll come to know what type of file system it is & if the code is written like ext3 is 83, swap is 82, VFAT95 is b & VFAT(LBA) is c. You can get the code list using fdisk command. See help fdisk --help & try out finding your partition type.
If the partition you have mentioned is NTFS., you cant read it. Its only supported in 2.6 kernel
Try out these & let me know. All the very best.
 
Old 02-02-2005, 11:12 AM   #6
ferozekm
LQ Newbie
 
Registered: Jan 2005
Location: Kerala, India
Posts: 2

Rep: Reputation: 0
[root@.........root]# mkdir /mt_pt
[root@..........root]# mount /dev/hda5 /mt_pt
[root@..........root]# ll /mt_pt

...execute these steps and u'll hopefully see all the contents

now to un-mount it .. issue..

[root@........root] umount /mt_pt.

if u want to copy the contents on ur partition /dev/hda5 permanently, then...

[root@.........root] mkdir /data
[root@..........root]# mount /dev/hda5 /mt_pt
[root@..........root]# ll /mt_pt
[root@.........root] # cp -rf /mt_pt/* /data
[root@.........root]# umount /mt_pt
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to view RH9 partition on WinXP someguy1234 Red Hat 2 09-23-2004 03:19 AM
How I can view my kernel parameters in RH9? SheldonPlankton Linux - General 2 06-29-2004 05:28 AM
can't view floppy information on RH9 PC caf Red Hat 1 05-09-2004 03:50 PM
how do i move files from my windows partion to my linux partion awesome_man Linux - Newbie 2 01-30-2004 12:51 PM
Must "/boot" partion be installed in the primary partion? domeili Linux - Newbie 9 11-01-2003 08:27 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 09:43 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration