LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 12-23-2009, 11:10 AM   #1
d_dark_lordd
Member
 
Registered: Nov 2009
Location: mars
Distribution: mint 7
Posts: 42

Rep: Reputation: 15
file missing!!!


hi members..

i am not getting a file over my system that use to be there..

i had downloaded a file on the partition where linux ubuntu is installed..

and then i moved the file from the linux system volume to drive c:..

after that i opened the windows but cant find the file there in drive c:.

i dont know where it has gone..

can someone guide me to fetch the file back
 
Old 12-23-2009, 11:18 AM   #2
~sHyLoCk~
Senior Member
 
Registered: Jul 2008
Location: /dev/null
Posts: 1,173
Blog Entries: 12

Rep: Reputation: 129Reputation: 129
Try:
Code:
sudo updatedb
locate filename
 
Old 12-23-2009, 11:24 AM   #3
d_dark_lordd
Member
 
Registered: Nov 2009
Location: mars
Distribution: mint 7
Posts: 42

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by ~sHyLoCk~ View Post
Try:
Code:
sudo updatedb
locate filename
its not in the partition where linux is installed..

its in the partition where vista is installed...

and i dont know thw whole file name ,,i know half of it,,

so do u think this will work
 
Old 12-23-2009, 11:29 AM   #4
~sHyLoCk~
Senior Member
 
Registered: Jul 2008
Location: /dev/null
Posts: 1,173
Blog Entries: 12

Rep: Reputation: 129Reputation: 129
If your vista partition is mounted in Linux then ye it will work.
 
Old 12-23-2009, 11:39 AM   #5
d_dark_lordd
Member
 
Registered: Nov 2009
Location: mars
Distribution: mint 7
Posts: 42

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by ~sHyLoCk~ View Post
If your vista partition is mounted in Linux then ye it will work.
ya it is mounted..lets see..
do i have to give the full file name
 
Old 12-23-2009, 11:48 AM   #6
d_dark_lordd
Member
 
Registered: Nov 2009
Location: mars
Distribution: mint 7
Posts: 42

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by ~sHyLoCk~ View Post
If your vista partition is mounted in Linux then ye it will work.
ya thats working..
but how i can enter to the drive c: through terminnal as i hav to search in that drive..
 
Old 12-23-2009, 01:00 PM   #7
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: PCLinux, Slackware, Ubuntu
Posts: 9,977

Rep: Reputation: 2329Reputation: 2329Reputation: 2329Reputation: 2329Reputation: 2329Reputation: 2329Reputation: 2329Reputation: 2329Reputation: 2329Reputation: 2329Reputation: 2329
Where is vista mounted on your Mint filesystem? Do you have a windows directory in the root drive: /windows?, do you have it mounted under the /mnt directory: /mnt/windows? Do you call it something else? Do you remember where you copied it to on your windows partition? The root of your partitiion: c:\ or somewhere else?
 
Old 12-23-2009, 10:53 PM   #8
d_dark_lordd
Member
 
Registered: Nov 2009
Location: mars
Distribution: mint 7
Posts: 42

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by yancek View Post
Where is vista mounted on your Mint filesystem? Do you have a windows directory in the root drive: /windows?, do you have it mounted under the /mnt directory: /mnt/windows? Do you call it something else? Do you remember where you copied it to on your windows partition? The root of your partitiion: c:\ or somewhere else?
i copied that to directly drive c:.but in linux its mount point is sda4
 
Old 12-23-2009, 10:59 PM   #9
~sHyLoCk~
Senior Member
 
Registered: Jul 2008
Location: /dev/null
Posts: 1,173
Blog Entries: 12

Rep: Reputation: 129Reputation: 129
Post the output of
Code:
cat /etc/fstab
mount
 
Old 12-24-2009, 02:04 PM   #10
d_dark_lordd
Member
 
Registered: Nov 2009
Location: mars
Distribution: mint 7
Posts: 42

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by ~sHyLoCk~ View Post
Post the output of
Code:
cat /etc/fstab
mount
omi@omi-laptop:~$ cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' to print the universally unique identifier
# for a device; this may be used with UUID= as a more robust way to name
# devices that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# / was on /dev/sda3 during installation
UUID=98558e79-e4ae-4f1c-9bf3-164918f2f947 / ext4 errors=remount-ro 0 1
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
omi@omi-laptop:~$ mount
/dev/sda3 on / type ext4 (rw,errors=remount-ro)
proc on /proc type proc (rw)
none on /sys type sysfs (rw,noexec,nosuid,nodev)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
udev on /dev type tmpfs (rw,mode=0755)
none on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
none on /dev/shm type tmpfs (rw,nosuid,nodev)
none on /var/run type tmpfs (rw,nosuid,mode=0755)
none on /var/lock type tmpfs (rw,noexec,nosuid,nodev)
none on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
gvfs-fuse-daemon on /home/omi/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=omi)
/dev/sda2 on /media/hale crater type fuseblk (rw,nosuid,nodev,allow_other,default_permissions,blksize=4096)
/dev/sda5 on /media/mount olympus type fuseblk (rw,nosuid,nodev,allow_other,default_permissions,blksize=4096)
/dev/sda4 on /media/3EA2A62DA2A5E99B type fuseblk (rw,nosuid,nodev,allow_other,default_permissions,blksize=4096)
 
  


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
creating a log file of users who are missing a file gd121462 Linux - Newbie 5 12-04-2008 03:54 AM
File missing JSLayton Linux - General 3 04-02-2006 07:56 PM
MIssing file xlord Linux - Newbie 4 05-17-2004 08:20 AM
Yum update complains missing file (broken dep), but file can be located. davidas Linux - Software 0 03-27-2004 09:11 PM
missing file xquizit Linux - Newbie 7 04-19-2003 06:41 PM

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

All times are GMT -5. The time now is 12:49 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