Results 1 to 4 of 4
Hi,
I have Windows Xp installed on my desktop and I have two hard disks- 1. 80 GB which has the XP installed on it and 2. 250 GB which ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 05-26-2008 #1Just Joined!
- Join Date
- May 2008
- Posts
- 1
Help required for accessing SFS filesystem
Hi,
I have Windows Xp installed on my desktop and I have two hard disks- 1. 80 GB which has the XP installed on it and 2. 250 GB which has movies etc. Both are Master disks in XP. Now when I installed fedora 8 on a partition in 1st hard disk (80 GB), it mounts the windows partitions on that hard disk automatically but doesn't even detect the other one. During installation it had labelled it as SFS file system. Someone suggested me to make the 2nd hard disk as a slave disk in XP but then I will lose 250 GB of data.
Is there any way to access my second hard disk without losing any data and what the hell is this SFS anyway ??
- 05-28-2008 #2Just Joined!
- Join Date
- Oct 2006
- Posts
- 3
SFS filesystem is not so often used in Linux operating system. Maybe there is SFS driver for WXP but i don't think so. To read this filesystem you need Linux distribution which have SFS support. Smart File System - Wikipedia, the free encyclopedia
I really have no idea why Fedora detected other disk as SFS. In what format was that 250 disk? NTFS?
- 05-28-2008 #3Linux Guru
- Join Date
- Nov 2007
- Posts
- 1,722
The *partition* type is SFS, NOT the filesystem.
SFS partition = Dynamic Disk in Windows
The filesystem is likely NTFS. Many kernels have *some* support for Windows' dynamic disks.
You can check for LDM support by grep'ing your config file under /boot:
If your kernel has LDM support configured, you may be able to mount the partition manually, as noted at the end of this thread.Code:system:/boot # grep -i ldm config-2.6.22.5-31-default CONFIG_LDM_PARTITION=y
Since the filesystem is likely NTFS, you'll need NTFS support. I don't know what's available by default in Fedora 8.
Edit: And for NTFS support, there's read-only, read-write, and *reliable* read-write. For reliable read-write, I suggest the ntfs-3g driver. And again, not sure what's available in Fedora 8 by default. I *would* suggest getting the data mounted and copied so you can then wipe the 250GB drive and format as a more native Linux filesystem. But that depends on how serious you are about using Linux.
- 05-28-2008 #4
Fedora has NTFS support as default from F7 AFAIK
Linux and me it's a love story


Reply With Quote
