LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 07-07-2012, 07:06 PM   #1
k3lt01
Senior Member
 
Registered: Feb 2011
Location: Australia
Distribution: Debian Wheezy, Jessie, Sid/Experimental, playing with LFS.
Posts: 2,900

Rep: Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637
Panasonic Toughbook cf-29 Dual boot MSDOS and Debian Squeeze, Fstab problem.


I have just recently purchase a Panasonic Tougbook cf-29 and set it up with MSDOS and Debian Squeeze. Because the toughbook doesn't have a 3 1/2" floppy drive I need to be able to transfer files etc over from the Squeeze partition to the MSDOS partition. Every time I try I am getting an error saying I don't have permissions to do this. I have checked my fstab file and the MSDOS partition isn't listed at all so I am assuming this may be the culprit, my problem is I don't know what to place in my fstab file to make Squeeze let me place things in the MSDOS partition.

This is my fstab
Code:
# /etc/fstab: static file system information.
#
# Use 'vol_id --uuid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    defaults        0       0
# / was on /dev/sda5 during installation
UUID=79113b21-4ea4-4cf5-9143-fab7a91ef438 /               ext4    errors=remount-ro 0       1
# /home was on /dev/sda7 during installation
UUID=c9f45ae4-f7b5-469e-9af3-a5ac4719a23b /home           ext4    defaults        0       2
# swap was on /dev/sda6 during installation
UUID=83c5b399-d717-4d29-bd77-de677d94aa12 none            swap    sw              0       0
/dev/scd0       /media/cdrom0   udf,iso9660 user,noauto     0       0
and this is my blkid
Code:
root@michael-toughbook:/home/michael# blkid
/dev/sda1: UUID="D87A-34AA" TYPE="vfat" 
/dev/sda5: UUID="79113b21-4ea4-4cf5-9143-fab7a91ef438" TYPE="ext4" 
/dev/sda6: UUID="83c5b399-d717-4d29-bd77-de677d94aa12" TYPE="swap" 
/dev/sda7: UUID="c9f45ae4-f7b5-469e-9af3-a5ac4719a23b" TYPE="ext4" 
root@michael-toughbook:/home/michael#
I think I need to place the sda1 entry into the fstab but also set permissions so I can copy files over to it.

Any help greatly appreciated.
 
Old 07-07-2012, 07:21 PM   #2
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,215

Rep: Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849
No need to update /etc/fstab. You should only need to mount the MSDOS partition. If you want this partition mounted at boot time, then yes, you need to add it to /etc/fstab.

Have a look at your Deb file system. Most systems have a /mnt directory. That is a good place to mount the partition. You have to make a empty directory where you want to mount the partition. ie in /mnt, 'mkdir sda1' ( you can call it anything you like ). Then as root, issue a mount command. 'mount /dev/sda1 /mnt/sda1' That should do it. If you get en error, you might have to specify the fstype. (vfat). See the man page for mount.

Permissions are not preserved when copying files to a vfat partition.

Only other thing I can think of, is if you still get permission issues, look at who owns the files, and groups.
 
Old 07-07-2012, 07:52 PM   #3
k3lt01
Senior Member
 
Registered: Feb 2011
Location: Australia
Distribution: Debian Wheezy, Jessie, Sid/Experimental, playing with LFS.
Posts: 2,900

Original Poster
Rep: Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637
Thanks for your post. I have to mount it to see where I am trying to put the files and I get a permissions error that I why I thought the fstab may be the issue. You can also set permissions in fstab can't you?
 
Old 07-07-2012, 11:38 PM   #4
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,126

Rep: Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120
Read (all of) this.
 
1 members found this post helpful.
Old 07-08-2012, 01:26 AM   #5
k3lt01
Senior Member
 
Registered: Feb 2011
Location: Australia
Distribution: Debian Wheezy, Jessie, Sid/Experimental, playing with LFS.
Posts: 2,900

Original Poster
Rep: Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637
Thanks for that syg00, i'll give it a go tonight.
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Panasonic Toughbook CF-29 + Linux mogrady Linux - Hardware 8 12-29-2014 12:16 AM
Panasonic Toughbook cf-25 help bob_hates_computers Linux - Hardware 4 06-10-2008 10:38 PM
Panasonic Toughbook CF-18 elect Linux - Laptop and Netbook 38 10-18-2007 11:58 PM
Touchscreen - Panasonic Toughbook CF-29 Azizcoos Linux - Hardware 14 04-26-2007 06:51 AM
Sound on Panasonic CF-27 Toughbook erraticassassin Linux - Hardware 2 12-02-2004 01:32 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 04:08 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration