From: chuck gelm <chuck@gelm.net>
To: Ankit Jain <ankitjain1580@yahoo.com>
Cc: newbie <linux-newbie@vger.kernel.org>
Subject: Re: retrieval
Date: Fri, 07 Jan 2005 09:13:11 -0500 [thread overview]
Message-ID: <41DE98F7.9000206@gelm.net> (raw)
In-Reply-To: <20050107085806.17319.qmail@web52909.mail.yahoo.com>
Ankit Jain wrote:
> hi
>
> sorry but i could not understand by unmounting the
> partition. i dont use floppy drive or something like
> that. if i am using hard disk then i cant unmopunt the
> whole partition
>
> so what to do
>
> thanks
>
> ankit jain
Hi, ankit jain:
The syntax of the command is 'umount' rather than 'unmount'.
Yes, you can 'umount' an entire partition and, actually,
you must 'mount' and 'umount' entire partitions.
If the partition where the deleted files existed was '/',
then you can (restart the system and) change the mount of
the partition to be 'ro'; read only. This will keep the data
area from being written over. I think that there is a
command to "re-mount ro" a partition, so you man not need
to restart your system.
You may choose to shut down the system and reboot using
your distribution install or a recovery CD-ROM disk or any
other recovery media. Using a boot media created from a
KNOPPIX.iso is a popular way to recover data from many a
operating system and distribution; even M$-Windoze.
Perhaps,
if your '/' partition contained the deleted file and
it was mounted as partition /dev/hda1 and
its type of filesystem was second extended:
mount -t ext2 -o remount,ro /dev/hda1 /
would be syntactically correct.
I hope this helps, Chuck
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
next prev parent reply other threads:[~2005-01-07 14:13 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-12-31 4:55 retrieval Ankit Jain
2004-12-31 5:06 ` retrieval Amit Dang
2005-01-07 8:58 ` retrieval Ankit Jain
2005-01-07 14:13 ` chuck gelm [this message]
2005-01-01 6:06 ` retrieval Peter
2005-01-01 13:59 ` retrieval Ohadi, Hamid
2005-01-02 8:01 ` retrieval joy merwin monteiro
2005-01-02 8:32 ` Do not delete files by mistake (was Re: retrieval) Ulrich Fürst
2005-01-03 6:33 ` Richard Adams
2005-01-03 18:14 ` Ulrich Fürst
2005-01-04 17:53 ` 'ssh' uses port 20 only? chuck gelm
2005-01-04 18:53 ` Ray Olszewski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=41DE98F7.9000206@gelm.net \
--to=chuck@gelm.net \
--cc=ankitjain1580@yahoo.com \
--cc=linux-newbie@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox