also @ TechSpot: AMD Radeon HD 7770 & Radeon HD 7750 Review
Welcome to the TechSpot OpenBoards. Please read the FAQ if you have any questions. Sign up or Login to participate.

Go Back   TechSpot OpenBoards > Software > The Alternative OS

Collaborate in the cloud with Office, Exchange, SharePoint, and Lync

see windows partitions from linux

Thread Tools Search this Thread
  #1  
Old 05-31-2002
Newcomer, in training
 
Member since: May 2002, 6 posts
see windows partitions from linux

When I'm in linux, how can I see/access my Windows partitions? I can't cd .. from the root directory!
  #2  
Old 06-01-2002
SNGX1275's Avatar
TechSpot Forces Special
 
Location: Rolla, Missouri, USA
Member since: Feb 2002, 10,816 posts
System specs
If they are NTFS you have to do some mucking around with the kernel. If they are FAT or FAT32 then its simplier, although I am not learned enough in linux to help you out on here, several other members are.
  #3  
Old 06-08-2002
Phantasm66's Avatar
TechSpot Evangelist
 
Location: Glasgow, Scotland
Member since: Feb 2002, 6,504 posts
There's a good chance your kernel already has FAT/FAT32 write and right access compiled in.

NTFS read access is usally off by default. There is NTFS write access as well but its not recommended and has caused data corruption.

try this:

create a mount point for your windows partition

mkdir /mnt/windows

then try to mount it:

mount -t vfat /dev/hda1 /mnt/windows

where hda1 is your windows partition.
  #4  
Old 06-16-2002
Newcomer, in training
 
Member since: Mar 2002, 2 posts
Well how would you enable read and write for NTFS.
  #5  
Old 06-16-2002
Phantasm66's Avatar
TechSpot Evangelist
 
Location: Glasgow, Scotland
Member since: Feb 2002, 6,504 posts
Either by loading a module, or by recompiling the kernel.
Closed Thread

Similar Topics
Topic Replies Forum
Help with Linux Partitions 2 The Alternative OS
Linux Max Partitions....63??? 7 The Alternative OS
xandros linux lover windows/linux programmer (RealBASIC) newbie 2 Introduce yourself
Linux, WinXP, and Partitions 19 The Alternative OS

Thread Tools Search this Thread
Search this Thread:

Advanced Search
All times are GMT -4. The time now is 12:29 PM.