- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Copy files between Windows OS and Fedora core inst...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-18-2006 01:50 AM
тАО04-18-2006 01:50 AM
Copy files between Windows OS and Fedora core installed in same computer.
I have a PC with partitions installed with Windows 2000 and fedora core. I am unable to transfer files or view folder in Windows from Linux. Is it possible to view and transfer? I could do in Red Hat 7.x version.
Thanks
James
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-18-2006 02:22 AM
тАО04-18-2006 02:22 AM
Re: Copy files between Windows OS and Fedora core installed in same computer.
1. Use software like paragon's "mount everything". This software is installed on Windows and can see ext2,ext3 partitions (default in fedora). This software isn't free :(
2. If your windows' partition uses NTFS, then you must recompile your kernel while you add NTFS support to it or you can install RPM that does it for you.
3. You can create fat partition on your hard drive -hopefully you have some free space.Both Linux and Windows can see it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-18-2006 02:27 AM
тАО04-18-2006 02:27 AM
Re: Copy files between Windows OS and Fedora core installed in same computer.
If you have direct connection to Internet, use:
yum install kernel-module-ntfs-$(uname -r)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-18-2006 03:29 AM
тАО04-18-2006 03:29 AM
Re: Copy files between Windows OS and Fedora core installed in same computer.
Just do the following on linux
mount /dev/hdaX /tmp
hdaX is the windows partition you want to access.
Cheers
Vipul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-18-2006 07:29 AM
тАО04-18-2006 07:29 AM
Re: Copy files between Windows OS and Fedora core installed in same computer.
/mnt (not /tmp which contains temporary
files critical to operation of some tools.)
You may want to add mount points for your
windows partions to /etc/fstab and mount
them as needed or automatically.
Cat /etc/fstab to see if thay already exist.
For sharing to windows a fat32 partions works
well. There are also various tools which
will read and/or mount linux partitions.