Advertisement

Mounting my Fat32 Partition?

Started by December 24, 2003 10:52 PM
10 comments, last by 31337 20 years, 8 months ago
quote: Original post by Strife
Edit your /etc/fstab file so that these partitions are automatically mounted. See man mount.


chances are that the partition is already mounted. check /etc/fstab and see if it is, and what directory it''s in
su
type_in_root_password

// trial and error
mount /dev/hda1 /ms
no?
mount /dev/hda2 /ms
no?
mount /dev/hda3 /ms


// output partition table
cfdisk
fdisk -l

// check if its already mounted
mount | grep -i vfat

good luck,
jason

[edited by - hexskillz on December 27, 2003 2:58:15 AM]

This topic is closed to new replies.

Advertisement