LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Can I rename a system file from my Linux (https://www.linuxquestions.org/questions/linux-newbie-8/can-i-rename-a-system-file-from-my-linux-331182/)

amer_58 06-07-2005 07:29 AM

Can I rename a system file from my Linux
 
Can I rename a system file from my Linux, I have renamed one system file mistakenly and now I can’t load windows, can I rename the file or not?

jeffk42 06-07-2005 07:45 AM

Do you have access to your Windows partition from Linux, or is this where the actual problem is?

amer_58 06-07-2005 07:47 AM

yes i have it mounted

busaussie 06-07-2005 09:36 AM

I dont know understand. If u changed the file name on the windows side of the disk, why cant you just rename it back? You can still access it through linux in /dev/ .. right?

mcd 06-07-2005 07:42 PM

i believe you can rename whatever you like if you've got the partition mounted. say you've got your windows drive mounted to /mnt/windows :

cd /mnt/windows
mv file.doc newfile.doc

that should do it...although a thought occurs to me, which is that ntfs might not have write support. anyone know where this stands?


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