Slackware - Installation This forum is for the discussion of installation issues with Slackware. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
12-13-2019, 09:48 AM
|
#1
|
LQ Guru
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342
|
where should this oops go ???
this is a fresh install of Slack Current, multi boot, win10 being one of them. I had the installer add win10 to a mount point and just noticed that it is wongly typed.
Code:
dev/sda5 / ext4 defaults 1 1
/dev/sda6 /home ext4 defaults 1 2
/dev/sda2 /boot/efi vfat defaults 1 0
/dev/sda4 /media/win10 vfat fmask=111,dmask=000 1 0
#/dev/cdrom /mnt/cdrom auto noauto,owner,ro,comment=x-gvfs-sh>
/dev/fd0 /mnt/floppy auto noauto,owner 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
proc /proc proc defaults 0 0
tmpfs /dev/shm tmpfs nosuid,nodev,noexec 0 0
tmpfs /tmp tmpfs defaults,noatime,nosuid,nodev,mode=1777,size=6G 0 0
it has it as vfat,when it should be ntfs or ntfs-3g
it is a iso off of Alien Pastures, but I do not think he does the script for install, that is just a comes with it thing, so then Pat?
Code:
$ sudo mount -a
mount: /media/win10: wrong fs type, bad option, bad superblock on /dev/sda4, missing codepage or helper program, or other error.
changed it to ntfs
Code:
userx@slack64plus.efi.org:~
$ sudo nano /etc/fstab
userx@slack64plus.efi.org:~
$ sudo mount -a
no issues.
Last edited by BW-userx; 12-13-2019 at 09:50 AM.
|
|
|
12-18-2019, 05:28 PM
|
#2
|
Member
Registered: Sep 2009
Distribution: Slackware
Posts: 230
Rep:
|
I had the same issue after installing current recently. Are you installing on GPT? From what I can see recognition of file system on "Microsoft basic data" partition type is not implemented in the installer yet.
See:
ftp://ftp.osuosl.org/pub/slackware/s..._initrd.tar.gz
Under:
Code:
/usr/lib/setup/SeTDOS
Code:
# Suggested new GPT partition type: Microsoft basic data
# More research needed... could be FAT32, NTFS, or EXFAT
|
|
|
12-18-2019, 05:48 PM
|
#3
|
LQ Guru
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342
Original Poster
|
yes it is a GPT partition, it was the windows ntfs OS partition
|
|
|
12-18-2019, 06:50 PM
|
#4
|
Member
Registered: Sep 2009
Distribution: Slackware
Posts: 230
Rep:
|
I guess it will just have to stay like that until someone can provide a patch... and we'll have to amend it manually after installation.
|
|
|
All times are GMT -5. The time now is 10:07 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|