Fedora Linux Support Community & Resources Center
  #1  
Old 14th September 2007, 05:21 AM
Fittersman Offline
Registered User
 
Join Date: Aug 2007
Posts: 179
mounting other partitions broke

i dont know when or why, but my other two partitions have stopped mounting. It wasnt too long ago that they stopped, maybe after the kernel upgrade. Here is my fstab file, maybe there is something wrong with it again...

Code:
LABEL=/1                /                       ext3    defaults        1 1
LABEL=/home             /home                   ext3    defaults        1 2
tmpfs                   /dev/shm                tmpfs   defaults        0 0
devpts                  /dev/pts                devpts  gid=5,mode=620  0 0
sysfs                   /sys                    sysfs   defaults        0 0
proc                    /proc                   proc    defaults        0 0
/dev/sda6               swap                    swap    defaults        0 0
/dev/sda7               /mnt/share_space        vfat    auto,user,exec,rw,sync  0 0
/dev/sda1               /mnt/vista              ntfs-3g auto,user,exec,rw,sync  0 0
__________________
ASUS F3Sv-A1 owner
-Intel Core 2 Duo Processor T7300
-2GB RAM
-NVIDIA GeForce G8600M GS
-160GB 5400RPM SATA
-Fedora 7 -64bit
Reply With Quote
  #2  
Old 14th September 2007, 05:56 PM
M4rc0's Avatar
M4rc0 Offline
Registered User
 
Join Date: Aug 2007
Location: Brasil
Posts: 471
hi there,

it happened the same to me after i manage the hard disk
but during boot it showed how to try

i tried this and it worked (copied from the boot help), maybe it can help you:
the first to mount, the second you can add there in the fstab file, i suggest you to try to mount first
Code:
mount -t ntfs-3g /dev/your_device /mnt/your_folder -o force
/dev/your_device /mnt/your_folder ntfs-3g devfaults,force 0 0
Reply With Quote
  #3  
Old 14th September 2007, 08:27 PM
Fittersman Offline
Registered User
 
Join Date: Aug 2007
Posts: 179
what would "my_device" be? i tried the command but i left that part out, so this what i got:

Code:
[root@Christopher-PC cleippi]# mount -t ntfs-3g /mnt/vista -o force
Usage: mount -V                 : print version
       mount -h                 : print this help
       mount                    : list mounted filesystems
       mount -l                 : idem, including volume labels
So far the informational part. Next the mounting.
The command is `mount [-t fstype] something somewhere'.
Details found in /etc/fstab may be omitted.
       mount -a [-t|-O] ...     : mount all stuff from /etc/fstab
       mount device             : mount device at the known place
       mount directory          : mount known device here
       mount -t type dev dir    : ordinary mount command
Note that one does not really mount a device, one mounts
a filesystem (of the given type) found on the device.
One can also mount an already visible directory tree elsewhere:
       mount --bind olddir newdir
or move a subtree:
       mount --move olddir newdir
One can change the type of mount containing the directory dir:
       mount --make-shared dir
       mount --make-slave dir
       mount --make-private dir
       mount --make-unbindable dir
One can change the type of all the mounts in a mount subtree
containing the directory dir:
       mount --make-rshared dir
       mount --make-rslave dir
       mount --make-rprivate dir
       mount --make-runbindable dir
A device can be given by name, say /dev/hda1 or /dev/cdrom,
or by label, using  -L label  or by uuid, using  -U uuid .
Other options: [-nfFrsvw] [-o options] [-p passwdfd].
For many more details, say  man 8 mount .
__________________
ASUS F3Sv-A1 owner
-Intel Core 2 Duo Processor T7300
-2GB RAM
-NVIDIA GeForce G8600M GS
-160GB 5400RPM SATA
-Fedora 7 -64bit
Reply With Quote
  #4  
Old 14th September 2007, 09:31 PM
M4rc0's Avatar
M4rc0 Offline
Registered User
 
Join Date: Aug 2007
Location: Brasil
Posts: 471
hmm i'm sorry i tought you would know

first i'm considering you have ntfs-3g installed

to check where is your hd, type
Code:
su -
fdisk -l
a list will show, check where is your vista partition
that would be your device
for example: /dev/sdba1

the folder you just create one in /mnt/NAME or /media
Reply With Quote
  #5  
Old 14th September 2007, 09:32 PM
M4rc0's Avatar
M4rc0 Offline
Registered User
 
Join Date: Aug 2007
Location: Brasil
Posts: 471
just noted that yours is /dev/sda1 :P
Reply With Quote
  #6  
Old 18th September 2007, 12:34 AM
Fittersman Offline
Registered User
 
Join Date: Aug 2007
Posts: 179
[root@Christopher-PC ~]# mount -t ntfs-3g /dev/sda1 /mnt/vista -o force
fuse: mount failed: Device or resource busy
FUSE mount point creation failed
Unmounting /dev/sda1 (VistaOS)

sorry it took so long to get back to this thread....
__________________
ASUS F3Sv-A1 owner
-Intel Core 2 Duo Processor T7300
-2GB RAM
-NVIDIA GeForce G8600M GS
-160GB 5400RPM SATA
-Fedora 7 -64bit
Reply With Quote
  #7  
Old 18th September 2007, 02:16 AM
M4rc0's Avatar
M4rc0 Offline
Registered User
 
Join Date: Aug 2007
Location: Brasil
Posts: 471
that's weird.. i'm afraid i can't help you much as i'm a linux-learner (still noob)

can you enter your Windows Vista normally through boot?

that command should work...
Reply With Quote
  #8  
Old 18th September 2007, 02:23 AM
Fittersman Offline
Registered User
 
Join Date: Aug 2007
Posts: 179
Quote:
Originally Posted by M4rc0
that's weird.. i'm afraid i can't help you much as i'm a linux-learner (still noob)

can you enter your Windows Vista normally through boot?

that command should work...
yeah i can enter vista no problem using GRUB
__________________
ASUS F3Sv-A1 owner
-Intel Core 2 Duo Processor T7300
-2GB RAM
-NVIDIA GeForce G8600M GS
-160GB 5400RPM SATA
-Fedora 7 -64bit
Reply With Quote
Reply

Tags
broke, mounting, partitions

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
About mounting partitions danielito Using Fedora 3 5th June 2008 02:19 PM
Mounting Partitions Vepe Using Fedora 1 16th April 2008 05:09 AM
mounting partitions deanlinkous Using Fedora 5 21st May 2007 05:16 AM
Mounting Partitions FreakShow! Using Fedora 1 3rd December 2006 03:28 PM
Mounting LVM Partitions TJHiker Using Fedora 9 25th June 2005 06:27 AM


Current GMT-time: 11:05 (Wednesday, 22-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat